/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | mkpost.go | 47 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/ |
D | php_generator_helpers.h | 36 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()
|
D | ruby_generator_string-inl.h | 63 inline grpc::string ReplaceAll(grpc::string s, const grpc::string& search, in ReplaceAll() function
|
/external/libcxx/utils/google-benchmark/src/ |
D | csv_reporter.cc | 96 ReplaceAll(&name, "\"", "\"\""); in PrintRunData() 102 ReplaceAll(&msg, "\"", "\"\""); in PrintRunData() 136 ReplaceAll(&label, "\"", "\"\""); in PrintRunData()
|
D | string_util.h | 38 void ReplaceAll(std::string* str, const std::string& from,
|
D | json_reporter.cc | 87 ReplaceAll(&executable_name, "\\", "\\\\"); in ReportContext()
|
D | string_util.cc | 163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
|
/external/google-benchmark/src/ |
D | csv_reporter.cc | 96 ReplaceAll(&name, "\"", "\"\""); in PrintRunData() 102 ReplaceAll(&msg, "\"", "\"\""); in PrintRunData() 136 ReplaceAll(&label, "\"", "\"\""); in PrintRunData()
|
D | string_util.h | 38 void ReplaceAll(std::string* str, const std::string& from,
|
D | json_reporter.cc | 87 ReplaceAll(&executable_name, "\\", "\\\\"); in ReportContext()
|
D | string_util.cc | 163 void ReplaceAll(std::string* str, const std::string& from, in ReplaceAll() function
|
/external/syzkaller/pkg/csource/ |
D | csource.go | 395 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)
|
D | gen.go | 52 data = regexp.MustCompile(remove).ReplaceAll(data, nil)
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 104 want = fdescRE.ReplaceAll(want, nil) 105 got = fdescRE.ReplaceAll(got, nil)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 661 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/ |
D | cpplint.py | 514 def ReplaceAll(pattern, rep, s): function 4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body 4133 ReplaceAll(' *<', '<', parameter))
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 514 def ReplaceAll(pattern, rep, s): function 4127 decls = ReplaceAll(r'{[^}]*}', ' ', line) # exclude function body 4133 ReplaceAll(' *<', '<', parameter))
|