Searched defs:datefmt (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/common_lib/ |
D | logging_config.py | 97 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/ |
D | loggingTools.py | 56 def __init__(self, fmt=None, datefmt=None, style="%"): argument
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 391 def __init__(self, fmt=None, datefmt=None): argument 405 def formatTime(self, record, datefmt=None): argument
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 1109 def formatFunc(format, datefmt=None): argument
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 549 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument 578 def formatTime(self, record, datefmt=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 2186 def formatFunc(format, datefmt=None): argument 2190 def __init__(self, fmt, datefmt=None): argument
|
/external/icu/icu4c/source/test/intltest/ |
D | dtfmttst.cpp | 3487 LocalPointer<DateFormat> datefmt( in TestTimeZoneInLocale() local
|