Home
last modified time | relevance | path

Searched refs:Formatter (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_string.py113 fmt = string.Formatter()
121 class NamespaceFormatter(string.Formatter):
123 string.Formatter.__init__(self)
134 string.Formatter.get_value(key, args, kwds)
141 class CallFormatter(string.Formatter):
150 class XFormatter(string.Formatter):
161 class BarFormatter(string.Formatter):
177 class CheckAllUsedFormatter(string.Formatter):
Dtest_logging.py84 self.root_formatter = logging.Formatter(self.log_format)
495 class ExceptionFormatter(logging.Formatter):
1060 return logging.Formatter(format, datefmt)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Logger/
DLog.py26 from logging import Formatter
75 _DEBUG_FORMATTER = Formatter("[%(asctime)s.%(msecs)d]: %(message)s", \
81 _INFO_FORMATTER = Formatter("%(message)s")
86 _ERROR_FORMATTER = Formatter("%(message)s")
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DEdkLogger.py49 _DebugFormatter = logging.Formatter("[%(asctime)s.%(msecs)d]: %(message)s", datefmt="%H:%M:%S")
53 _InfoFormatter = logging.Formatter("%(message)s")
57 _ErrorFormatter = logging.Formatter("%(message)s")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/logging/
D__init__.py346 class Formatter(object): class
488 _defaultFormatter = Formatter()
1517 fmt = Formatter(fs, dfs)
Dconfig.py123 c = logging.Formatter
660 result = logging.Formatter(fmt, dfmt)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dstring.py543 class Formatter(object): class
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dstring.py545 class Formatter(object): class