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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/Transforms/LoopUnswitch/
2011-11-18-TwoSwitches-Threshold.ll 2 ; RUN: opt -loop-unswitch -loop-unswitch-threshold 13 -disable-output -stats -info-output-file - < %s | FileCheck --check-prefix=STATS %s
3 ; RUN: opt -S -loop-unswitch -loop-unswitch-threshold 13 -verify-loop-info -verify-dom-info < %s | FileCheck %s
  /external/openfst/src/bin/
fstshortestpath.cc 27 DEFINE_string(weight, "", "Weight threshold");
28 DEFINE_int64(nstate, fst::kNoStateId, "State number threshold");
  /external/srec/srec/include/
voicing.h 68 int voice_duration; /* threshold for consecutive speech frames */
69 int quiet_duration; /* threshold for consecutive silence frames */
  /external/stressapptest/
stressapptest.1 157 .B \-\-read-threshold <time>
178 .B \-\-write-threshold <time>
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListOfThinItemsTest.java 66 assertTrue(prefix + "selected item is below bottom threshold (fading edge or bottom as " +
105 assertTrue(prefix + "selected item is above top threshold (fading edge or top as " +
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h 36 // This threshold determines the minimum separation between the image centers
41 // This threshold determines the number of pixels on either side of the strip
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_constants.h 108 * \brief Absolute feature strength threshold.
113 * \brief Relative feature strength threshold.
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.h 36 // This threshold determines the minimum separation between the image centers
41 // This threshold determines the number of pixels on either side of the strip
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_utilities_constants.h 108 * \brief Absolute feature strength threshold.
113 * \brief Relative feature strength threshold.
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 36 // This threshold determines the minimum separation between the image centers
41 // This threshold determines the number of pixels on either side of the strip
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_constants.h 108 * \brief Absolute feature strength threshold.
113 * \brief Relative feature strength threshold.
  /device/asus/flo/
gps.conf 28 # Accuracy threshold for intermediate positions
  /device/lge/mako/
gps.conf 28 # Accuracy threshold for intermediate positions
  /external/chromium/chrome/browser/net/
referrer.cc 106 bool Referrer::Trim(double reduce_rate, double threshold) {
109 if (!it->second.Trim(reduce_rate, threshold))
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) {
119 return subresource_use_rate_ > threshold;
referrer.h 64 // if the result is still greater than the given threshold.
65 bool Trim(double reduce_rate, double threshold);
114 // Returns true if expected use rate is greater than the threshold.
115 bool Trim(double reduce_rate, double threshold);
  /external/dropbear/libtommath/
tommath_superclass.h 62 /* To safely undefine these you have to make sure your RSA key won't exceed the Comba threshold
  /external/eigen/blas/testing/
dblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
sblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/iproute2/include/linux/
pkt_sched.h 191 __u32 qth_min; /* Min average length threshold (bytes) */
192 __u32 qth_max; /* Max average length threshold (bytes) */
224 __u32 qth_min; /* Min average length threshold (bytes) */
225 __u32 qth_max; /* Max average length threshold (bytes) */
  /external/iptables/extensions/
libxt_NFLOG.man 24 \fB\-\-nflog\-threshold\fP \fIsize\fP
  /external/jmonkeyengine/engine/src/core/com/jme3/util/
IntMap.java 50 private int size, mask, capacity, threshold; field in class:IntMap
75 this.threshold = (int) (capacity * loadFactor);
140 if (size++ >= threshold){
161 threshold = (int) (newCapacity * loadFactor);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
LodThreshold.java 49 * A distance of how far between each LOD threshold.
  /external/kernel-headers/original/linux/
pkt_sched.h 202 __u32 qth_min; /* Min average length threshold (bytes) */
203 __u32 qth_max; /* Max average length threshold (bytes) */
238 __u32 qth_min; /* Min average length threshold (bytes) */
239 __u32 qth_max; /* Max average length threshold (bytes) */
  /external/llvm/include/llvm/Support/
Allocator.h 98 /// SizeThreshold - For any allocation larger than this threshold, we should
140 BumpPtrAllocator(size_t size = 4096, size_t threshold = 4096,
192 SpecificBumpPtrAllocator(size_t size = 4096, size_t threshold = 4096,
194 : Allocator(size, threshold, allocator) {}
  /external/llvm/test/Transforms/Inline/
ptr-diff.ll 1 ; RUN: opt -inline < %s -S -o - -inline-threshold=10 | FileCheck %s

Completed in 1231 milliseconds

1 2 3 4 5 67 8 91011>>