Home
last modified time | relevance | path

Searched refs:replace_string (Results 1 – 8 of 8) sorted by relevance

/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/
Dregenerate_pem_from_ascii.py39 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),
Drebase-errors.py79 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/
Dregenerate_pem_from_ascii.py39 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),
Drebase-errors.py79 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/
Dtime_facet.hpp307 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/
Dsubst.c121 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/
Dmeson.build48 # replace_string : 'LIBXML_VERSION_EXTRA'
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc1245 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()