Searched defs:threshold (Results 1 - 25 of 243) sorted by relevance

12345678910

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DBarrier.java36 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/chromium_org/chrome/browser/extensions/api/idle/
H A Didle_api.cc19 int ClampThreshold(int threshold) { argument
20 if (threshold < kMinThreshold) {
21 threshold = kMinThreshold;
22 } else if (threshold > kMaxThreshold) {
23 threshold = kMaxThreshold;
26 return threshold;
34 int threshold; local
35 EXTENSION_FUNCTION_VALIDATE(args_->GetInteger(0, &threshold));
36 threshold = ClampThreshold(threshold);
51 int threshold; local
56 ->SetThreshold(extension_id(), threshold); local
[all...]
H A Didle_manager.h38 int threshold; member in struct:extensions::IdleMonitor
89 void QueryState(int threshold, QueryStateCallback notify);
90 void SetThreshold(const std::string& extension_id, int threshold);
/external/srec/srec/clib/
H A Dvoicing.c60 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/chromium_org/remoting/host/
H A Daudio_silence_detector.cc13 // Silence period threshold in seconds. Silence intervals shorter than this
20 AudioSilenceDetector::AudioSilenceDetector(int threshold) argument
21 : threshold_(threshold),
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dset_roi.cc33 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/chromium_org/ui/display/util/
H A Ddisplay_util.cc23 // The DPI threshold to detect high density screen.
27 // The HiDPI threshold for large (usually external) monitors. Lower threshold
32 // The width threshold in mm for "large" monitors.
65 const unsigned int threshold = local
68 return (dpi > threshold) ? 2.0f : 1.0f;
/external/clang/test/CodeGen/
H A D2008-08-07-AlignPadding1.c17 int threshold; member in struct:gc_generation
28 /* PyGC_Head, threshold, count */
H A Dunion-init.c17 int threshold; /* collection threshold */ member in struct:gc_generation
27 /* PyGC_Head, threshold, count */
/external/iptables/include/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_NFLOG.h14 __u16 threshold; member in struct:xt_nflog_info
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_nflog.h17 __u16 threshold; member in struct:ebt_nflog_info
/external/libvpx/libvpx/test/
H A Dset_roi.cc33 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/oprofile/libpp/
H A Dprofile_container.h90 : 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;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAutoCompleteTextView.java19 private int threshold = 2; field in class:ShadowAutoCompleteTextView
34 return threshold;
38 public void setThreshold(int threshold) { argument
39 if (threshold <= 0) {
40 threshold = 1;
42 this.threshold = threshold;
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
H A DContentViewReadbackTest.java45 private static void assertEqualColor(int actual, int expected, int threshold) { argument
49 if (deltaR > threshold || deltaG > threshold || deltaB > threshold) {
/external/chromium_org/media/base/
H A Daudio_timestamp_helper.cc61 double threshold = microseconds_per_frame_ / 2; local
63 (delta_from_base.InMicroseconds() + threshold) / microseconds_per_frame_;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DDynamicsCompressorNode.h53 AudioParam* threshold() { return m_threshold.get(); } function in class:blink::FINAL
H A DDynamicsCompressorNode.cpp75 float threshold = m_threshold->value(); local
81 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamThreshold, threshold);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc63 static bool MatchPc(uptr cur_pc, uptr trace_pc, uptr threshold) { argument
64 return cur_pc - trace_pc <= threshold || trace_pc - cur_pc <= threshold;
76 // Use threshold to find PC in stack trace, as PC we want to unwind from may
/external/chromium_org/chrome/browser/net/
H A Dreferrer.cc106 bool Referrer::Trim(double reduce_rate, double threshold) { argument
109 if (!it->second.Trim(reduce_rate, threshold))
117 bool ReferrerValue::Trim(double reduce_rate, double threshold) { argument
119 return subresource_use_rate_ > threshold;
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhistogram.cc74 double threshold = num_ * (p / 100.0); local
78 if (sum >= threshold) {
84 double pos = (threshold - left_sum) / (right_sum - left_sum);
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Djitter_estimator_tests.cc126 int threshold = regular_estimator_.GetJitterEstimate(0) / 2; local
136 if (regular_estimator_.GetJitterEstimate(0) < threshold) {
144 if (low_rate_estimator_.GetJitterEstimate(0) < threshold) {
/external/chromium_org/tools/flakiness/
H A Dis_flaky_test.py37 threshold = 0.3 variable in class:IsFlakyTest.mock_load_options.MockOptions
/external/deqp/framework/common/
H A DtcuRGBA.cpp103 bool compareThresholdMasked (RGBA a, RGBA b, RGBA threshold, deUint32 cmpMask) argument
105 return computeAbsDiffMasked(a, b, cmpMask).isBelowThreshold(threshold);

Completed in 4895 milliseconds

12345678910