Searched refs:default_format (Results 1 – 12 of 12) sorted by relevance
/external/fonttools/Lib/fontTools/misc/ |
D | loggingTools.py | 68 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/ |
D | bdist.py | 63 default_format = {'posix': 'gztar', variable in bdist 112 self.formats = [self.default_format[os.name]]
|
D | bdist_dumb.py | 50 default_format = { 'posix': 'gztar', variable in bdist_dumb 73 self.format = self.default_format[os.name]
|
D | sdist.py | 97 default_format = {'posix': 'gztar', variable in sdist 134 self.formats = [self.default_format[os.name]]
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist.py | 60 default_format = {'posix': 'gztar', variable in bdist 109 self.formats = [self.default_format[os.name]]
|
D | bdist_dumb.py | 47 default_format = { 'posix': 'gztar', variable in bdist_dumb 68 self.format = self.default_format[os.name]
|
/external/webrtc/talk/media/base/ |
D | capturemanager.cc | 133 VideoFormat default_format(kDefaultCaptureFormat); in GetHighestFormat() local 134 return default_format; in GetHighestFormat()
|
/external/python/cpython2/Lib/distutils/tests/ |
D | test_bdist_dumb.py | 107 default = cmd.default_format[os.name]
|
/external/python/cpython3/Lib/test/ |
D | test_calendar.py | 111 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__.py | 422 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/ |
D | svga_format.c | 2017 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/ |
D | 3.6.rst | 1014 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``
|