HomeSort by relevance Sort by last modified time
    Searched full:set_threshold (Results 1 - 25 of 59) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
log.py 59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
  /external/python/cpython2/Lib/distutils/
log.py 59 def set_threshold(level): function
67 set_threshold(WARN)
69 set_threshold(INFO)
71 set_threshold(DEBUG)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config.py 10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
support.py 23 self.threshold = log.set_threshold(log.FATAL)
32 log.set_threshold(self.threshold)
  /external/python/cpython2/Lib/distutils/tests/
test_config.py 10 from distutils.log import set_threshold
72 self.old_threshold = set_threshold(WARN)
76 set_threshold(self.old_threshold)
test_core.py 40 self.addCleanup(log.set_threshold, log._global_log.threshold)
support.py 28 self.threshold = log.set_threshold(log.FATAL)
37 log.set_threshold(self.threshold)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config.py 10 from distutils.log import set_threshold
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
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)
  /cts/tests/tests/view/src/android/view/cts/surfacevalidator/
SurfacePixelValidator.java 119 mScript.set_THRESHOLD(PIXEL_CHANNEL_THRESHOLD);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 213 gc.set_threshold(1)
222 gc.set_threshold(*thresholds)
228 gc.set_threshold(1)
237 gc.set_threshold(*thresholds)
test_modulefinder.py 282 distutils.log.set_threshold(distutils.log.WARN)
  /external/opencv/cvaux/include/
cvaux.hpp 87 bool set_threshold( int threshold ) // threshold applied to the histogram bins function in class:CvCamShiftTracker
  /external/python/cpython2/Lib/test/
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
test_modulefinder.py 295 distutils.log.set_threshold(distutils.log.WARN)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 219 gc.set_threshold(1)
228 gc.set_threshold(*thresholds)
234 gc.set_threshold(1)
243 gc.set_threshold(*thresholds)

Completed in 849 milliseconds

1 2 3