/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter/ |
xt_NFLOG.h | 30 __u16 threshold; member in struct:xt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/netfilter_bridge/ |
ebt_nflog.h | 32 __u16 threshold; member in struct:ebt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter/ |
xt_NFLOG.h | 30 __u16 threshold; member in struct:xt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_nflog.h | 32 __u16 threshold; member in struct:ebt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/ |
xt_NFLOG.h | 30 __u16 threshold; member in struct:xt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/ |
ebt_nflog.h | 32 __u16 threshold; member in struct:ebt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/ |
xt_NFLOG.h | 30 __u16 threshold; member in struct:xt_nflog_info
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/ |
ebt_nflog.h | 32 __u16 threshold; member in struct:ebt_nflog_info
|
/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
|
JitterVerification.java | 38 // sensorType: threshold (% of expected period) 65 int threshold = DEFAULTS.get(sensorType, -1); local 66 if (threshold == -1) { 69 return new JitterVerification(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/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...] |
/hardware/invensense/60xx/mlsdk/mllite/ |
compass.h | 58 float threshold; member in struct:yas_thresh_filter
|
/packages/apps/UnifiedEmail/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_org/chrome/browser/extensions/api/idle/ |
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/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);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
jitter_estimator_tests.cc | 126 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/ |
is_flaky_test.py | 37 threshold = 0.3 variable in class:IsFlakyTest.mock_load_options.MockOptions
|
/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/chromium_org/chrome/browser/chromeos/attestation/ |
attestation_policy_observer.cc | 220 const base::TimeDelta threshold = local 222 if ((base::Time::Now() + threshold) > x509->valid_expiry()) {
|