Home
last modified time | relevance | path

Searched refs:ReplaceAll (Results 1 – 17 of 17) sorted by relevance

/external/syzkaller/vendor/golang.org/x/sys/unix/
Dmkpost.go47 b = valRegex.ReplaceAll(b, []byte("type $1 struct {${2}Val$3}"))
52 b = ptraceRexexp.ReplaceAll(b, nil)
56 b = controlRegsRegex.ReplaceAll(b, []byte("_ [0]uint64"))
61 b = removeFieldsRegex.ReplaceAll(b, []byte("_"))
66 b = convertUtsnameRegex.ReplaceAll(b, []byte("$1$3[$4]byte"))
70 b = spareFieldsRegex.ReplaceAll(b, []byte("_"))
74 b = removePaddingFieldsRegex.ReplaceAll(b, []byte("_"))
78 b = removeFieldsRegex.ReplaceAll(b, []byte("_"))
89 b = cgoCommandRegex.ReplaceAll(b, []byte(replacement))
/external/grpc-grpc/src/compiler/
Dphp_generator_helpers.h36 inline grpc::string ReplaceAll(grpc::string s, const grpc::string& search, in ReplaceAll() function
52 oss << ReplaceAll(file->options().php_namespace(), "\\", "/"); in GetPHPServiceFilename()
70 return ReplaceAll(grpc_generator::GetPrefixedComments(desc, true, prefix), in GetPHPComments()
Druby_generator_string-inl.h63 inline grpc::string ReplaceAll(grpc::string s, const grpc::string& search, in ReplaceAll() function
/external/libcxx/utils/google-benchmark/src/
Dcsv_reporter.cc96 ReplaceAll(&name, "\"", "\"\""); in PrintRunData()
102 ReplaceAll(&msg, "\"", "\"\""); in PrintRunData()
136 ReplaceAll(&label, "\"", "\"\""); in PrintRunData()
Dstring_util.h38 void ReplaceAll(std::string* str, const std::string& from,
Dstring_util.cc163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
Djson_reporter.cc87 ReplaceAll(&executable_name, "\\", "\\\\"); in ReportContext()
/external/google-benchmark/src/
Dcsv_reporter.cc96 ReplaceAll(&name, "\"", "\"\""); in PrintRunData()
102 ReplaceAll(&msg, "\"", "\"\""); in PrintRunData()
136 ReplaceAll(&label, "\"", "\"\""); in PrintRunData()
Dstring_util.h38 void ReplaceAll(std::string* str, const std::string& from,
Djson_reporter.cc87 ReplaceAll(&executable_name, "\\", "\\\\"); in ReportContext()
Dstring_util.cc163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
/external/syzkaller/pkg/csource/
Dcsource.go395 result = regexp.MustCompile(`\t*NONFAILING\((.*)\);\n`).ReplaceAll(result, []byte("$1;\n"))
400 result = regexp.MustCompile(`\t*debug\((.*\n)*?.*\);\n`).ReplaceAll(result, nil)
401 result = regexp.MustCompile(`\t*debug_dump_data\((.*\n)*?.*\);\n`).ReplaceAll(result, nil)
402 result = regexp.MustCompile(`\t*exitf\((.*\n)*?.*\);\n`).ReplaceAll(result, []byte("\texit(1);\n"))
403 result = regexp.MustCompile(`\t*fail\((.*\n)*?.*\);\n`).ReplaceAll(result, []byte("\texit(1);\n"))
404 result = regexp.MustCompile(`\t*error\((.*\n)*?.*\);\n`).ReplaceAll(result, []byte("\texit(1);\n"))
422 result = includeRe.ReplaceAll(result, nil)
Dgen.go52 data = regexp.MustCompile(remove).ReplaceAll(data, nil)
/external/golang-protobuf/protoc-gen-go/
Dgolden_test.go104 want = fdescRE.ReplaceAll(want, nil)
105 got = fdescRE.ReplaceAll(got, nil)
/external/google-styleguide/cpplint/
Dcpplint.py661 def ReplaceAll(pattern, rep, s): function
3468 if (Search(r',[^,\s]', ReplaceAll(r'\boperator\s*,\s*\(', 'F(', line)) and
5126 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body
5133 ReplaceAll(' *<', '<', parameter))
/external/libvpx/libvpx/tools/
Dcpplint.py514 def ReplaceAll(pattern, rep, s): function
4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body
4133 ReplaceAll(' *<', '<', parameter))
/external/libaom/libaom/tools/
Dcpplint.py514 def ReplaceAll(pattern, rep, s): function
4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body
4133 ReplaceAll(' *<', '<', parameter))