Home
last modified time | relevance | path

Searched refs:default_format (Results 1 – 12 of 12) sorted by relevance

/external/fonttools/Lib/fontTools/misc/
DloggingTools.py68 default_format = fmt
72 default_format = custom_formats.pop("*", None)
75 super(LevelFormatter, self).__init__(default_format, datefmt)
76 self.default_format = self._fmt
84 fmt = self.custom_formats.get(record.levelno, self.default_format)
288 default_format = "Took %(time).3fs to %(msg)s" variable in Timer
330 msg = self.default_format % {"msg": msg, "time": time}
/external/python/cpython2/Lib/distutils/command/
Dbdist.py63 default_format = {'posix': 'gztar', variable in bdist
112 self.formats = [self.default_format[os.name]]
Dbdist_dumb.py50 default_format = { 'posix': 'gztar', variable in bdist_dumb
73 self.format = self.default_format[os.name]
Dsdist.py97 default_format = {'posix': 'gztar', variable in sdist
134 self.formats = [self.default_format[os.name]]
/external/python/cpython3/Lib/distutils/command/
Dbdist.py60 default_format = {'posix': 'gztar', variable in bdist
109 self.formats = [self.default_format[os.name]]
Dbdist_dumb.py47 default_format = { 'posix': 'gztar', variable in bdist_dumb
68 self.format = self.default_format[os.name]
/external/webrtc/talk/media/base/
Dcapturemanager.cc133 VideoFormat default_format(kDefaultCaptureFormat); in GetHighestFormat() local
134 return default_format; in GetHighestFormat()
/external/python/cpython2/Lib/distutils/tests/
Dtest_bdist_dumb.py107 default = cmd.default_format[os.name]
/external/python/cpython3/Lib/test/
Dtest_calendar.py111 default_format = dict(year="year", month="month", encoding="ascii") variable
383 format_ = default_format.copy()
901 result_2004_html.format(**default_format).encode('ascii'))
/external/python/cpython3/Lib/logging/
D__init__.py422 default_format = '%(message)s' variable in PercentStyle
427 self._fmt = fmt or self.default_format
436 default_format = '{message}' variable in StrFormatStyle
445 default_format = '${message}' variable in StringTemplateStyle
450 self._fmt = fmt or self.default_format
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c2017 SVGA3dSurfaceFormat default_format = in svga_format_is_shareable() local
2021 if (default_format == SVGA3D_FORMAT_INVALID) in svga_format_is_shareable()
2023 if (default_format == sformat) in svga_format_is_shareable()
2041 svga_format_name(default_format), in svga_format_is_shareable()
/external/python/cpython3/Doc/whatsnew/
D3.6.rst1014 The ``default_format`` attribute has been removed from
1017 any code relying on the presence of ``default_format`` may
2245 * In :class:`distutils.command.sdist.sdist`, the ``default_format``