Home
last modified time | relevance | path

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

/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/tensorflow/tensorflow/compiler/xla/service/
Dall_reduce_combiner.cc101 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllReduces() local
Dreduce_scatter_combiner.cc104 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineReduceScatters() local
Dall_gather_combiner.cc97 auto replace_with = HloInstruction::CreateGetTupleElement( in CombineAllGathers() local
/external/rust/crates/aho-corasick/src/
Dlib.rs99 let replace_with = &["sloth", "grey", "slow"]; localVariable
/external/python/cffi/cffi/
Dmodel.py12 def qualify(quals, replace_with): argument
29 def get_c_name(self, replace_with='', context='a C file', quals=0): argument
Dbackend_ctypes.py58 def _get_c_name(cls, replace_with=''): argument
1051 def getcname(self, BType, replace_with): argument
Dapi.py405 def getctype(self, cdecl, replace_with=''): argument
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ir.cpp232 void node::replace_with(node* n) { in replace_with() function in r600_sb::node
/external/mesa3d/src/compiler/glsl/
Dlist.h247 inline void exec_node::replace_with(exec_node *replacement) in replace_with() function
/external/python/cffi/c/
Dffi_obj.c618 char *p, *replace_with = ""; in ffi_getctype() local
D_cffi_backend.c6729 char *replace_with, *p, *s; in b_getcname() local
/external/rust/crates/intrusive-collections/src/
Dsingly_linked_list.rs460 unsafe fn replace_with<T: SinglyLinkedListOps>( in replace_with() function
Dlinked_list.rs536 unsafe fn replace_with<T: LinkedListOps>(link_ops: &mut T, ptr: T::LinkPtr, new: T::LinkPtr) { in replace_with() function
Drbtree.rs713 unsafe fn replace_with<T: RBTreeOps>( in replace_with() function
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/
Dtest_decoder.cc559 string replace_with = "\n "; in wrap_text() local
/external/selinux/libsemanage/src/
Dgenhomedircon.c120 const char *replace_with; member