Home
last modified time | relevance | path

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

/external/cronet/base/strings/
Dstring_util.cc98 StringPiece16 replace_with, in ReplaceChars()
105 StringPiece replace_with, in ReplaceChars()
321 StringPiece16 replace_with) { in ReplaceFirstSubstringAfterOffset()
330 StringPiece replace_with) { in ReplaceFirstSubstringAfterOffset()
339 StringPiece16 replace_with) { in ReplaceSubstringsAfterOffset()
348 StringPiece replace_with) { in ReplaceSubstringsAfterOffset()
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_impl_helpers.h299 T replace_with, in DoReplaceMatchesAfterOffset()
442 T replace_with, in ReplaceCharsT()
Dstring_util_unittest.cc707 StringPiece replace_with; in TEST() member
776 const char* replace_with; in TEST() member
1369 const char* replace_with; in TEST() member
/external/libchrome/build/
Dgypi_to_gn.py132 def ReplaceSubstrings(values, search_for, replace_with): argument
/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/rust/crates/aho-corasick/src/
Dlib.rs99 let replace_with = &["sloth", "grey", "slow"]; localVariable
/external/bazelbuild-rules_rust/crate_universe/src/splicing/
Dcargo_config.rs29 pub(crate) replace_with: Option<String>, field
/external/mesa3d/src/compiler/glsl/
Dlist.h247 inline void exec_node::replace_with(exec_node *replacement) in replace_with() function
/external/rust/crates/intrusive-collections/src/
Dsingly_linked_list.rs460 unsafe fn replace_with<T: SinglyLinkedListOps>( in replace_with() function
Dlinked_list.rs538 unsafe fn replace_with<T: LinkedListOps>(link_ops: &mut T, ptr: T::LinkPtr, new: T::LinkPtr) { in replace_with() function
Drbtree.rs715 unsafe fn replace_with<T: RBTreeOps>( in replace_with() function
/external/selinux/libsemanage/src/
Dgenhomedircon.c120 const char *replace_with; member