Searched refs:replace_string (Results 1 – 8 of 8) sorted by relevance
| /external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/ |
| D | regenerate_pem_from_ascii.py | 39 def replace_string(original, start, end, replacement): function 54 return replace_string(template, m.start(1), m.end(1), value) 98 modified = replace_string(orig, m.start(1), m.end(1),
|
| D | rebase-errors.py | 79 def replace_string(original, start, end, replacement): function 97 contents = replace_string(contents, m.start(1), m.end(1),
|
| /external/cronet/net/data/parse_certificate_unittest/ |
| D | regenerate_pem_from_ascii.py | 39 def replace_string(original, start, end, replacement): function 54 return replace_string(template, m.start(1), m.end(1), value) 98 modified = replace_string(orig, m.start(1), m.end(1),
|
| D | rebase-errors.py | 79 def replace_string(original, start, end, replacement): function 97 contents = replace_string(contents, m.start(1), m.end(1),
|
| /external/sdv/vsomeip/third_party/boost/date_time/include/boost/date_time/ |
| D | time_facet.hpp | 307 string_type replace_string(seconds_format); in put() local 308 replace_string += sep; in put() 309 replace_string += frac_str; in put() 312 replace_string); in put() 414 string_type replace_string; in put() local 415 replace_string += sep; in put() 416 replace_string += frac_str; in put() 419 replace_string); in put() 500 string_type replace_string(seconds_format); in put() local 501 replace_string += sep; in put() [all …]
|
| /external/e2fsprogs/util/ |
| D | subst.c | 121 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function 179 replace_string(ptr, end_ptr, ent->value); in substitute_line() 219 replace_string(ptr, end_ptr, ent->value); in substitute_line()
|
| /external/libxml2/include/libxml/ |
| D | meson.build | 48 # replace_string : 'LIBXML_VERSION_EXTRA'
|
| /external/google-breakpad/src/common/windows/ |
| D | pdb_source_line_writer.cc | 1245 const wchar_t* replace_string = L"(void)"; in GetSymbolFunctionName() local 1246 const size_t replace_length = wcslen(replace_string); in GetSymbolFunctionName() 1251 if (wcscmp(name_end, replace_string) == 0) { in GetSymbolFunctionName()
|