Home
last modified time | relevance | path

Searched refs:set_threshold (Results 1 – 13 of 13) sorted by relevance

/third_party/python/Lib/distutils/
Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/third_party/python/Lib/distutils/tests/
Dtest_config.py7 from distutils.log import set_threshold
75 self.old_threshold = set_threshold(WARN)
79 set_threshold(self.old_threshold)
Dtest_log.py22 old_threshold = log.set_threshold(log.DEBUG)
29 log.set_threshold(old_threshold)
Dsupport.py20 self.threshold = log.set_threshold(log.FATAL)
29 log.set_threshold(self.threshold)
Dtest_core.py55 self.addCleanup(log.set_threshold, log._global_log.threshold)
Dtest_dist.py482 self.addCleanup(log.set_threshold, log._global_log.threshold)
/third_party/python/Lib/test/libregrtest/
Dsetup.py76 gc.set_threshold(ns.threshold)
/third_party/python/Lib/test/
Dtest_gc.py266 gc.set_threshold(1)
275 gc.set_threshold(*thresholds)
281 gc.set_threshold(1)
290 gc.set_threshold(*thresholds)
Dtest_weakset.py421 self.addCleanup(gc.set_threshold, *gc.get_threshold())
425 gc.set_threshold(th, th, th)
Dtest_weakref.py811 gc.set_threshold(1, 1, 1)
832 gc.set_threshold(*thresholds)
1260 self.addCleanup(gc.set_threshold, *gc.get_threshold())
1264 gc.set_threshold(th, th, th)
D_test_multiprocessing.py3682 self.addCleanup(gc.set_threshold, *thresholds)
3683 gc.set_threshold(10)
4386 gc.set_threshold(5, 5, 5)
4396 gc.set_threshold(*old_threshold)
/third_party/python/Doc/library/
Dgc.rst96 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
/third_party/gstreamer/gstreamer/
DChangeLog12171 Move the match, logging and set_threshold to a new function.