/external/cronet/stable/base/strings/ |
D | string_util_win.cc | 40 std::wstring_view replace_with, in ReplaceChars() 99 std::wstring_view replace_with) { in ReplaceFirstSubstringAfterOffset() 108 std::wstring_view replace_with) { in ReplaceSubstringsAfterOffset()
|
D | string_util.cc | 103 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()
|
D | string_util_impl_helpers.h | 299 T replace_with, in DoReplaceMatchesAfterOffset() 442 T replace_with, in ReplaceCharsT()
|
D | string_util_unittest.cc | 714 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/ |
D | string_util_win.cc | 40 std::wstring_view replace_with, in ReplaceChars() 99 std::wstring_view replace_with) { in ReplaceFirstSubstringAfterOffset() 108 std::wstring_view replace_with) { in ReplaceSubstringsAfterOffset()
|
D | string_util.cc | 103 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()
|
D | string_util_impl_helpers.h | 299 T replace_with, in DoReplaceMatchesAfterOffset() 442 T replace_with, in ReplaceCharsT()
|
D | string_util_unittest.cc | 714 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/ |
D | gypi_to_gn.py | 132 def ReplaceSubstrings(values, search_for, replace_with): argument
|
/external/pytorch/torch/_inductor/fx_passes/ |
D | micro_pipeline_tp.py | 73 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/ |
D | string_util.cc | 256 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()
|
D | string_util_unittest.cc | 591 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/ |
D | replace_copy.cpp | 35 const Value replace_with = to_replace * 2; in test_replace_copy_impl() local
|
D | replace_copy_if.cpp | 37 const value_type replace_with = value_type(); in test_replace_copy_if_impl() local
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_reduce_combiner.cc | 100 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllReduces() local
|
D | reduce_scatter_combiner.cc | 103 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineReduceScatters() local
|
D | all_gather_combiner.cc | 96 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllGathers() local
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
D | lib.rs | 93 let replace_with = &["sloth", "grey", "slow"]; localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/ |
D | lib.rs | 93 let replace_with = &["sloth", "grey", "slow"]; localVariable
|
/external/rust/android-crates-io/crates/critical-section/src/ |
D | mutex.rs | 144 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/ |
D | lib.rs | 99 let replace_with = &["sloth", "grey", "slow"]; localVariable
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/prost-0.13.3/src/ |
D | encoding.rs | 642 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/ |
D | encoding.rs | 642 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/ |
D | cargo_config.rs | 29 pub(crate) replace_with: Option<String>, field
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | jit_utils.cpp | 809 … void replace_all(std::string& s, const std::string& to_replace, const std::string& replace_with) { in replace_all()
|