Home
last modified time | relevance | path

Searched refs:NOTSET (Results 1 - 7 of 7) sorted by relevance

/third_party/icu/tools/release/java/
H A DMakefile25 NOTSET= macro
28 NOTSET:="$(NOTSET) OLD_ICU" macro
32 NOTSET:="$(NOTSET) NEW_ICU" macro
65 ifneq ($(NOTSET),)
67 @echo "Error: please set $(NOTSET) in Makefile.local or on the command line."
/third_party/python/Lib/logging/
H A D__init__.py35 'LogRecord', 'Logger', 'LoggerAdapter', 'NOTSET', 'NullHandler',
86 # of values having corresponding names. There is a pseudo-level, NOTSET, which
88 # loggers are initialized with NOTSET so that they will log all messages, even
99 NOTSET = 0 variable
107 NOTSET: 'NOTSET',
117 'NOTSET': NOTSET,
882 def __init__(self, level=NOTSET):
1243 def __init__(self, level=NOTSET)
[all...]
H A Dconfig.py189 logger.setLevel(logging.NOTSET)
274 # logger.level = logging.NOTSET
640 # logger.level = logging.NOTSET
/third_party/python/Lib/multiprocessing/
H A Dutil.py32 NOTSET = 0 variable
/third_party/python/Lib/test/
H A Dtest_logging.py336 self.assertEqual(logging.getLevelName(logging.NOTSET), 'NOTSET')
337 self.assertEqual(logging.getLevelName('NOTSET'), logging.NOTSET)
498 self.root_logger.handlers[0].setLevel(logging.NOTSET)
768 level = logging.NOTSET
810 self.assertEqual(repr(h), '<StreamHandler 2 (NOTSET)>')
1236 level=NOTSET
1268 level=NOTSET
1300 level=NOTSET
[all...]
H A D_test_multiprocessing.py4554 logger.setLevel(logging.NOTSET)
/third_party/mbedtls/scripts/
H A Dcode_size_compare.py912 logging_util.configure_logger(logger, split_level=logging.NOTSET)

Completed in 16 milliseconds