Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dstring.py160 def format(self, format_string, /, *args, **kwargs): argument
163 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
Dlocale.py213 def format_string(f, val, grouping=False, monetary=False): function
/third_party/rust/crates/bindgen/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
/third_party/toybox/toys/posix/
Ddate.c118 char *setdate = *toys.optargs, *format_string = "%a %b %e %H:%M:%S %Z %Y", in date_main() local
/third_party/toybox/porting/liteos_a/toys/posix/
Ddate.c115 char *setdate = *toys.optargs, *format_string = "%a %b %e %H:%M:%S %Z %Y", in date_main() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py269 def format_string(self): member in type_expression
Dgl_XML.py599 def format_string(self): member in gl_parameter
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c448 gchar *format_string; in gst_amc_audio_dec_loop() local
827 gchar *format_string; in gst_amc_audio_dec_set_format() local
Dgstamcvideoenc.c1071 gchar *format_string; in gst_amc_video_enc_loop() local
1364 gchar *format_string; in gst_amc_video_enc_set_format() local
Dgstamcvideodec.c1325 gchar *format_string; in gst_amc_video_dec_loop() local
1795 gchar *format_string; in gst_amc_video_dec_set_format() local
Dgstahcsrc.c1781 gchar *format_string = NULL; in gst_ahc_src_getcaps() local
/third_party/ffmpeg/tests/checkasm/
Dvf_colorspace.c48 static const char *format_string[] = { variable
/third_party/gn/src/base/strings/
Dstring_util.cc940 const FormatStringType& format_string, in DoReplaceStringPlaceholders()
994 const std::u16string& format_string, in ReplaceStringPlaceholders()
1000 std::string ReplaceStringPlaceholders(std::string_view format_string, in ReplaceStringPlaceholders()
1006 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string, in ReplaceStringPlaceholders()
/third_party/freetype/src/dlg/
Ddlg.c371 const char* format_string, const struct dlg_origin* origin, const char* string,
495 void dlg_generic_outputf_buf(char* buf, size_t* size, const char* format_string,
530 void dlg_generic_outputf_stream(FILE* stream, const char* format_string,
/third_party/jinja2/
Dsandbox.py348 def format_string( member in SandboxedEnvironment
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py405 def format_string(self, s, args, kwargs): member in SandboxedEnvironment
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py429 def format_string(self, s, args, kwargs, format_func=None): member in SandboxedEnvironment
/third_party/python/Lib/test/
Dtest_string.py148 def parse(self, format_string): argument
/third_party/ffmpeg/libavformat/
Ddashenc.c216 static struct format_string { struct
217 SegmentType segment_type;
218 const char *str;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc1187 std::string format_string = std::string("<<") + test_format + ">>"; in FormatFails() local