Home
last modified time | relevance | path

Searched refs:datefmt (Results 1 – 25 of 36) 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/autotest/client/cros/cellular/pseudomodem/
Drun_pseudomodem.py27 datefmt='%H:%M:%S')
Dlogging_setup.py58 datefmt='%H:%M:%S')
/external/icu/icu4c/source/samples/all/
Dsamplecheck.bat48 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe
111 @set THT=datefmt
Dall.sln13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
/external/python/cpython3/Lib/logging/
D__init__.py513 def __init__(self, fmt=None, datefmt=None, style='%'): argument
534 self.datefmt = datefmt
539 def formatTime(self, record, datefmt=None): argument
558 if datefmt:
559 s = time.strftime(datefmt, ct)
621 record.asctime = self.formatTime(record, self.datefmt)
/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/autotest/client/common_lib/cros/fake_device_server/client_lib/
Dclient_lib_test.py122 datefmt=date_format)
/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/fonttools/Lib/fontTools/misc/
DloggingTools.py61 def __init__(self, fmt=None, datefmt=None, style="%"): argument
75 super(LevelFormatter, self).__init__(default_format, datefmt)
/external/icu/icu4c/source/test/hdrtst/
Dcxxfiles.txt39 datefmt.h
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_monitor.py211 datefmt='%y%m%d %H:%M:%S')
/external/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py251 datefmt='%Y-%m-%d %H:%M:%S')
/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/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'
788 datefmt=
791 The ``format`` entry is the overall format string, and the ``datefmt`` entry is
/external/icu/icu4c/source/i18n/
DMakefile.in70 choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o \
/external/python/cpython2/Lib/test/
Dtest_logging.py1109 def formatFunc(format, datefmt=None): argument
1110 return logging.Formatter(format, datefmt)

12