Home
last modified time | relevance | path

Searched defs:default_format (Results 1 – 12 of 12) 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/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_graph_kernel.cc195 void GetDefaultFormat(const CNodePtr &kernel_node, std::string *default_format, bool *use_same_form… in GetDefaultFormat()
246 const std::string &default_format, bool use_same_format, in UpdateInputsKernelInfo()
344 const FuncGraphManagerPtr &mng, const std::string &default_format, in CheckFormatsAndDtypes()
496 std::string default_format; in SelectGraphKernelInfo() local
/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/gettext/gettext-tools/src/
Dhostname.c99 static enum { default_format, short_format, long_format, ip_format } format; enumerator
/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/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c2052 SVGA3dSurfaceFormat default_format = in svga_format_is_shareable() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c808 radv_select_android_external_format(const void *next, VkFormat default_format) in radv_select_android_external_format()
/third_party/python/Lib/logging/
D__init__.py414 default_format = '%(message)s' variable in PercentStyle
446 default_format = '{message}' variable in StrFormatStyle
480 default_format = '${message}' variable in StringTemplateStyle
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc198 std::string default_format = kOpFormat_DEFAULT; in AddTransOpNodeToGraph() local
/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.c1427 static const gchar default_format[] = "%01d"; in gst_mpdparser_build_URL_from_template() local