| /external/bcc/tools/ | 
| D | tcplife.py | 420 format_string = "%-5d %-10.10s %s%-15s %-5d %-15s %-5d %5d %5d %.2f"  variable423     format_string = "%-5d %-16.16s %-2s %-26s %-5s %-26s %-5d %6d %6d %.2f"  variable
 426     format_string = "%d,%s,%s,%s,%s,%s,%d,%d,%d,%.2f"  variable
 
 | 
| D | tcpstates.py | 291 format_string = ("%-16x %-5d %-10.10s %s%-15s %-5d %-15s %-5d %-11s " +  variable296     format_string = ("%-16x %-5d %-16.16s %-2s %-26s %-5s %-26s %-5d %-11s " +  variable
 300     format_string = "%x,%d,%s,%s,%s,%s,%s,%d,%s,%s,%.3f"  variable
 
 | 
| /external/python/cpython3/Lib/ | 
| D | string.py | 160     def format(self, format_string, /, *args, **kwargs):  argument163     def vformat(self, format_string, args, kwargs):  argument
 169     def _vformat(self, format_string, args, kwargs, used_args, recursion_depth,  argument
 258     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/oss-fuzz/projects/spdlog/fuzz/ | 
| D | log_fuzzer.cc | 39   const std::string format_string = stream.ConsumeRemainingBytesAsString();  in LLVMFuzzerTestOneInput()  local
 | 
| D | format_fuzzer.cc | 60   const std::string format_string = stream.ConsumeRemainingBytesAsString();  in LLVMFuzzerTestOneInput()  local
 | 
| /external/pigweed/pw_log_tokenized/pw_log_tokenized_private/ | 
| D | test_utils.h | 35   const char* format_string;  member
 | 
| /external/rust/crates/bindgen/codegen/ | 
| D | impl_debug.rs | 13     let mut format_string = format!("{} {{{{ ", struct_name);  in gen_debug_impl()  localVariable91         let mut format_string = String::new();  in impl_debug()  localVariable
 
 | 
| /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/buildtools/third_party/libc++/trunk/test/support/ | 
| D | format_string.h | 66 std::string format_string(const char* fmt, Args const&... args) {  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/base/strings/ | 
| D | string_util.cc | 392     StringPiece16 format_string,  in ReplaceStringPlaceholders()406 std::string ReplaceStringPlaceholders(StringPiece format_string,  in ReplaceStringPlaceholders()
 420 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string,  in ReplaceStringPlaceholders()
 
 | 
| D | string_util_win.cc | 129 std::wstring ReplaceStringPlaceholders(WStringPiece format_string,  in ReplaceStringPlaceholders()
 | 
| /external/python/cpython2/Lib/ | 
| D | string.py | 561     def vformat(self, format_string, args, kwargs):  argument567     def _vformat(self, format_string, args, kwargs, used_args, recursion_depth):  argument
 634     def parse(self, format_string):  argument
 
 | 
| /external/bsdiff/ | 
| D | bsdiff_arguments.cc | 174   string format_string = str;  in ParseBsdiffFormat()  local
 | 
| /external/tensorflow/tensorflow/core/profiler/convert/ | 
| D | hlo_proto_to_graph_view.cc | 180 xla::RenderedGraphFormat GetRenderFormat(const std::string& format_string) {  in GetRenderFormat()
 | 
| /external/mesa3d/src/mapi/glapi/gen/ | 
| D | typeexpr.py | 271     def format_string(self):  member in type_expression
 | 
| /external/tensorflow/tensorflow/tools/dockerfiles/ | 
| D | assembler.py | 285 def build_name_from_slices(format_string, slices, args, is_dockerfile=False):  argument
 | 
| /external/libchrome/base/strings/ | 
| 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()
 
 | 
| /external/libcxx/src/filesystem/ | 
| D | filesystem_common.h | 106 string format_string(const char* fmt, Args const&... args) {  in format_string()  function
 | 
| /external/autotest/client/cros/cellular/mbim_compliance/ | 
| D | mbim_message.py | 514     def pack(self, format_string, field_names):  argument
 | 
| /external/cronet/base/trace_event/ | 
| D | trace_arguments.cc | 199       const char* format_string = as_json ? "\"0x%" PRIx64 "\"" : "0x%" PRIx64;  in Append()  local
 | 
| /external/libnl/python/netlink/ | 
| D | util.py | 144     def nl(self, format_string=''):  argument
 | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ | 
| D | fill_ops.cc | 289   const char* format_string =  in convert_range_error_msg()  local
 | 
| /external/cronet/buildtools/third_party/libc++/trunk/src/filesystem/ | 
| D | filesystem_common.h | 93 format_string(const char* msg, ...) {  in format_string()  function
 |