HomeSort by relevance Sort by last modified time
    Searched refs:replace_all (Results 1 - 14 of 14) sorted by null

  /external/python/cpython3/Lib/idlelib/idle_test/
test_replace.py 251 replace_all = self.dialog.replace_all
257 replace_all()
262 replace_all()
268 replace_all()
273 replace_all()
  /external/skia/tools/skdiff/
skdiff_utils.cpp 94 static SkString replace_all(const SkString &input, function
119 diffName = replace_all(diffName, PATH_DIV_STR, "_");
  /external/skqp/tools/skdiff/
skdiff_utils.cpp 94 static SkString replace_all(const SkString &input, function
119 diffName = replace_all(diffName, PATH_DIV_STR, "_");
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /external/tensorflow/tensorflow/core/lib/strings/
str_util.h 99 // Replaces the first occurrence (if replace_all is false) or all occurrences
100 // (if replace_all is true) of oldsub in s with newsub.
102 bool replace_all);
  /external/python/cpython2/Lib/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /external/python/cpython3/Lib/idlelib/
replace.py 59 self.make_button("Replace All", self.replace_all)
89 def replace_all(self, event=None): member in class:ReplaceDialog
  /external/selinux/libsemanage/src/
genhomedircon.c 510 static char *replace_all(const char *str, const replacement_pair_t * repl) function
580 line = replace_all(tpl->data, repl);
607 line = replace_all(tpl->data, repl);
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 127 // and append the result to "res". If replace_all is false,
132 const string& newsub, bool replace_all,
149 } while (replace_all);
163 const string& newsub, bool replace_all) {
165 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]
strutil.h 205 const string& newsub, bool replace_all);
    [all...]
  /external/libchrome/base/strings/
string_util.cc 720 bool replace_all) {
731 if (!replace_all) {
    [all...]

Completed in 504 milliseconds