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

1 2 3 4 5 6 7 8

  /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/chromium_org/chrome/browser/extensions/api/idle/
idle_api.cc 19 int ClampThreshold(int threshold) {
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...]
idle_manager.h 38 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/chromium_org/ui/display/util/
display_util.cc 23 // 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;
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_NFLOG.h 30 __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-L/include/linux/netfilter/
xt_NFLOG.h 30 __u16 threshold; member in struct:xt_nflog_info
  /development/ndk/platforms/android-L/include/linux/netfilter_bridge/
ebt_nflog.h 32 __u16 threshold; member in struct:ebt_nflog_info
  /external/chromium_org/media/base/
audio_timestamp_helper.cc 61 double threshold = microseconds_per_frame_ / 2; local
63 (delta_from_base.InMicroseconds() + threshold) / microseconds_per_frame_;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
set_roi.cc 33 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/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/kernel-headers/original/uapi/linux/netfilter/
xt_NFLOG.h 14 __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 33 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/
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;
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
MeanVerificationTest.java 46 float[] threshold = {0.1f, 0.1f, 0.1f}; local
48 MeanVerification verification = getVerification(expected, threshold, values);
53 threshold = new float[]{0.6f, 0.6f, 0.6f};
55 verification = getVerification(expected, threshold, values);
60 threshold = new float[]{0.1f, 0.6f, 0.6f};
62 verification = getVerification(expected, threshold, values);
72 threshold = new float[]{0.6f, 0.1f, 0.6f};
74 verification = getVerification(expected, threshold, values);
83 threshold = new float[]{0.6f, 0.6f, 0.1f};
85 verification = getVerification(expected, threshold, values)
    [all...]
StandardDeviationVerificationTest.java 49 float[] threshold = {2, 2, 4}; local
50 runVerification(threshold, values, true, standardDeviations);
52 threshold = new float[]{1, 2, 4};
53 runVerification(threshold, values, false, standardDeviations);
55 threshold = new float[]{2, 1, 4};
56 runVerification(threshold, values, false, standardDeviations);
58 threshold = new float[]{2, 2, 3};
59 runVerification(threshold, values, false, standardDeviations);
62 private void runVerification(float[] threshold, float[][] values, boolean pass,
65 StandardDeviationVerification verification = getVerification(threshold, values)
    [all...]
MagnitudeVerification.java 38 // sensorType: {expected, threshold}
55 * @param threshold the threshold
57 public MagnitudeVerification(float expected, float threshold) {
59 mThreshold = threshold;
74 Float threshold = DEFAULTS.get(sensorType)[1]; local
75 return new MagnitudeVerification(expected, threshold);
MeanVerification.java 35 // sensorType: {expected, threshold}
49 * @param threshold the thresholds
51 public MeanVerification(float[] expected, float[] threshold) {
53 mThreshold = threshold;
68 float[] threshold = (float[]) DEFAULTS.get(sensorType)[1]; local
69 return new MeanVerification(expected, threshold);
151 // Uncalibrated gyroscope should be 0 for a static device but allow a bigger threshold
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DynamicsCompressorNode.cpp 75 float threshold = m_threshold->value(); local
81 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamThreshold, threshold);
DynamicsCompressorNode.h 53 AudioParam* threshold() { return m_threshold.get(); } function in class:blink::FINAL
  /external/chromium_org/net/quic/
quic_flow_controller.cc 120 size_t threshold = (max_receive_window_ / 2); local
122 if (consumed_window < threshold) {
129 << ", and threshold: " << threshold
  /external/chromium_org/third_party/leveldatabase/src/util/
histogram.cc 74 double threshold = num_ * (p / 100.0); local
78 if (sum >= threshold) {
84 double pos = (threshold - left_sum) / (right_sum - left_sum);

Completed in 715 milliseconds

1 2 3 4 5 6 7 8