/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
StatTest.java | 55 double average = Stat.getAverage(values); local 56 assertEquals(2.0, average, 0.00001); 59 average = Stat.getAverage(values); 60 assertEquals(3.0, average, 0.00001); 63 average = Stat.getAverage(values); 64 assertEquals(6.0, average, 0.00001);
|
/external/autotest/client/cros/audio/ |
audio_quality_measurement.py | 43 # average amplitude of its block. The block size will be 1.5 ms. 44 # Using average amplitude can mitigate the error caused by 50 # If the difference between average frequency of this block and 54 # average frequency will be much greater than 5 times of 62 # average amplitude of its left/right block, it will be considered 66 # If the average amplitude of the block before or after playing 67 # is more than 0.5 times to the average amplitude of the wave, 77 # average amplitude, we ignore it. 81 # amplitude 1 and standard noise with amplitude k, the average teager value is 84 # calculate its average teager value. Then, we can estimate the equivalen [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
audio_quality_measurement.py | 47 # average amplitude of its block. The block size will be 1.5 ms. 48 # Using average amplitude can mitigate the error caused by 54 # If the difference between average frequency of this block and 58 # average frequency will be much greater than 5 times of 66 # average amplitude of its left/right block, it will be considered 70 # If the average amplitude of the block before or after playing 71 # is more than 0.5 times to the average amplitude of the wave, 81 # average amplitude, we ignore it. 85 # amplitude 1 and standard noise with amplitude k, the average teager value is 88 # calculate its average teager value. Then, we can estimate the equivalen [all...] |
/external/iptables/extensions/ |
libxt_connbytes.man | 3 average bytes per packet. 20 match packets from a connection whose packets/bytes/average packet 30 the average size (in bytes) of all packets received so far. Note that 32 only in one direction (for example HTTP), the average packet size will
|
/frameworks/native/libs/vr/libvrsensor/include/private/dvr/ |
latency_model.h | 10 // window_size measurements and return their average after that.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_limit.h | 15 __u32 avg; /* Average secs between packets * scale */
|
/frameworks/base/proto/src/ |
gnss.proto | 37 // Number of top 4 average CN0 processed 40 // Mean of top 4 average CN0 (dB-Hz) 43 // Standard deviation of top 4 average CN0 (dB-Hz)
|
/prebuilts/go/darwin-x86/src/testing/ |
allocs.go | 11 // AllocsPerRun returns the average number of allocations during calls to f. 15 // a warm-up. The average number of allocations over the specified number of 40 // Average the mallocs over the runs (not counting the warm-up).
|
/prebuilts/go/linux-x86/src/testing/ |
allocs.go | 11 // AllocsPerRun returns the average number of allocations during calls to f. 15 // a warm-up. The average number of allocations over the specified number of 40 // Average the mallocs over the runs (not counting the warm-up).
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
PrimitiveAverageOpTest.java | 40 exerciseTerminalOps(data, s -> s.average()); 45 exerciseTerminalOps(data, s -> s.average()); 48 // @@@ For Double depending on the input data the average algorithm may produce slightly 51 // values is introduced, or if the average/sum algorithm is modified. 54 exerciseTerminalOps(data, s -> s.average());
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
Stat.java | 31 * Collection of statistical propertirs like average, max, min, and stddev 39 public StatResult(double average, double min, double max, double stddev, int dataCount) { 40 mAverage = average; 49 * Calculate statistics properties likes average, min, max, and stddev for the given array 52 double average = data[0]; local 56 average += data[i]; 64 average /= data.length; 67 double diff = average - data[i]; 72 return new StatResult(average, min, max, stddev, data.length); 76 * Calculate statistics properties likes average, min, max, and stddev for the given arra [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 11 * Utility class to calculate a velocity using a moving average filter of recent input positions. 20 * out the data using a moving average over this window size. A sample window size n will 21 * effectively average the velocity over n-1 points, so n=2 is the minimum valid value (no 28 * Only consecutive samples will factor into the rolling average sample window. 30 * so as to avoid skewing the average with irrelevant older values. 35 * Sampling window to calculate rolling average of scroll velocity. 81 // calculate moving average over current window
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
Correlation.java | 76 double average = 0; local 81 average += mDataAutocorrelated[i]; 90 average = average / mDataAutocorrelated.length; 93 log(String.format(" average : %.3f rms: %.3f", average, rms)); 95 mAverage = average; 99 if (average > 0) { 102 double raw = (rms - average) / (factor * average); [all...] |
/external/fio/tools/plot/ |
fio2gnuplot.1 | 61 Average graph 62 A bar graph to show the average performance of each file. 63 A green line is added to show the global average performance. 64 This green line helps at understanding how far from the average is 69 A green line is added to show the global average of minimal performance. 70 This green line helps at understanding how far from the average is 76 A green line is added to show the global average of maximal performance. 77 This green line helps at understanding how far from the average is 83 A green line is added to show the global average of standard deviation. 84 This green line helps at understanding how far from the average i [all...] |
fio2gnuplot.manpage | 36 Average graph 37 A bar graph to show the average performance of each file. 38 A green line is added to show the global average performance. 39 This green line helps at understanding how far from the average is 43 A green line is added to show the global average of minimal performance. 44 This green line helps at understanding how far from the average is 49 A green line is added to show the global average of maximal performance. 50 This green line helps at understanding how far from the average is 55 A green line is added to show the global average of standard deviation. 56 This green line helps at understanding how far from the average i [all...] |
graph2D.gpm | 46 plot ARG2 using 2:3 with linespoints title ARG3, avg_num w l ls 1 ti 'Global average value (' . avg_str . ')' 49 plot ARG2 using 2:3 smooth csplines title ARG3, avg_num w l ls 1 ti 'Global average value (' . avg_str . ')' 52 plot ARG2 using 2:3 smooth bezier title ARG3, avg_num w l ls 1 ti 'Global average value (' . avg_str .')'
|
/tools/test/connectivity/acts/tests/google/tel/live/ |
TelPowerTest.py | 325 Then measure power consumption for 5 minutes and get average. 328 Average power consumption should be within pre-defined limit. 351 Then measure power consumption for 5 minutes and get average. 354 Average power consumption should be within pre-defined limit. 376 Then measure power consumption for 5 minutes and get average. 379 Average power consumption should be within pre-defined limit. 402 Then measure power consumption for 5 minutes and get average. 405 Average power consumption should be within pre-defined limit. 430 Then measure power consumption for 5 minutes and get average. 433 Average power consumption should be within pre-defined limit [all...] |
/external/iptables/include/linux/netfilter/ |
xt_hashlimit.h | 30 __u32 avg; /* Average secs between packets * scale */ 54 __u32 avg; /* Average secs between packets * scale */ 67 __u64 avg; /* Average secs between packets * scale */
|
xt_limit.h | 14 __u32 avg; /* Average secs between packets * scale */
|
/external/webrtc/webrtc/base/ |
ratetracker.h | 27 // Computes the average rate over the most recent interval_milliseconds, 32 // Computes the average rate over the rate tracker's recording interval 39 // Computes the average rate since the first sample was added to the
|
/external/webrtc/webrtc/modules/video_coding/ |
rtt_filter.h | 37 // samples and average to the standard deviation. 42 // max and average to the standard deviation. 46 // Computes the short time average and maximum of the vector buf.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
Correlation.java | 59 double average = 0; local 63 average += mDataAutocorrelated[i]; 72 average = average/mDataAutocorrelated.length; 76 log(String.format(" average : %.3f rms: %.3f", average, rms)); 79 if (average>0) { 82 double raw = (rms-average) /(factor*average);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ranking/ |
TiesStrategy.java | 29 * <li>AVERAGE - Tied values are assigned the average of the applicable ranks. 50 /** Ties get the average of applicable ranks */ 51 AVERAGE,
|
/external/autotest/client/site_tests/platform_LibCBench/ |
platform_LibCBench.py | 64 average = sum(results[benchmark]) / len(results[benchmark]) 68 percent_difference = difference / average * 100 72 (benchmark, minimum, maximum, difference, average, 76 perf_results[key_string] = average
|
/external/junit/src/main/java/org/junit/runner/manipulation/ |
Sortable.java | 5 * failed first, you can reduce the average time to the first test failing. Test sorting should not be used to
|