Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py390 def __init__(self, fmt=None, datefmt=None): argument
402 self.datefmt = datefmt
404 def formatTime(self, record, datefmt=None): argument
423 if datefmt:
424 s = time.strftime(datefmt, ct)
466 record.asctime = self.formatTime(record, self.datefmt)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py76 datefmt="%H:%M:%S")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkLogger.py49 _DebugFormatter = logging.Formatter("[%(asctime)s.%(msecs)d]: %(message)s", datefmt="%H:%M:%S")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_logging.py1059 def formatFunc(format, datefmt=None): argument
1060 return logging.Formatter(format, datefmt)