Home
last modified time | relevance | path

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

/third_party/python/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
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.c122 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/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/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/ffmpeg/tests/checkasm/
Dvf_colorspace.c48 static const char *format_string[] = { variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Dbatchnorm_info.cc65 std::string format_string; in GetAttrs() local
/third_party/gn/src/base/strings/
Dstring_util.cc933 const FormatStringType& format_string, in DoReplaceStringPlaceholders()
987 const std::u16string& format_string, in ReplaceStringPlaceholders()
993 std::string ReplaceStringPlaceholders(std::string_view format_string, in ReplaceStringPlaceholders()
999 std::u16string ReplaceStringPlaceholders(const std::u16string& format_string, in ReplaceStringPlaceholders()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dthird_party_param_parser.cc158 int StringToFormat(const std::string &format_string, schema::Format *format) { in StringToFormat()
/third_party/jinja2/
Dsandbox.py348 def format_string( 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/protobuf/php/ext/google/protobuf/
Dmessage.c1241 zval format_string; in PHP_METHOD() local
1285 zval format_string; in PHP_METHOD() local
/third_party/python/Lib/test/
Dtest_string.py148 def parse(self, format_string): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/core/
Dgraph_kernel_utils.cc464 int64_t GkUtils::GetChannelInConvFormat(const std::string &format_string) { in GetChannelInConvFormat()
/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