Home
last modified time | relevance | path

Searched defs:format_string (Results 1 – 18 of 18) 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/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/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/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/musl/third_party/openbsd/gnu/lib/libexecinfo/
Dbacktrace.c85 static ssize_t format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() function
/third_party/FreeBSD/contrib/libexecinfo/
Dbacktrace.c85 static ssize_t format_string(char **buf, size_t *bufsiz, size_t offs, const char *fmt, in format_string() function
/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/jinja2/
Dsandbox.py348 def format_string( member in SandboxedEnvironment
/third_party/node/deps/v8/third_party/jinja2/
Dsandbox.py429 def format_string(self, s, args, kwargs, format_func=None): 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/node/tools/inspector_protocol/jinja2/
Dsandbox.py405 def format_string(self, s, args, kwargs): 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