/aosp_15_r20/device/google/contexthub/util/nanotool/ |
D | nanomessage.cpp | 44 const char format_string[] = "Hardware version info:\n" in ToString() local 64 const char format_string[] = "Write event accepted: %s\n"; in ToString() local 96 const char format_string[] = "Read event at time: %" PRIx64 "\n"; in ToString() local 217 const char format_string[] = "Sensor configuration:\n" in ToString() local
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | string.py | 189 def format(self, format_string, /, *args, **kwargs): argument 192 def vformat(self, format_string, args, kwargs): argument 198 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth, argument 287 def parse(self, format_string): argument
|
/aosp_15_r20/external/bcc/tools/ |
H A D | tcplife.py | 420 format_string = "%-5d %-10.10s %s%-15s %-5d %-15s %-5d %5d %5d %.2f" variable 423 format_string = "%-5d %-16.16s %-2s %-39s %-5s %-39s %-5d %6d %6d %.2f" variable 426 format_string = "%d,%s,%s,%s,%s,%s,%d,%d,%d,%.2f" variable
|
H A D | tcpstates.py | 295 format_string = ("%-16x %-5d %-10.10s %s%-15s %-5d %-15s %-5d %-11s " + variable 300 format_string = ("%-16x %-5d %-16.16s %-2s %-39s %-5s %-39s %-5d %-11s " + variable 304 format_string = "%x,%d,%s,%s,%s,%s,%s,%d,%s,%s,%.3f" variable
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/test/regress/ |
D | info.hpp | 90 string_type format_string; member 129 const string_type& format_string = string_type(), in set_info() 173 static const string_type& format_string() in format_string() function in test_info_base
|
D | test_regex_replace.hpp | 29 const string_type& format_string = test_info<charT>::format_string(); in test_regex_replace() local
|
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | macros.rs | 319 format_string: LitStr, field 350 let format_string = LitStr::new( in parse() localVariable 692 let format_string = string.replace('%', "%%"); in string_fragment() localVariable 843 format_string: String, field 853 let format_string = string.replace('{', "{{").replace('}', "}}"); in string_fragment() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/ |
D | impl_debug.rs | 13 let mut format_string = format!("{} {{{{ ", struct_name); in gen_debug_impl() localVariable 91 let mut format_string = String::new(); in impl_debug() localVariable
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | string_util.cc | 391 StringPiece16 format_string, in ReplaceStringPlaceholders() 405 std::string ReplaceStringPlaceholders(StringPiece format_string, in ReplaceStringPlaceholders() 419 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string, in ReplaceStringPlaceholders()
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | string.py | 561 def vformat(self, format_string, args, kwargs): argument 567 def _vformat(self, format_string, args, kwargs, used_args, recursion_depth): argument 634 def parse(self, format_string): argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/ |
H A D | pigweed_detokenizer.cc | 203 FormatString format_string) in DetokenizedString() 208 FormatString format_string, in DetokenizedString()
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | string_util.cc | 1014 const FormatStringType& format_string, in DoReplaceStringPlaceholders() 1067 string16 ReplaceStringPlaceholders(const string16& format_string, in ReplaceStringPlaceholders() 1073 std::string ReplaceStringPlaceholders(StringPiece format_string, in ReplaceStringPlaceholders() 1079 string16 ReplaceStringPlaceholders(const string16& format_string, in ReplaceStringPlaceholders()
|
/aosp_15_r20/external/rust/android-crates-io/crates/prettyplease/src/ |
D | mac.rs | 267 format_string: Expr, field 273 let format_string: Expr = input.parse()?; in parse() localVariable
|
/aosp_15_r20/external/autotest/client/cros/cellular/ |
H A D | cellular_logging.py | 12 def SetupCellularLogging(logger_name, format_string=LOG_FORMAT): argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.syn/ |
H A D | runtime_format_string.pass.cpp | 54 auto format_string = std::runtime_format(std::string_view{}); in main() local
|
/aosp_15_r20/external/pigweed/pw_chre/ |
H A D | chre_api_re.cc | 37 const char* format_string, in chreLog()
|
/aosp_15_r20/external/pigweed/pw_log_tokenized/pw_log_tokenized_private/ |
H A D | test_utils.h | 35 const char* format_string; member
|
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/ |
H A D | format_string.h | 55 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) string format_string(const char* msg, ...) { in format_string() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/regex/example/snippets/ |
D | regex_replace_example.cpp | 113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable
|
D | regex_merge_example.cpp | 113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable
|