Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/distutils/
Dlog.py59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
/external/python/cpython3/Lib/distutils/
Dlog.py65 def set_threshold(level): function
73 set_threshold(WARN)
75 set_threshold(INFO)
77 set_threshold(DEBUG)
/external/python/cpython2/Lib/distutils/tests/
Dtest_config.py10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
Dsupport.py28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
Dtest_core.py40 self.addCleanup(log.set_threshold, log._global_log.threshold)
Dtest_dist.py401 self.addCleanup(log.set_threshold, log._global_log.threshold)
/external/python/cpython3/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.py481 self.addCleanup(log.set_threshold, log._global_log.threshold)
/external/python/cffi/cffi/
Dffiplatform.py48 old_level = distutils.log.set_threshold(0) or 0
55 distutils.log.set_threshold(old_level)
/external/python/cpython2/Lib/test/
Dtest_gc.py221 gc.set_threshold(1)
230 gc.set_threshold(*thresholds)
236 gc.set_threshold(1)
245 gc.set_threshold(*thresholds)
Dtest_modulefinder.py295 distutils.log.set_threshold(distutils.log.WARN)
Dtest_weakref.py697 gc.set_threshold(1, 1, 1)
718 gc.set_threshold(*thresholds)
970 self.addCleanup(gc.set_threshold, *gc.get_threshold())
974 gc.set_threshold(th, th, th)
Dtest_weakset.py429 self.addCleanup(gc.set_threshold, *gc.get_threshold())
433 gc.set_threshold(th, th, th)
Dtest_multiprocessing.py2031 self.addCleanup(gc.set_threshold, *thresholds)
2032 gc.set_threshold(10)
2207 gc.set_threshold(5, 5, 5)
2217 gc.set_threshold(*old_threshold)
/external/python/cpython3/Lib/test/libregrtest/
Dsetup.py70 gc.set_threshold(ns.threshold)
/external/python/setuptools/setuptools/tests/
Dtest_manifest.py327 self.threshold = log.set_threshold(log.FATAL)
333 log.set_threshold(self.threshold)
/external/python/cpython3/Lib/test/
Dtest_gc.py265 gc.set_threshold(1)
274 gc.set_threshold(*thresholds)
280 gc.set_threshold(1)
289 gc.set_threshold(*thresholds)
Dtest_weakset.py416 self.addCleanup(gc.set_threshold, *gc.get_threshold())
420 gc.set_threshold(th, th, th)
Dtest_weakref.py764 gc.set_threshold(1, 1, 1)
785 gc.set_threshold(*thresholds)
1212 self.addCleanup(gc.set_threshold, *gc.get_threshold())
1216 gc.set_threshold(th, th, th)
/external/python/cpython2/Doc/library/
Dgc.rst77 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresources.cc289 new_split->set_threshold(candidate.threshold); in AddBucketizedSplitNode()
/external/python/cpython3/Doc/library/
Dgc.rst94 .. function:: set_threshold(threshold0[, threshold1[, threshold2]])

12