/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_replace.py | 252 replace_all = self.dialog.replace_all 258 replace_all() 263 replace_all() 269 replace_all() 274 replace_all()
|
/external/python/uritemplates/uritemplate/ |
D | template.py | 99 def replace_all(match): function 107 replace = replace_partial if replace else replace_all
|
/external/skia/tools/skdiff/ |
D | skdiff_utils.cpp | 106 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/ |
D | skdiff_utils.cpp | 106 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/ |
D | ReplaceDialog.py | 50 self.make_button("Replace All", self.replace_all) 78 def replace_all(self, event=None): member in ReplaceDialog
|
/external/grpc-grpc/src/compiler/ |
D | generator_helpers.h | 62 const grpc::string& to, bool replace_all) { in StringReplace() argument 72 } while (replace_all); in StringReplace()
|
/external/python/cpython3/Lib/idlelib/ |
D | replace.py | 59 self.make_button("Replace All", self.replace_all) 89 def replace_all(self, event=None): member in ReplaceDialog
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | str_util.cc | 333 bool replace_all) { in StringReplace() argument 344 if (!replace_all) { in StringReplace()
|
D | str_util.h | 101 bool replace_all);
|
/external/selinux/libsemanage/src/ |
D | genhomedircon.c | 513 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/ |
D | strutil.cc | 132 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()
|
D | strutil.h | 205 const string& newsub, bool replace_all);
|
/external/skia/tools/bookmaker/ |
D | mdOut.cpp | 182 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/ |
D | mdOut.cpp | 181 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()
|