Home
last modified time | relevance | path

Searched refs:datefmt (Results 1 – 25 of 35) sorted by relevance

12

/external/autotest/client/common_lib/
Dlogging_config.py56 file_formatter = logging.Formatter(fmt=FILE_FORMAT, datefmt=DATE_FORMAT)
61 datefmt='%H:%M:%S')
64 datefmt='%H:%M:%S')
84 def add_stream_handler(self, stream, level=logging.DEBUG, datefmt=None): argument
88 if datefmt:
90 datefmt=datefmt)
95 def add_console_handlers(self, datefmt=None): argument
98 datefmt=datefmt)
102 self.add_stream_handler(sys.stderr, self.stderr_level, datefmt)
108 datefmt=None): argument
[all …]
Dlogging_manager.py395 self.datefmt = base_formatter.datefmt
/external/icu/icu4c/source/samples/datefmt/
Ddatefmt.sln5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "datefmt.vcxproj", "{6D592DB7-B9C8-4…
DMakefile14 TARGET=datefmt
DREADME.TXT35 Open the file "datefmt.sln" in Microsoft Visual C++.
/external/python/cpython2/Lib/logging/
D__init__.py391 def __init__(self, fmt=None, datefmt=None): argument
403 self.datefmt = datefmt
405 def formatTime(self, record, datefmt=None): argument
424 if datefmt:
425 s = time.strftime(datefmt, ct)
467 record.asctime = self.formatTime(record, self.datefmt)
/external/python/cpython3/Lib/logging/
D__init__.py470 def __init__(self, fmt=None, datefmt=None, style='%'): argument
490 self.datefmt = datefmt
495 def formatTime(self, record, datefmt=None): argument
514 if datefmt:
515 s = time.strftime(datefmt, ct)
577 record.asctime = self.formatTime(record, self.datefmt)
/external/autotest/client/cros/cellular/pseudomodem/
Drun_pseudomodem.py27 datefmt='%H:%M:%S')
Dlogging_setup.py58 datefmt='%H:%M:%S')
/external/lisa/tools/scripts/
Dodroid_sampler.py103 datefmt='%I:%M:%S')
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py122 datefmt=date_format)
/external/autotest/site_utils/
Drpc_logserver.py107 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
Dkill_slow_queries.py134 datefmt='%m/%d/%Y %H:%M:%S', level=logging.DEBUG)
Dlabel_cleaner.py276 datefmt='%Y-%m-%d %H:%M:%S',
/external/lisa/
Dlogging.conf133 datefmt=
/external/icu/icu4c/source/samples/
DMakefile.in26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
Dreadme.txt20 datefmt - an exercise using the date formatting API
/external/lisa/tools/
Dplots.py38 datefmt='%I:%M:%S')
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_monitor.py210 datefmt='%y%m%d %H:%M:%S')
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt38 datefmt.h
/external/python/cpython2/Doc/library/
Dlogging.config.rst182 The configuring dict is searched for keys ``format`` and ``datefmt``
391 datefmt: '%Y-%m-%d %H:%M:%S'
414 'datefmt' : '%Y-%m-%d %H:%M:%S'
738 datefmt=
741 The ``format`` entry is the overall format string, and the ``datefmt`` entry is
/external/icu/icu4c/source/samples/all/
Dall.sln11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
/external/icu/icu4c/source/i18n/
DAndroid.bp72 "datefmt.cpp",
DMakefile.in70 choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o \
/external/python/cpython3/Doc/library/
Dlogging.config.rst225 The configuring dict is searched for keys ``format`` and ``datefmt``
434 datefmt: '%Y-%m-%d %H:%M:%S'
457 'datefmt' : '%Y-%m-%d %H:%M:%S'
777 datefmt=
780 The ``format`` entry is the overall format string, and the ``datefmt`` entry is

12