HomeSort by relevance Sort by last modified time
    Searched refs:set_threshold (Results 1 - 20 of 20) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
log.py 59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
log.py 59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 10 from distutils.log import set_threshold namespace
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
support.py 28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 10 from distutils.log import set_threshold namespace
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
support.py 28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
  /external/opencv/cvaux/include/
cvaux.hpp 87 bool set_threshold( int threshold ) // threshold applied to the histogram bins function in class:CvCamShiftTracker
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 282 distutils.log.set_threshold(distutils.log.WARN)
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
test_weakref.py 666 gc.set_threshold(1, 1, 1)
687 gc.set_threshold(*thresholds)
934 self.addCleanup(gc.set_threshold, *gc.get_threshold())
938 gc.set_threshold(th, th, th)
    [all...]
test_weakset.py 423 self.addCleanup(gc.set_threshold, *gc.get_threshold())
427 gc.set_threshold(th, th, th)
regrtest.py 58 -- call gc.set_threshold(THRESHOLD)
304 gc.set_threshold(int(a))
    [all...]
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 282 distutils.log.set_threshold(distutils.log.WARN)
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
test_weakref.py 666 gc.set_threshold(1, 1, 1)
687 gc.set_threshold(*thresholds)
934 self.addCleanup(gc.set_threshold, *gc.get_threshold())
938 gc.set_threshold(th, th, th)
    [all...]
test_weakset.py 423 self.addCleanup(gc.set_threshold, *gc.get_threshold())
427 gc.set_threshold(th, th, th)
regrtest.py 58 -- call gc.set_threshold(THRESHOLD)
304 gc.set_threshold(int(a))
    [all...]
test_multiprocessing.py     [all...]
  /external/chromium_org/third_party/cython/src/
runtests.py     [all...]

Completed in 7533 milliseconds