HomeSort by relevance Sort by last modified time
    Searched full:get_threshold (Results 1 - 13 of 13) sorted by null

  /external/opencv/cvaux/include/
cvaux.hpp 71 int get_threshold() const // thresholding value that applied to back project function in class:CvCamShiftTracker
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
232 thresholds = gc.get_threshold()
test_weakref.py 665 thresholds = gc.get_threshold()
934 self.addCleanup(gc.set_threshold, *gc.get_threshold())
    [all...]
test_weakset.py 423 self.addCleanup(gc.set_threshold, *gc.get_threshold())
test_multiprocessing.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 217 thresholds = gc.get_threshold()
232 thresholds = gc.get_threshold()
test_weakref.py 665 thresholds = gc.get_threshold()
934 self.addCleanup(gc.set_threshold, *gc.get_threshold())
    [all...]
test_weakset.py 423 self.addCleanup(gc.set_threshold, *gc.get_threshold())
test_multiprocessing.py     [all...]
  /external/javassist/src/main/javassist/
CtClassType.java 76 private static final int GET_THRESHOLD = 2; // see compress()
175 getCount = GET_THRESHOLD;
227 if (getCount < GET_THRESHOLD)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/bin/
python 
python2 
python2.7 

Completed in 262 milliseconds