Home
last modified time | relevance | path

Searched defs:replace_with (Results 1 – 25 of 30) sorted by relevance

12

/external/cronet/stable/base/strings/
Dstring_util_win.cc40 std::wstring_view replace_with, in ReplaceChars()
99 std::wstring_view replace_with) { in ReplaceFirstSubstringAfterOffset()
108 std::wstring_view replace_with) { in ReplaceSubstringsAfterOffset()
Dstring_util.cc103 std::u16string_view replace_with, in ReplaceChars()
110 std::string_view replace_with, in ReplaceChars()
329 std::u16string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
338 std::string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
347 std::u16string_view replace_with) { in ReplaceSubstringsAfterOffset()
356 std::string_view replace_with) { in ReplaceSubstringsAfterOffset()
Dstring_util_impl_helpers.h299 T replace_with, in DoReplaceMatchesAfterOffset()
442 T replace_with, in ReplaceCharsT()
Dstring_util_unittest.cc714 std::string_view replace_with; in TEST() member
783 const char* replace_with; in TEST() member
1420 const char* replace_with; in TEST() member
/external/cronet/tot/base/strings/
Dstring_util_win.cc40 std::wstring_view replace_with, in ReplaceChars()
99 std::wstring_view replace_with) { in ReplaceFirstSubstringAfterOffset()
108 std::wstring_view replace_with) { in ReplaceSubstringsAfterOffset()
Dstring_util.cc103 std::u16string_view replace_with, in ReplaceChars()
110 std::string_view replace_with, in ReplaceChars()
329 std::u16string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
338 std::string_view replace_with) { in ReplaceFirstSubstringAfterOffset()
347 std::u16string_view replace_with) { in ReplaceSubstringsAfterOffset()
356 std::string_view replace_with) { in ReplaceSubstringsAfterOffset()
Dstring_util_impl_helpers.h299 T replace_with, in DoReplaceMatchesAfterOffset()
442 T replace_with, in ReplaceCharsT()
Dstring_util_unittest.cc714 std::string_view replace_with; in TEST() member
783 const char* replace_with; in TEST() member
1420 const char* replace_with; in TEST() member
/external/libchrome/build/
Dgypi_to_gn.py132 def ReplaceSubstrings(values, search_for, replace_with): argument
/external/pytorch/torch/_inductor/fx_passes/
Dmicro_pipeline_tp.py73 def replace_with(self, new_node: torch.fx.Node) -> None: member in _AllGatherMatch
209 def replace_with(self, new_node: torch.fx.Node) -> None: member in _ReduceScatterMatch
305 def replace_with(self, new_node: torch.fx.Node) -> None: member in _Matmul
/external/libchrome/base/strings/
Dstring_util.cc256 const string16& replace_with, in ReplaceChars()
264 const std::string& replace_with, in ReplaceChars()
729 BasicStringPiece<StringType> replace_with, in DoReplaceMatchesAfterOffset()
871 BasicStringPiece<StringType> replace_with, in ReplaceCharsT()
885 StringPiece16 replace_with) { in ReplaceFirstSubstringAfterOffset()
894 StringPiece replace_with) { in ReplaceFirstSubstringAfterOffset()
903 StringPiece16 replace_with) { in ReplaceSubstringsAfterOffset()
912 StringPiece replace_with) { in ReplaceSubstringsAfterOffset()
Dstring_util_unittest.cc591 StringPiece replace_with; in TEST() member
660 const char* replace_with; in TEST() member
1209 const char* replace_with; in TEST() member
/external/sdv/vsomeip/third_party/boost/range/test/algorithm_test/
Dreplace_copy.cpp35 const Value replace_with = to_replace * 2; in test_replace_copy_impl() local
Dreplace_copy_if.cpp37 const value_type replace_with = value_type(); in test_replace_copy_if_impl() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner.cc100 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllReduces() local
Dreduce_scatter_combiner.cc103 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineReduceScatters() local
Dall_gather_combiner.cc96 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllGathers() local
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dlib.rs93 let replace_with = &["sloth", "grey", "slow"]; localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/
Dlib.rs93 let replace_with = &["sloth", "grey", "slow"]; localVariable
/external/rust/android-crates-io/crates/critical-section/src/
Dmutex.rs144 pub fn replace_with<'cs, F>(&'cs self, cs: CriticalSection<'cs>, f: F) -> T in replace_with() method
/external/rust/android-crates-io/crates/aho-corasick/src/
Dlib.rs99 let replace_with = &["sloth", "grey", "slow"]; localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/
Dencoding.rs642 fn replace_with(&mut self, buf: impl Buf); in replace_with() method
660 fn replace_with(&mut self, mut buf: impl Buf) { in replace_with() method
676 fn replace_with(&mut self, buf: impl Buf) { in replace_with() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/
Dencoding.rs642 fn replace_with(&mut self, buf: impl Buf); in replace_with() method
660 fn replace_with(&mut self, mut buf: impl Buf) { in replace_with() method
676 fn replace_with(&mut self, buf: impl Buf) { in replace_with() method
/external/bazelbuild-rules_rust/crate_universe/src/splicing/
Dcargo_config.rs29 pub(crate) replace_with: Option<String>, field
/external/pytorch/aten/src/ATen/native/cuda/
Djit_utils.cpp809 … void replace_all(std::string& s, const std::string& to_replace, const std::string& replace_with) { in replace_all()

12