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

1 2 3 4 5 6 7

  /external/srec/srec/clib/
voicing.c 60 int threshold; local
96 threshold = (chan->b1 + (SHIFT_DOWN(
101 if (enval > (threshold + chan->margin))
108 if (enval > (threshold + chan->fast_margin))
113 if (enval <= (threshold + chan->quiet_margin))
  /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/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/libvpx/libvpx/test/
set_roi.cc 31 unsigned int threshold[MAX_MB_SEGMENTS] = { 0, 100, 200, 300 }; local
69 threshold);
104 if (threshold[i] != breakout) {
105 EXPECT_EQ(threshold[i], breakout)
106 << "breakout threshold error";
137 delta_lf, threshold);
147 rand_deltas, threshold);
159 delta_lf, threshold);
166 delta_lf, threshold);
171 delta_lf, threshold);
    [all...]
  /external/oprofile/libpp/
profile_container.h 90 : hints(cf_none), threshold(0.0), match_image(false) {}
94 /// percentage threshold
95 double threshold; member in struct:profile_container::symbol_choice
115 std::vector<debug_name_id> const select_filename(double threshold) const;
profile_container.cpp 169 double const threshold = choice.threshold / 100.0; local
182 if (percent >= threshold) {
194 profile_container::select_filename(double threshold) const
198 threshold /= 100.0;
239 if (cit->percent >= threshold)
  /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;
  /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/srec/tools/thirdparty/OpenFst/fst/lib/
prune.h 33 // Pruning threshold.
34 Weight threshold; member in class:fst::PruneOptions
46 : threshold(t), filter(f), idistance(id), fdistance(fd) {}
53 // 'opts.threshold' Times() the weight of the shortest path. Weights
90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
123 // the pruning threshold as an argument. Delete states and arcs in
125 // more than 'opts.threshold' Times() the weight of the shortest
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) {
129 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>());
137 // 'ifst' whose weight is no more than 'opts.threshold' Times() th
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 41 const size_t threshold = (PageSize*3)/4; // 3/4 page size in Linux local
42 if (pLength < threshold)
  /hardware/invensense/mlsdk/mllite/
compass.h 58 float threshold; member in struct:yas_thresh_filter
  /packages/apps/Email/src/org/apache/commons/io/output/
ThresholdingOutputStream.java 27 * stream type when the threshold is exceeded.
33 * NOTE: This implementation may trigger the event <em>before</em> the threshold
35 * cause the threshold to be exceeded.
49 * The threshold at which the event will be triggered.
51 private int threshold; field in class:ThresholdingOutputStream
61 * Whether or not the configured threshold has been exceeded.
71 * specified threshold.
73 * @param threshold The number of bytes at which to trigger an event.
75 public ThresholdingOutputStream(int threshold)
77 this.threshold = 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/webrtc/src/modules/audio_processing/utility/
delay_estimator.c 260 // i) an adaptive threshold |minimum_probability|, or
267 // The "hard" threshold can't be lower than 17 (in Q9).
271 int32_t threshold = value_best_candidate + kProbabilityOffset; local
272 if (threshold < kProbabilityLowerLimit) {
273 threshold = kProbabilityLowerLimit;
275 if (handle->minimum_probability > threshold) {
276 handle->minimum_probability = threshold;
  /external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h 52 RealScalar threshold = tol*tol*rhsNorm2; local
63 if(residualNorm2 < threshold)
  /external/oprofile/pp/
common_option.cpp 30 double threshold = 0.0; member in namespace:options
55 double handle_threshold(string threshold)
59 if (threshold.length()) {
60 istringstream ss(threshold);
62 cerr << "illegal threshold value: " << threshold
68 cerr << "illegal threshold value: " << threshold
74 cverb << vdebug << "threshold: " << value << endl;;
176 options::threshold = handle_threshold(options::threshold_opt) member in class:__anon12787::options
    [all...]
  /libcore/luni/src/main/java/java/io/
SerializationHandleMap.java 35 private int threshold; field in class:SerializationHandleMap
39 this.threshold = 21; // Copied from IdentityHashMap.
40 int arraySize = (int) (((long) threshold * 10000) / LOAD_FACTOR);
103 if (++size > threshold) {
121 threshold = (int) ((long) (keys.length) * LOAD_FACTOR / 10000);
  /external/e2fsprogs/e2fsck/
dirinfo.c 42 unsigned int threshold; local
50 "numdirs_threshold", 0, 0, &threshold);
55 (threshold && num_dirs <= threshold))
  /external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h 179 * For that, it uses the threshold value that you can control by calling
185 RealScalar premultiplied_threshold = internal::abs(m_maxpivot) * threshold();
195 * For that, it uses the threshold value that you can control by calling
208 * For that, it uses the threshold value that you can control by calling
221 * For that, it uses the threshold value that you can control by calling
233 * For that, it uses the threshold value that you can control by calling
260 /** Allows to prescribe a threshold to be used by certain methods, such as rank(),
264 * When it needs to get the threshold value, Eigen calls threshold(). By default, this
265 * uses a formula to automatically determine a reasonable threshold
302 RealScalar threshold() const function in class:Eigen::ColPivHouseholderQR
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 411 /* The blue threshold is the font units distance under */
420 FT_Int threshold = blues->blue_shift; local
423 while ( threshold > 0 && FT_MulFix( threshold, scale ) > 32 )
424 threshold--;
426 blues->blue_threshold = threshold;
  /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);

Completed in 2912 milliseconds

1 2 3 4 5 6 7