Home
last modified time | relevance | path

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

123

/external/bcc/tools/
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
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
/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
/external/autotest/client/cros/cellular/
Dcellular_logging.py12 def SetupCellularLogging(logger_name, format_string=LOG_FORMAT): argument
/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
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.syn/
Druntime_format_string.pass.cpp54 auto format_string = std::runtime_format(std::string_view{}); in main() local
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.syn/
Druntime_format_string.pass.cpp54 auto format_string = std::runtime_format(std::string_view{}); in main() local
/external/pigweed/pw_chre/
Dchre_api_re.cc37 const char* format_string, in chreLog()
/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
/external/pigweed/pw_log_tokenized/pw_log_tokenized_private/
Dtest_utils.h35 const char* format_string; member
/external/cronet/tot/third_party/libc++/src/src/filesystem/
Dformat_string.h55 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) string format_string(const char* msg, ...) { in format_string() function
/external/cronet/stable/third_party/libc++/src/src/filesystem/
Dformat_string.h55 inline _LIBCPP_ATTRIBUTE_FORMAT(__printf__, 1, 2) string format_string(const char* msg, ...) { in format_string() function
/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
/external/perfetto/src/trace_processor/importers/proto/
Dpigweed_detokenizer.cc203 FormatString format_string) in DetokenizedString()
208 FormatString format_string, in DetokenizedString()
/external/toybox/toys/posix/
Ddate.c136 char *setdate = *toys.optargs, *format_string = "%a %b %e %H:%M:%S %Z %Y", in date_main() local
/external/cronet/stable/third_party/libc++/src/test/support/
Dformat_string.h66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
/external/cronet/tot/third_party/libc++/src/test/support/
Dformat_string.h66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
/external/pigweed/pw_format/rust/pw_format/
Dmacros.rs327 format_string: LitStr, field
358 let format_string = LitStr::new( in parse() localVariable
700 let format_string = string.replace('%', "%%"); in string_fragment() localVariable
851 format_string: String, field
861 let format_string = string.replace('{', "{{").replace('}', "}}"); in string_fragment() localVariable
Dprintf.rs134 pub(crate) fn format_string(input: &str) -> IResult<&str, FormatString> { in format_string() function
/external/libcxx/test/support/
Dformat_string.hpp66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
/external/cronet/stable/base/strings/
Dstring_util.cc401 std::u16string_view format_string, in ReplaceStringPlaceholders()
414 std::string ReplaceStringPlaceholders(std::string_view format_string, in ReplaceStringPlaceholders()
427 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string, in ReplaceStringPlaceholders()
/external/cronet/tot/base/strings/
Dstring_util.cc401 std::u16string_view format_string, in ReplaceStringPlaceholders()
414 std::string ReplaceStringPlaceholders(std::string_view format_string, in ReplaceStringPlaceholders()
427 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string, in ReplaceStringPlaceholders()
/external/bsdiff/
Dbsdiff_arguments.cc174 string format_string = str; in ParseBsdiffFormat() local

123