HomeSort by relevance Sort by last modified time
    Searched defs:threshold (Results 1 - 25 of 693) 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 ) {
  /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;
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/classifier/
ProximityEvaluator.java 22 float threshold = 0.1f; local
23 if (value >= threshold) {
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_NFLOG.h 31 __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
  /device/google/contexthub/firmware/os/algos/calibration/common/
diversity_checker.h 24 * k = norm( v1 - v2 )^2 < Threshold
26 * Hence when k < Threshold the data is not stored, because the vectors are too
69 // Threshold value that is used to check k against.
70 float threshold; member in struct:DiversityChecker
72 // Threshold tuning paramter used to calculate threshold (k_algo):
73 // threshold = threshold_tuning_param_sq * (local_field)^2.
99 // var_threshold -> is a threshold value for a Norm variance gate.
103 // threshold_tuning_param -> threshold tuning parameter used to calculate
104 // threshold (k_algo)
    [all...]
  /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 18 __u16 threshold; member in struct:xt_nflog_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_NFLOG.h 18 __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 32 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
66 delta_q, delta_lf, threshold);
101 if (threshold[i] != breakout) {
102 EXPECT_EQ(threshold[i], breakout) << "breakout threshold error";
133 rand_deltas, delta_lf, threshold);
142 delta_q, rand_deltas, threshold);
153 delta_q, delta_lf, threshold);
160 cpi.common.mb_cols, delta_q, delta_lf, threshold);
165 cpi.common.mb_cols - 1, delta_q, delta_lf, threshold);
    [all...]
  /external/ltp/testcases/kernel/syscalls/epoll_wait/
epoll_wait02.c 51 int lc, threshold; local
65 threshold = sleep_ms / 100 + 10;
95 if (elapsed_ms - sleep_ms > threshold) {
97 "expected %llims, threshold %i",
98 elapsed_ms, sleep_ms, threshold);
103 "threshold %i", elapsed_ms, sleep_ms, threshold);
  /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;
  /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/r10/platforms/android-21/arch-arm/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info

Completed in 1519 milliseconds

1 2 3 4 5 6 7 8 91011>>