Home
last modified time | relevance | path

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

/aosp_15_r20/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 …]
/aosp_15_r20/external/cronet/net/data/parse_certificate_unittest/
H A 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),
H A Drebase-errors.py79 def replace_string(original, start, end, replacement): function
97 contents = replace_string(contents, m.start(1), m.end(1),
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/testdata/parse_certificate_unittest/
H A 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),
H A Drebase-errors.py72 def replace_string(original, start, end, replacement): function
97 contents = replace_string(contents, m.start(1), m.end(1),
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dproject_file_gen.py326 replace_string = ''
328 replace_string = _SUB_MODULES_SECTION.format(
332 content = content.replace(_ENABLE_DEBUGGER_MODULE_TOKEN, replace_string)
/aosp_15_r20/external/e2fsprogs/util/
H A 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()
/aosp_15_r20/frameworks/base/tools/streaming_proto/cpp/
H A Dmain.cpp129 string header = "ANDROID_" + replace_string(file_descriptor.name(), '/', '_'); in write_header_file()
130 header = replace_string(header, '.', '_') + "_stream_h"; in write_header_file()
/aosp_15_r20/frameworks/base/tools/streaming_proto/
H A Dstring_utils.h31 string replace_string(const string& str, const char replace, const char with);
H A Dstring_utils.cpp80 replace_string(const string& str, const char replace, const char with) in replace_string() function
/aosp_15_r20/external/pytorch/torch/utils/hipify/
H A Dhipify_python.py989 def file_specific_replacement(filepath, search_string, replace_string, strict=False): argument
993 … contents = re.sub(fr'\b({re.escape(search_string)})\b', lambda x: replace_string, contents)
995 contents = contents.replace(search_string, replace_string)
/aosp_15_r20/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.cpp137 unique_ptr<Regex> re = Regex::create(matcher.replace_string().regex()); in getTransformedEvent()
143 const string& replacement = matcher.replace_string().replacement(); in getTransformedEvent()
/aosp_15_r20/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp543 static string replace_string(const string& str, const char replace, const char with) in replace_string() function
575 printf("%s%s,\n", indent.c_str(), replace_string(text.str(), '\n', ' ').c_str()); in generateCsv()
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A 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()
/aosp_15_r20/external/libxml2/include/libxml/
H A Dmeson.build47 # replace_string : 'LIBXML_VERSION_EXTRA'
/aosp_15_r20/frameworks/base/tools/streaming_proto/java/
H A Djava_proto_stream_code_generator.cpp89 result = replace_string(package, '.', '/'); in make_file_name()
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dstring.rst86 <replace_string> <output_variable>
90 with ``<replace_string>`` and store the result in the ``<output_variable>``.
/aosp_15_r20/packages/modules/StatsD/statsd/src/
Dstatsd_config.proto100 optional StringReplacer replace_string = 20; field
/aosp_15_r20/out/soong/.intermediates/packages/modules/StatsD/statsd/statsd/android_arm64_armv8-2a_cortex-a55_apex30/gen/proto/packages/modules/StatsD/statsd/src/
Dstatsd_config.pb.h1001 const ::android::os::statsd::StringReplacer& replace_string() const; in Swap()
1004 void set_allocated_replace_string(::android::os::statsd::StringReplacer* replace_string); in Swap()
1010 ::android::os::statsd::StringReplacer* replace_string); in Swap()
12121 inline const ::android::os::statsd::StringReplacer& FieldValueMatcher::replace_string() const { in replace_string() function
12126 ::android::os::statsd::StringReplacer* replace_string) { in unsafe_arena_set_allocated_replace_string() argument
12130 _impl_.replace_string_ = replace_string; in unsafe_arena_set_allocated_replace_string()
12131 if (replace_string) { in unsafe_arena_set_allocated_replace_string()
12173 …ValueMatcher::set_allocated_replace_string(::android::os::statsd::StringReplacer* replace_string) { in set_allocated_replace_string() argument
12178 if (replace_string) { in set_allocated_replace_string()
12180 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(replace_string); in set_allocated_replace_string()
[all …]
Dstatsd_config.pb.cc2164 static const ::android::os::statsd::StringReplacer& replace_string(const FieldValueMatcher* msg);
2199 FieldValueMatcher::_Internal::replace_string(const FieldValueMatcher* msg) { in replace_string() function in android::os::statsd::FieldValueMatcher::_Internal
2904 InternalWriteMessage(20, _Internal::replace_string(this), in _InternalSerialize()
2905 _Internal::replace_string(this).GetCachedSize(), target, stream); in _InternalSerialize()