Home
last modified time | relevance | path

Searched defs:format_string (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/device/google/contexthub/util/nanotool/
Dnanomessage.cpp44 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 Dstring.py189 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/
Dstring.py189 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/
Dstring.py189 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/
Dstring.py189 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/
Dstring.py189 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/
Dstring.py189 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 Dtcplife.py420 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 Dtcpstates.py295 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/
Dinfo.hpp90 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
Dtest_regex_replace.hpp29 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 Dmacros.rs319 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/
Dimpl_debug.rs13 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 Dstring_util.cc391 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/
Dstring.py561 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 Dpigweed_detokenizer.cc203 FormatString format_string) in DetokenizedString()
208 FormatString format_string, in DetokenizedString()
/aosp_15_r20/external/libchrome/base/strings/
H A Dstring_util.cc1014 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/
Dmac.rs267 format_string: Expr, field
273 let format_string: Expr = input.parse()?; in parse() localVariable
/aosp_15_r20/external/autotest/client/cros/cellular/
H A Dcellular_logging.py12 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 Druntime_format_string.pass.cpp54 auto format_string = std::runtime_format(std::string_view{}); in main() local
/aosp_15_r20/external/pigweed/pw_chre/
H A Dchre_api_re.cc37 const char* format_string, in chreLog()
/aosp_15_r20/external/pigweed/pw_log_tokenized/pw_log_tokenized_private/
H A Dtest_utils.h35 const char* format_string; member
/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Dformat_string.h55 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/
Dregex_replace_example.cpp113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable
Dregex_merge_example.cpp113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable

1234