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

  /prebuilts/go/darwin-x86/test/bench/shootout/
regex-dna.go 97 bytes = regexp.MustCompile("(>[^\n]+)?\n").ReplaceAll(bytes, []byte{})
103 bytes = regexp.MustCompile(sub.pat).ReplaceAll(bytes, []byte(sub.repl))
regex-dna-parallel.go 99 bytes = regexp.MustCompile("(>[^\n]+)?\n").ReplaceAll(bytes, []byte{})
115 bb = regexp.MustCompile(sub.pat).ReplaceAll(bb, []byte(sub.repl))
  /prebuilts/go/linux-x86/test/bench/shootout/
regex-dna.go 97 bytes = regexp.MustCompile("(>[^\n]+)?\n").ReplaceAll(bytes, []byte{})
103 bytes = regexp.MustCompile(sub.pat).ReplaceAll(bytes, []byte(sub.repl))
regex-dna-parallel.go 99 bytes = regexp.MustCompile("(>[^\n]+)?\n").ReplaceAll(bytes, []byte{})
115 bb = regexp.MustCompile(sub.pat).ReplaceAll(bb, []byte(sub.repl))
  /external/google-benchmark/src/
string_util.h 39 void ReplaceAll(std::string* str, const std::string& from,
csv_reporter.cc 80 ReplaceAll(&name, "\"", "\"\"");
99 ReplaceAll(&label, "\"", "\"\"");
string_util.cc 160 void ReplaceAll(std::string* str, const std::string& from,
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 250 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
252 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
259 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 449 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
459 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
469 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
475 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
535 // ReplaceAll returns a copy of src, replacing matches of the Regexp
538 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
544 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
557 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
567 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 250 actual = string(re.ReplaceAll([]byte(tc.input), []byte(tc.replacement)))
252 t.Errorf("%q.ReplaceAll(%q,%q) = %q; want %q",
259 // Run ReplaceAll tests that do not have $ expansions.
regexp.go 449 b := re.replaceAll(nil, src, n, func(dst []byte, match []int) []byte {
459 return string(re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
469 b := re.replaceAll(nil, src, 2, func(dst []byte, match []int) []byte {
475 func (re *Regexp) replaceAll(bsrc []byte, src string, nmatch int, repl func(dst []byte, m []int) []byte) []byte {
535 // ReplaceAll returns a copy of src, replacing matches of the Regexp
538 func (re *Regexp) ReplaceAll(src, repl []byte) []byte {
544 b := re.replaceAll(src, "", n, func(dst []byte, match []int) []byte {
557 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
567 return re.replaceAll(src, "", 2, func(dst []byte, match []int) []byte {
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 514 def ReplaceAll(pattern, rep, s):
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py 514 def ReplaceAll(pattern, rep, s):
    [all...]

Completed in 856 milliseconds