HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 1 - 25 of 630) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
Barrier.java 36 protected int threshold; field in class:Barrier
40 threshold = t;
49 if ( count==threshold ) {
50 // notify blocked threads that threshold has been reached
54 else while ( count<threshold ) {
  /external/opencv3/modules/imgproc/perf/
perf_houghLines.cpp 26 int threshold = get<3>(GetParam()); local
37 TEST_CYCLE() HoughLines(image, lines, rhoStep, thetaStep, threshold);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
ProximityEvaluator.java 22 float threshold = 0.1f; local
24 threshold = 1.0f;
26 if (value >= threshold) evaluation += 2.0;
  /hardware/bsp/intel/peripheral/libupm/src/grovegsr/
grovegsr.cxx 52 int val, threshold, sum = 0; local
60 threshold = sum / 500;
61 cout << "Threshold = " << threshold << endl;
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /bionic/libc/kernel/uapi/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /development/ndk/platforms/android-21/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /development/ndk/platforms/android-21/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 17 int threshold; member in struct:gc_generation
28 /* PyGC_Head, threshold, count */
union-init.c 17 int threshold; /* collection threshold */ member in struct:gc_generation
27 /* PyGC_Head, threshold, count */
  /external/iptables/include/linux/netfilter/
xt_NFLOG.h 14 __u16 threshold; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_NFLOG.h 14 __u16 threshold; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_nflog.h 17 __u16 threshold; member in struct:ebt_nflog_info
  /external/libvpx/libvpx/test/
set_roi.cc 33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
71 threshold);
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
139 delta_lf, threshold);
149 rand_deltas, threshold);
161 delta_lf, threshold);
168 delta_lf, threshold);
173 delta_lf, threshold);
    [all...]
  /external/opencv3/apps/traincascade/
boost.h 72 float getThreshold() const { return threshold; }
82 float threshold; member in class:CvCascadeBoost
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAutoCompleteTextView.java 19 private int threshold = 2; field in class:ShadowAutoCompleteTextView
34 return threshold;
38 public void setThreshold(int threshold) {
39 if (threshold <= 0) {
40 threshold = 1;
42 this.threshold = threshold;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
set_roi.cc 33 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
71 threshold);
106 if (threshold[i] != breakout) {
107 EXPECT_EQ(threshold[i], breakout)
108 << "breakout threshold error";
139 delta_lf, threshold);
149 rand_deltas, threshold);
161 delta_lf, threshold);
168 delta_lf, threshold);
173 delta_lf, threshold);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 14 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 14 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_nflog.h 17 __u16 threshold; member in struct:ebt_nflog_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info

Completed in 6923 milliseconds

1 2 3 4 5 6 7 8 91011>>