Home
last modified time | relevance | path

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

12

/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/boost/libs/regex/test/regress/
Dinfo.hpp90 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
Dtest_regex_replace.hpp29 const string_type& format_string = test_info<charT>::format_string(); in test_regex_replace() local
Dtest_icu.cpp568 string_type format_string; in test_icu() local
/third_party/boost/libs/hana/example/misc/
Dprintf.cpp47 auto format_string = hana::sum<hana::string_tag>(format_string_tokens); in format() local
/third_party/glib/glib/
Dgvariant.c971 const gchar *format_string, in g_variant_lookup()
1322 g_variant_new_printf (const gchar *format_string, in g_variant_new_printf()
3979 const gchar *format_string, in g_variant_dict_lookup()
4079 const gchar *format_string, in g_variant_dict_insert()
4435 const gchar *format_string, in g_variant_check_format_string()
4562 valid_format_string (const gchar *format_string, in valid_format_string()
5324 g_variant_new (const gchar *format_string, in g_variant_new()
5391 g_variant_new_va (const gchar *format_string, in g_variant_new_va()
5436 const gchar *format_string, in g_variant_get()
5490 const gchar *format_string, in g_variant_get_va()
[all …]
/third_party/boost/libs/regex/example/snippets/
Dregex_merge_example.cpp113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable
Dregex_replace_example.cpp113 const char* format_string = "(?1<font color=\"#008040\">$&</font>)" variable
/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/boost/boost/timer/
Dtimer.hpp111 const std::string& format_string() const { return m_format; } in format_string() function in boost::timer::auto_cpu_timer
/third_party/boost/libs/locale/test/
Dtest_formatting.cpp387 std::basic_string<CharType> format_string(format.begin(),format.end()); in test_manip() local
498 std::basic_string<CharType> format_string(format.begin(),format.end()); in test_format() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dtypeexpr.py269 def format_string(self): member in type_expression
/third_party/glib/gio/
Dgmenu.c717 const gchar *format_string, in g_menu_item_set_attribute()
836 const gchar *format_string, in g_menu_item_get_attribute()
1058 const gchar *format_string, in g_menu_item_set_action_and_target()
/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
/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/libnl/python/netlink/
Dutil.py144 def nl(self, format_string=''): argument
/third_party/boost/tools/auto_index/src/
Dauto_index.hpp93 std::string format_string, type, term_formatter; member
/third_party/boost/boost/locale/
Dformat.hpp220 basic_format(string_type format_string) : in basic_format()
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py405 def format_string(self, s, args, kwargs): member in SandboxedEnvironment
/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

12