Searched defs:Replace (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/scripts/ |
H A D | jsonmodify.py | 55 class Replace(str): class
|
/aosp12/system/iorap/src/db/ |
H A D | app_component_name.h | 110 static bool Replace(std::string& str, const std::string& from, const std::string& to) { in Replace() function
|
/aosp12/system/core/fastboot/ |
H A D | vendor_boot_img_utils.cpp | 51 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const std::string& new_data) { in Replace() function in __anonf42ad7660110::DataUpdater 54 [[nodiscard]] Result<void> Replace(uint32_t old_num_bytes, const void* new_data, in Replace() function in __anonf42ad7660110::DataUpdater
|
H A D | vendor_boot_img_utils_test.cpp | 345 TEST_P(RepackVendorBootImgTestV4, Replace) { in TEST_P() argument
|
/aosp12/art/compiler/utils/ |
H A D | assembler_test_base.h | 238 std::string Replace(const std::string& str, const std::string& from, const std::string& to) { in Replace() function
|
/aosp12/build/blueprint/proptools/ |
H A D | extend.go | 153 Replace const
|
/aosp12/frameworks/native/libs/ftl/ |
H A D | small_vector_test.cpp | 262 TEST(SmallVector, Replace) { in TEST() argument
|
H A D | static_vector_test.cpp | 254 TEST(StaticVector, Replace) { in TEST() argument
|
/aosp12/art/compiler/optimizing/ |
H A D | induction_var_range.cc | 319 void InductionVarRange::Replace(HInstruction* instruction, in Replace() function in art::InductionVarRange
|