Home
last modified time | relevance | path

Searched defs:Replace (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/scripts/
H A Djsonmodify.py55 class Replace(str): class
/aosp12/system/iorap/src/db/
H A Dapp_component_name.h110 static bool Replace(std::string& str, const std::string& from, const std::string& to) { in Replace() function
/aosp12/system/core/fastboot/
H A Dvendor_boot_img_utils.cpp51 [[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 Dvendor_boot_img_utils_test.cpp345 TEST_P(RepackVendorBootImgTestV4, Replace) { in TEST_P() argument
/aosp12/art/compiler/utils/
H A Dassembler_test_base.h238 std::string Replace(const std::string& str, const std::string& from, const std::string& to) { in Replace() function
/aosp12/build/blueprint/proptools/
H A Dextend.go153 Replace const
/aosp12/frameworks/native/libs/ftl/
H A Dsmall_vector_test.cpp262 TEST(SmallVector, Replace) { in TEST() argument
H A Dstatic_vector_test.cpp254 TEST(StaticVector, Replace) { in TEST() argument
/aosp12/art/compiler/optimizing/
H A Dinduction_var_range.cc319 void InductionVarRange::Replace(HInstruction* instruction, in Replace() function in art::InductionVarRange