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

  /external/google-benchmark/src/
csv_reporter.cc 61 ReplaceAll(&name, "\"", "\"\"");
67 ReplaceAll(&msg, "\"", "\"\"");
101 ReplaceAll(&label, "\"", "\"\"");
string_util.h 35 void ReplaceAll(std::string* str, const std::string& from,
string_util.cc 159 void ReplaceAll(std::string* str, const std::string& from,
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 61 ReplaceAll(&name, "\"", "\"\"");
67 ReplaceAll(&msg, "\"", "\"\"");
101 ReplaceAll(&label, "\"", "\"\"");
string_util.h 35 void ReplaceAll(std::string* str, const std::string& from,
string_util.cc 159 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 275 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
277 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
284 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 465 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
475 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
485 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
491 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
556 // ReplaceAll returns a copy of src, replacing matches of the Regexp
559 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
565 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
578 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
588 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 275 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
277 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
284 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 465 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
475 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
485 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
491 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
556 // ReplaceAll returns a copy of src, replacing matches of the Regexp
559 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
565 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
578 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
588 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /tools/repohooks/tools/
cpplint.py 628 def ReplaceAll(pattern, rep, s):
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 514 def ReplaceAll(pattern, rep, s):
    [all...]

Completed in 1449 milliseconds