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

  /external/tensorflow/tensorflow/compiler/tf2xla/
str_util.cc 25 static void ReplaceAll(string* text, StringPiece from, StringPiece to) {
39 ReplaceAll(text, from_to.first, from_to.second);
  /external/google-benchmark/src/
csv_reporter.cc 92 ReplaceAll(&name, "\"", "\"\"");
98 ReplaceAll(&msg, "\"", "\"\"");
132 ReplaceAll(&label, "\"", "\"\"");
string_util.h 35 void ReplaceAll(std::string* str, const std::string& from,
string_util.cc 163 void ReplaceAll(std::string* str, const std::string& from,
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 92 ReplaceAll(&name, "\"", "\"\"");
98 ReplaceAll(&msg, "\"", "\"\"");
132 ReplaceAll(&label, "\"", "\"\"");
string_util.h 35 void ReplaceAll(std::string* str, const std::string& from,
string_util.cc 163 void ReplaceAll(std::string* str, const std::string& from,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 92 ReplaceAll(&name, "\"", "\"\"");
98 ReplaceAll(&msg, "\"", "\"\"");
132 ReplaceAll(&label, "\"", "\"\"");
string_util.h 35 void ReplaceAll(std::string* str, const std::string& from,
string_util.cc 163 void ReplaceAll(std::string* str, const std::string& from,
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 71 src := regexp.MustCompile(`\n{2,}`).ReplaceAll(out.Bytes(), []byte("\n"))
76 src = regexp.MustCompile(`(?m)^func (\w+)`).ReplaceAll(src, []byte("\n// Auto-generated variant of sort.go:$1\nfunc ${1}_func"))
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 71 src := regexp.MustCompile(`\n{2,}`).ReplaceAll(out.Bytes(), []byte("\n"))
76 src = regexp.MustCompile(`(?m)^func (\w+)`).ReplaceAll(src, []byte("\n// Auto-generated variant of sort.go:$1\nfunc ${1}_func"))
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
MainTextEditor.c 700 BOOLEAN ReplaceAll;
799 ReplaceAll = FALSE;
873 ReplaceAll = TRUE;
902 if (ReplaceAll) {
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 276 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
278 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
285 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 484 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
494 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
504 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
510 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
575 // ReplaceAll returns a copy of src, replacing matches of the Regexp
578 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
584 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
597 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
607 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 276 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
278 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
285 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 484 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
494 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
504 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
510 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
575 // ReplaceAll returns a copy of src, replacing matches of the Regexp
578 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
584 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
597 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
607 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /external/google-styleguide/cpplint/
cpplint.py 661 def ReplaceAll(pattern, rep, s):
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 514 def ReplaceAll(pattern, rep, s):
    [all...]
  /tools/repohooks/tools/
cpplint.py 662 def ReplaceAll(pattern, rep, s):
    [all...]

Completed in 1228 milliseconds