/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter_bridge/ |
ebt_nflog.h | 32 __u16 threshold; member in struct:ebt_nflog_info
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/ |
xt_NFLOG.h | 30 __u16 threshold; member in struct:xt_nflog_info
|
/prebuilts/ndk/9/platforms/android-19/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 | 43 float[] threshold = {0.1f, 0.1f, 0.1f}; local 45 MeanVerification verification = getVerification(expected, threshold, values); 50 threshold = new float[]{0.6f, 0.6f, 0.6f}; 52 verification = getVerification(expected, threshold, values); 57 threshold = new float[]{0.1f, 0.6f, 0.6f}; 59 verification = getVerification(expected, threshold, values); 69 threshold = new float[]{0.6f, 0.1f, 0.6f}; 71 verification = getVerification(expected, threshold, values); 80 threshold = new float[]{0.6f, 0.6f, 0.1f}; 82 verification = getVerification(expected, threshold, values) [all...] |
StandardDeviationVerificationTest.java | 46 float[] threshold = {2, 2, 4}; local 47 runVerification(threshold, values, true, standardDeviations); 49 threshold = new float[]{1, 2, 4}; 50 runVerification(threshold, values, false, standardDeviations); 52 threshold = new float[]{2, 1, 4}; 53 runVerification(threshold, values, false, standardDeviations); 55 threshold = new float[]{2, 2, 3}; 56 runVerification(threshold, values, false, standardDeviations); 59 private void runVerification(float[] threshold, float[][] values, boolean pass, 62 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 | 50 m_threshold = AudioParam::create(context, "threshold", -24, -100, 0); 70 float threshold = m_threshold->value(); local 76 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamThreshold, threshold);
|
DynamicsCompressorNode.h | 51 AudioParam* threshold() { return m_threshold.get(); } function in class:WebCore::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/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()) {
|
/external/chromium_org/content/browser/renderer_host/ |
overscroll_controller.cc | 131 // after the threshold. 171 float ratio, threshold; local 175 threshold = GetOverscrollConfig(OVERSCROLL_CONFIG_HORIZ_THRESHOLD_COMPLETE); 178 threshold = GetOverscrollConfig(OVERSCROLL_CONFIG_VERT_THRESHOLD_COMPLETE); 181 return ratio >= threshold; 314 // Do not include the threshold amount when sending the deltas to the
|
/external/chromium_org/third_party/brotli/src/brotli/enc/ |
cluster.h | 61 // it is below a threshold, stores the pair (idx1, idx2) in the *pairs heap. 91 double threshold = pairs->empty() ? 1e99 : local 96 if (cost_combo < threshold - p.cost_diff) {
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/ |
remote_rate_control.cc | 63 const int threshold = static_cast<int>(1.05 * incoming_bitrate); local 65 return bitrate_difference > threshold;
|
/external/deqp/modules/gles2/functional/ |
es2fDepthTests.cpp | 177 const float threshold = 0.02f; local 178 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
es2fShaderFragDataTests.cpp | 64 static bool compareSingleColor (tcu::TestLog& log, const tcu::Surface& surface, tcu::RGBA expectedColor, tcu::RGBA threshold) 69 log << TestLog::Message << "Expecting " << expectedColor << " with threshold " << threshold << TestLog::EndMessage; 76 const bool isOk = compareThreshold(resultColor, expectedColor, threshold); 201 const tcu::RGBA threshold = renderCtx.getRenderTarget().getPixelFormat().getColorThreshold() + tcu::RGBA(1,1,1,1); local 207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold);
|
/external/deqp/modules/gles3/functional/ |
es3fDepthTests.cpp | 180 const float threshold = 0.02f; local 181 bool imagesOk = tcu::fuzzyCompare(log, "ComparisonResult", "Image comparison result", refFrame, gles2Frame, threshold, tcu::COMPARE_LOG_RESULT);
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
ConjugateGradient.h | 53 RealScalar threshold = tol*tol*rhsNorm2; local 55 if (residualNorm2 < threshold) 77 if(residualNorm2 < threshold)
|