Home
last modified time | relevance | path

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

12

/external/autotest/client/common_lib/
Dlogging_config.py69 file_formatter = logging.Formatter(fmt=FILE_FORMAT, datefmt=DATE_FORMAT)
74 datefmt='%H:%M:%S')
77 datefmt='%H:%M:%S')
97 def add_stream_handler(self, stream, level=logging.DEBUG, datefmt=None): argument
101 if datefmt:
103 datefmt=datefmt)
108 def add_console_handlers(self, datefmt=None): argument
111 datefmt=datefmt)
115 self.add_stream_handler(sys.stderr, self.stderr_level, datefmt)
121 datefmt=None): argument
[all …]
Dlogging_manager.py407 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/autotest/client/cros/cellular/pseudomodem/
Drun_pseudomodem.py27 datefmt='%H:%M:%S')
Dlogging_setup.py58 datefmt='%H:%M:%S')
/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/icu/icu4c/source/samples/all/
Dsamplecheck.bat52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe
115 @set THT=datefmt
Dall.sln13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
/external/python/cpython3/Lib/logging/
D__init__.py549 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument
573 self.datefmt = datefmt
578 def formatTime(self, record, datefmt=None): argument
597 if datefmt:
598 s = time.strftime(datefmt, ct)
661 record.asctime = self.formatTime(record, self.datefmt)
/external/perfetto/infra/ci/
Dcommon_utils.py110 datefmt=r'%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/autotest/site_utils/
Drpc_logserver.py111 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/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/perfetto/infra/git_mirror_bot/
Dmirror_aosp_to_ghub_repo.py145 datefmt='%Y-%m-%d %H:%M:%S')
/external/fonttools/Lib/fontTools/misc/
DloggingTools.py56 def __init__(self, fmt=None, datefmt=None, style="%"): argument
70 super(LevelFormatter, self).__init__(default_format, datefmt)
/external/chromium-trace/catapult/devil/devil/android/tools/
Ddevice_monitor.py213 '%(asctime)s %(levelname)s %(message)s', datefmt='%y%m%d %H:%M:%S')
/external/icu/icu4c/source/i18n/
Dsources.txt50 datefmt.cpp
/external/icu/tools/icu4c_srcgen/
Dcxxfiles.txt74 datefmt.h
/external/angle/tools/android/modularization/convenience/
Dlookup_dep.py53 datefmt='%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

12