Searched refs:NOTSET (Results 1 - 7 of 7) sorted by relevance
| /third_party/icu/tools/release/java/ |
| H A D | Makefile | 25 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__.py | 35 '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 D | config.py | 189 logger.setLevel(logging.NOTSET) 274 # logger.level = logging.NOTSET 640 # logger.level = logging.NOTSET
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | util.py | 32 NOTSET = 0 variable
|
| /third_party/python/Lib/test/ |
| H A D | test_logging.py | 336 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.py | 4554 logger.setLevel(logging.NOTSET)
|
| /third_party/mbedtls/scripts/ |
| H A D | code_size_compare.py | 912 logging_util.configure_logger(logger, split_level=logging.NOTSET)
|
Completed in 16 milliseconds