/external/autotest/client/common_lib/ |
D | logging_config.py | 56 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 …]
|
D | logging_manager.py | 395 self.datefmt = base_formatter.datefmt
|
/external/icu/icu4c/source/samples/datefmt/ |
D | datefmt.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "datefmt.vcxproj", "{6D592DB7-B9C8-4…
|
D | Makefile | 14 TARGET=datefmt
|
D | README.TXT | 35 Open the file "datefmt.sln" in Microsoft Visual C++.
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 391 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/ |
D | run_pseudomodem.py | 27 datefmt='%H:%M:%S')
|
D | logging_setup.py | 58 datefmt='%H:%M:%S')
|
/external/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 48 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe 111 @set THT=datefmt
|
D | all.sln | 13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 513 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/ |
D | rpc_logserver.py | 107 fmt=LOGGING_FORMAT, datefmt='%m/%d %H:%M:%S')
|
D | kill_slow_queries.py | 134 datefmt='%m/%d/%Y %H:%M:%S', level=logging.DEBUG)
|
D | label_cleaner.py | 276 datefmt='%Y-%m-%d %H:%M:%S',
|
/external/autotest/client/common_lib/cros/fake_device_server/client_lib/ |
D | client_lib_test.py | 122 datefmt=date_format)
|
/external/icu/icu4c/source/samples/ |
D | Makefile.in | 26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
|
D | readme.txt | 20 datefmt - an exercise using the date formatting API
|
/external/fonttools/Lib/fontTools/misc/ |
D | loggingTools.py | 61 def __init__(self, fmt=None, datefmt=None, style="%"): argument 75 super(LevelFormatter, self).__init__(default_format, datefmt)
|
/external/icu/icu4c/source/test/hdrtst/ |
D | cxxfiles.txt | 39 datefmt.h
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
D | device_monitor.py | 211 datefmt='%y%m%d %H:%M:%S')
|
/external/perfetto/infra/git_mirror_bot/ |
D | mirror_aosp_to_ghub_repo.py | 251 datefmt='%Y-%m-%d %H:%M:%S')
|
/external/python/cpython2/Doc/library/ |
D | logging.config.rst | 182 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/ |
D | logging.config.rst | 225 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/ |
D | Makefile.in | 70 choicfmt.o datefmt.o smpdtfmt.o reldtfmt.o dtfmtsym.o udat.o dtptngen.o udatpg.o \
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 1109 def formatFunc(format, datefmt=None): argument 1110 return logging.Formatter(format, datefmt)
|