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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/drd/tests/
annotate_rwlock_hg.stderr.exp 1 Total error count is below threshold.
hold_lock_1.vgtest 3 vgopts: --exclusive-threshold=500 --shared-threshold=2000
hold_lock_2.vgtest 3 vgopts: --exclusive-threshold=2000 --shared-threshold=500
compare_error_count_with 3 awk -v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'
  /external/valgrind/main/exp-bbv/tests/
logo.include 4 .equ THRESHOLD,2
  /external/robolectric/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;
  /external/clang/test/CodeGen/
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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 12 u_int16_t threshold; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 12 u_int16_t threshold; member in struct:xt_nflog_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/
xt_NFLOG.h 12 u_int16_t threshold; member in struct:xt_nflog_info
  /external/valgrind/main/massif/tests/
big-alloc.c 3 // Do some big allocations. At one point, the threshold calculation was
5 // threshold calculation to go wrong due to a 32-bit overflow.
realloc.vgtest 2 vgopts: -v -v --stats=yes --stacks=no --heap-admin=0 --time-unit=B --threshold=0 --massif-out-file=massif.out
5 post: perl ../../massif/ms_print --threshold=0 massif.out | ../../tests/filter_addresses
thresholds_0_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=0 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=0 | ../../tests/filter_addresses
thresholds_0_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=0 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=10 | ../../tests/filter_addresses
thresholds_10_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=0 | ../../tests/filter_addresses
thresholds_10_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=10 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=10 | ../../tests/filter_addresses
thresholds_5_0.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=0 | ../../tests/filter_addresses
thresholds_5_10.vgtest 2 vgopts: --stacks=no --time-unit=B --heap-admin=0 --threshold=5 --massif-out-file=massif.out
4 post: perl ../../massif/ms_print massif.out --threshold=10 | ../../tests/filter_addresses
  /external/llvm/test/Transforms/Inline/
inline-optsize.ll 4 ; The inline threshold for a function with the optsize attribute is currently
5 ; the same as the global inline threshold for -Os. Check that the optsize
6 ; function attribute don't alter the function specific inline threshold if the
7 ; global inline threshold is lower (as for -Oz).
11 ; This function should be larger than the inline threshold for -Oz (25), but
12 ; smaller than the inline threshold for optsize (75).
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryInfoTest.java 39 final long THRESHOLD = 500l;
40 mMemory.threshold = THRESHOLD;
49 assertEquals(THRESHOLD, values.threshold);
64 final long THRESHOLD = 500l;
65 mMemory.threshold = THRESHOLD;
74 assertEquals(THRESHOLD, result.threshold);
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 47 static IdleState CalculateIdleStateAndUpdateTimestamp(int threshold);
49 static IdleState ThrottledCalculateIdleState(int threshold, Profile* profile);
87 IdleState CalculateIdleStateAndUpdateTimestamp(int threshold) {
89 return CalculateIdleState(threshold);
99 IdleState ThrottledCalculateIdleState(int threshold, Profile* profile) {
104 // Only allow one check per threshold.
107 if (delta < threshold)
111 polling_data.state = CalculateIdleStateAndUpdateTimestamp(threshold);
138 int threshold; local
139 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold));
    [all...]
  /external/llvm/test/Transforms/SimplifyCFG/
PhiEliminate3.ll 4 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=1 | grep N:
5 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=2 | not grep N:
6 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=2 | grep M:
7 ; RUN: opt < %s -simplifycfg -S -phi-node-folding-threshold=7 | not grep M:
24 ; This phi should be foldable if threshold >= 2
29 ; This phi should be foldable if threshold >= 7
  /external/iptables/extensions/
libxt_NFLOG.c 26 {.name = "nflog-threshold", .id = O_THRESHOLD, .type = XTTYPE_UINT16,
27 .flags = XTOPT_PUT, XTOPT_POINTER(s, threshold)},
37 " --nflog-threshold NUM Message threshold of in-kernel queue\n"
45 info->threshold = XT_NFLOG_DEFAULT_THRESHOLD;
70 if (info->threshold != XT_NFLOG_DEFAULT_THRESHOLD)
71 printf(" %snflog-threshold %u", prefix, info->threshold);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
cnst_vad.h 56 #define TONE_THR (Word16)(0.65*MAX_16) /* Threshold for tone detection */
67 /* Constants for VAD threshold */
68 #define VAD_THR_HIGH 1260 /* Highest threshold */
69 #define VAD_THR_LOW 720 /* Lowest threshold */
70 #define VAD_P1 0 /* Noise level for highest threshold */
71 #define VAD_P2 6300 /* Noise level for lowest threshold */
75 #define STAT_COUNT 20 /* threshold of stationary detection counter */
76 #define STAT_COUNT_BY_2 10 /* threshold of stationary detection counter */
77 #define CAD_MIN_STAT_COUNT 5 /* threshold of stationary detection counter */
79 #define STAT_THR_LEVEL 184 /* Threshold level for stationarity detection *
    [all...]

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>