/external/bcc/tools/ |
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
|
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
|
/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
|
/external/autotest/client/cros/cellular/ |
D | cellular_logging.py | 12 def SetupCellularLogging(logger_name, format_string=LOG_FORMAT): argument
|
/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
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.syn/ |
D | runtime_format_string.pass.cpp | 54 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/ |
D | runtime_format_string.pass.cpp | 54 auto format_string = std::runtime_format(std::string_view{}); in main() local
|
/external/pigweed/pw_chre/ |
D | chre_api_re.cc | 37 const char* format_string, in chreLog()
|
/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
|
/external/pigweed/pw_log_tokenized/pw_log_tokenized_private/ |
D | test_utils.h | 35 const char* format_string; member
|
/external/cronet/tot/third_party/libc++/src/src/filesystem/ |
D | format_string.h | 55 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/ |
D | format_string.h | 55 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/ |
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
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | pigweed_detokenizer.cc | 203 FormatString format_string) in DetokenizedString() 208 FormatString format_string, in DetokenizedString()
|
/external/toybox/toys/posix/ |
D | date.c | 136 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/ |
D | format_string.h | 66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
|
/external/cronet/tot/third_party/libc++/src/test/support/ |
D | format_string.h | 66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
|
/external/pigweed/pw_format/rust/pw_format/ |
D | macros.rs | 327 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
|
D | printf.rs | 134 pub(crate) fn format_string(input: &str) -> IResult<&str, FormatString> { in format_string() function
|
/external/libcxx/test/support/ |
D | format_string.hpp | 66 std::string format_string(const char* fmt, Args const&... args) { in format_string() function
|
/external/cronet/stable/base/strings/ |
D | string_util.cc | 401 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/ |
D | string_util.cc | 401 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/ |
D | bsdiff_arguments.cc | 174 string format_string = str; in ParseBsdiffFormat() local
|