Home
last modified time | relevance | path

Searched defs:default_format (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/distutils/command/
Dbdist_dumb.py47 default_format = { 'posix': 'gztar', variable in bdist_dumb
Dbdist.py60 default_format = {'posix': 'gztar', variable in bdist
/third_party/boost/libs/timer/test/
Dcpu_timer_test.cpp34 string default_format(" %ws wall, %us user + %ss system = %ts CPU (%p%)\n"); in unit_test() local
/third_party/boost/libs/log/test/run/
Dform_named_scope.cpp58 static logging::string_literal default_format() { return logging::str_literal("%n"); } in default_format() function
75 static logging::wstring_literal default_format() { return logging::str_literal(L"%n"); } in default_format() function
/third_party/python/Lib/logging/
D__init__.py415 default_format = '%(message)s' variable in PercentStyle
442 default_format = '{message}' variable in StrFormatStyle
472 default_format = '${message}' variable in StringTemplateStyle
/third_party/python/Lib/test/
Dtest_calendar.py111 default_format = dict(year="year", month="month", encoding="ascii") variable
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c3303 static const gchar default_format[] = "%01d"; in gst_mpdparser_build_URL_from_template() local