/aosp_15_r20/external/rust/android-crates-io/crates/regex/examples/ |
D | shootout-regex-dna-single-cheat.rs | 57 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
D | shootout-regex-dna-cheat.rs | 72 fn replace_all(text: &str, substs: Vec<(u8, &str)>) -> String { in replace_all() function
|
/aosp_15_r20/external/python/uritemplates/uritemplate/ |
D | template.py | 101 def replace_all(match): function
|
/aosp_15_r20/external/python/cpython2/Lib/idlelib/ |
D | ReplaceDialog.py | 78 def replace_all(self, event=None): member in ReplaceDialog
|
/aosp_15_r20/external/skia/tools/skdiff/ |
H A D | skdiff_utils.cpp | 120 static SkString replace_all(const SkString &input, in replace_all() function
|
/aosp_15_r20/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 131 def replace_all(self, event=None): member in ReplaceDialog
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/compiler/ |
D | generator_helpers.h | 63 const std::string& to, bool replace_all) { in StringReplace()
|
/aosp_15_r20/external/grpc-grpc/src/compiler/ |
H A D | generator_helpers.h | 63 const std::string& to, bool replace_all) { in StringReplace()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/ |
H A D | str_util.cc | 140 bool replace_all) { in StringReplace()
|
/aosp_15_r20/external/crosvm/devices/src/irqchip/ |
H A D | x86_64.rs | 196 pub fn replace_all(&mut self, routes: &[IrqRoute]) -> Result<()> { in replace_all() method
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | replace.hpp | 647 inline void replace_all( in replace_all() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 133 const std::string &newsub, bool replace_all, in StringReplace() 164 const std::string &newsub, bool replace_all) { in StringReplace()
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | strutil.cc | 133 const std::string &newsub, bool replace_all, in StringReplace() 164 const std::string &newsub, bool replace_all) { in StringReplace()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | jit_utils.cpp | 809 static void replace_all(std::string& s, const std::string& to_replace, const std::string& replace_w… in replace_all() function
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | genhomedircon.c | 515 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
H A D | ahocorasick.rs | 651 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | ahocorasick.rs | 429 pub fn replace_all<B>(&self, haystack: &str, replace_with: &[B]) -> String in replace_all() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/ |
D | re_bytes.rs | 471 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
D | re_unicode.rs | 520 pub fn replace_all<'t, R: Replacer>( in replace_all() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/regex/ |
H A D | string.rs | 842 pub fn replace_all<'h, R: Replacer>( in replace_all() method
|
H A D | bytes.rs | 855 pub fn replace_all<'h, R: Replacer>( in replace_all() method
|