Home
last modified time | relevance | path

Searched defs:datefmt (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/common_lib/
Dlogging_config.py97 def add_stream_handler(self, stream, level=logging.DEBUG, datefmt=None): argument
108 def add_console_handlers(self, datefmt=None): argument
121 datefmt=None): argument
155 def configure_logging(self, use_console=True, verbose=False, datefmt=None): argument
/external/fonttools/Lib/fontTools/misc/
DloggingTools.py56 def __init__(self, fmt=None, datefmt=None, style="%"): argument
/external/python/cpython2/Lib/logging/
D__init__.py391 def __init__(self, fmt=None, datefmt=None): argument
405 def formatTime(self, record, datefmt=None): argument
/external/python/cpython2/Lib/test/
Dtest_logging.py1109 def formatFunc(format, datefmt=None): argument
/external/python/cpython3/Lib/logging/
D__init__.py549 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument
578 def formatTime(self, record, datefmt=None): argument
/external/python/cpython3/Lib/test/
Dtest_logging.py2186 def formatFunc(format, datefmt=None): argument
2190 def __init__(self, fmt, datefmt=None): argument
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3487 LocalPointer<DateFormat> datefmt( in TestTimeZoneInLocale() local