Home
last modified time | relevance | path

Searched refs:replace_all (Results 1 – 14 of 14) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_replace.py252 replace_all = self.dialog.replace_all
258 replace_all()
263 replace_all()
269 replace_all()
274 replace_all()
/external/python/uritemplates/uritemplate/
Dtemplate.py99 def replace_all(match): function
107 replace = replace_partial if replace else replace_all
/external/skia/tools/skdiff/
Dskdiff_utils.cpp106 static SkString replace_all(const SkString &input, in replace_all() function
131 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
/external/skqp/tools/skdiff/
Dskdiff_utils.cpp106 static SkString replace_all(const SkString &input, in replace_all() function
131 diffName = replace_all(diffName, PATH_DIV_STR, "_"); in filename_to_derived_filename()
/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in ReplaceDialog
/external/grpc-grpc/src/compiler/
Dgenerator_helpers.h62 const grpc::string& to, bool replace_all) { in StringReplace() argument
72 } while (replace_all); in StringReplace()
/external/python/cpython3/Lib/idlelib/
Dreplace.py59 self.make_button("Replace All", self.replace_all)
89 def replace_all(self, event=None): member in ReplaceDialog
/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util.cc333 bool replace_all) { in StringReplace() argument
344 if (!replace_all) { in StringReplace()
Dstr_util.h101 bool replace_all);
/external/selinux/libsemanage/src/
Dgenhomedircon.c513 static char *replace_all(const char *str, const replacement_pair_t * repl) in replace_all() function
583 line = replace_all(tpl->data, repl); in write_replacements()
610 line = replace_all(tpl->data, repl); in write_contexts()
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc132 const string& newsub, bool replace_all, in StringReplace() argument
149 } while (replace_all); in StringReplace()
163 const string& newsub, bool replace_all) { in StringReplace() argument
165 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h205 const string& newsub, bool replace_all);
/external/skia/tools/bookmaker/
DmdOut.cpp182 void replace_all(string& str, const string& from, const string& to) { in replace_all() function
1068 replace_all(*memberType, " ", " "); in getMemberTypeName()
1120 replace_all(result, "::", "_"); in linkName()
1379 replace_all(noUnderscores, "_", " "); in markTypeOut()
/external/skqp/tools/bookmaker/
DmdOut.cpp181 void replace_all(string& str, const string& from, const string& to) { in replace_all() function
1068 replace_all(*memberType, " ", " "); in getMemberTypeName()
1120 replace_all(result, "::", "_"); in linkName()
1379 replace_all(noUnderscores, "_", " "); in markTypeOut()