Home
last modified time | relevance | path

Searched refs:mean (Results 1 – 25 of 36) sorted by relevance

12

/tools/security/sanitizer-status/
DNOTICE22 "License" shall mean the terms and conditions for use, reproduction,
25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
39 "Source" form shall mean the preferred form for making modifications,
43 "Object" form shall mean any form resulting from mechanical
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
61 "Contribution" shall mean any work of authorship, including
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/acloud/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/test/openhst/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/apksig/
DLICENSE22 "License" shall mean the terms and conditions for use, reproduction,
25 "Licensor" shall mean the copyright owner or entity authorized by
28 "Legal Entity" shall mean the union of the acting entity and all
36 "You" (or "Your") shall mean an individual or Legal Entity
39 "Source" form shall mean the preferred form for making modifications,
43 "Object" form shall mean any form resulting from mechanical
48 "Work" shall mean the work of authorship, whether in Source or
53 "Derivative Works" shall mean any work, whether in Source or Object
61 "Contribution" shall mean any work of authorship, including
75 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/treble/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/trebuchet/
DLICENSE10 "License" shall mean the terms and conditions for use, reproduction,
13 "Licensor" shall mean the copyright owner or entity authorized by
16 "Legal Entity" shall mean the union of the acting entity and all
24 "You" (or "Your") shall mean an individual or Legal Entity
27 "Source" form shall mean the preferred form for making modifications,
31 "Object" form shall mean any form resulting from mechanical
36 "Work" shall mean the work of authorship, whether in Source or
41 "Derivative Works" shall mean any work, whether in Source or Object
49 "Contribution" shall mean any work of authorship, including
63 "Contributor" shall mean Licensor and any individual or Legal Entity
/tools/test/connectivity/acts/framework/acts/test_utils/power/
DIperfHelper.py106 mean = statistics.mean(samples)
110 if abs(rate - mean) > max_dev:
111 max_dev = abs(rate - mean)
115 round(mean, 2), round(var, 2), round(max_dev, 2)))
119 mean = 0
121 return mean
/tools/test/graphicsbenchmark/functional_tests/java/src/com/android/game/qualification/tests/
DChoreoTest.java65 double mean = 0; in choreoCallbackTimes() local
86 mean += interval; in choreoCallbackTimes()
88 mean = mean / (intervals.size() * 1E6); in choreoCallbackTimes()
95 .that(mean) in choreoCallbackTimes()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSimpleStatsTest.java40 assertNull(mStats.mean()); in testStats_empty()
62 assertEquals(5.5, mStats.mean(), 0.1); in testStats_evenCount()
82 assertEquals(5.0, mStats.mean(), 0.1); in testStats_oddCount()
102 assertEquals(55.0 / 15.0, mStats.mean(), 0.1); in testStats_skewedMedian()
/tools/tradefederation/contrib/src/com/android/regression/tests/
DDetectRegression.java243 final double mean = calcMean(before); in computeRegression() local
247 if (Math.abs(value - mean) > stdDev * STD_DEV_THRESHOLD) { in computeRegression()
261 final double mean = calcMean(list); in calcStdDev() local
263 list.stream().collect(Collectors.averagingDouble(x -> Math.pow(x - mean, 2)))); in calcStdDev()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRssiTest.py170 avg_shift = statistics.mean(filtered_error)
172 avg_error = statistics.mean(
175 avg_error = statistics.mean(
361 avg_shift = statistics.mean(filtered_error)
923 metric_value = numpy.mean(rssi_metric_value)
DWifiRvrTest.py402 curr_throughput = numpy.mean(iperf_result.instantaneous_rates[
768 high_tput_hit_freq = numpy.mean(
774 metric_value = numpy.mean(metric_value)
777 test_data['avg_rvr'] = numpy.mean(test_data['throughput'], 0)
DWifiThroughputStabilityTest.py213 'avg_throughput': numpy.mean(instantaneous_rates_Mbps),
481 current_throughput = (numpy.mean(
504 metric_value = numpy.mean(test_data['throughput'])
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimpleStats.java79 public Double mean() { in mean() method in SimpleStats
144 Double avg = mean(); in stdev()
166 Double avg = mean(); in meanOverOneStandardDeviationRange()
/tools/test/connectivity/acts_tests/tests/google/experimental/
DBluetoothThroughputTest.py131 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean(
165 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean(
199 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean(
DBluetoothPairAndConnectTest.py163 metrics['pair_avg_time_millis'] = int(statistics.mean(pair_times))
171 (statistics.mean(connect_times)))
DBluetoothLatencyTest.py127 metrics['data_latency_avg_millis'] = int(statistics.mean(latency_list))
/tools/tradefederation/core/src/com/android/tradefed/postprocessor/
DAggregatePostProcessor.java178 double mean =
183 double variance = values.stream().reduce(0.0, (a, b) -> a + Math.pow(b - mean, 2) / count);
192 stats.put(STATS_KEY_MEAN, mean);
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/
Dtransformers_test.py171 statistics.mean([
178 statistics.mean([
/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DAtraceRunMetricCollector.java180 Double.toString(resultAggregate.getValue().mean() in aggregateMetrics()
183 Double.toString(resultAggregate.getValue().mean())); in aggregateMetrics()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/rtt/
Drtt_test_utils.py392 stats['distance_mean'] = statistics.mean(distances)
396 stats['rssi_mean'] = statistics.mean(rssis)
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/
Daudio_analysis.py504 return numpy.sqrt(numpy.mean(numpy.absolute(array)**2))
524 signal -= numpy.mean(signal)
/tools/tradefederation/contrib/src/com/android/performance/tests/
DEmmcPerformanceTest.java240 if (stats.mean() != null) { in runTest()
252 testKey, stats.mean(), stats.stdev(), stats.size()); in runTest()
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py793 connected_rssi[key]['mean'] = statistics.mean(filtered_rssi_values)
849 scan_rssi[key]['mean'] = statistics.mean(filtered_rssi_values)
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/
Dtransformers.py169 downsampled_values = np.mean(

12