/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/ |
D | IperfHelper.py | 106 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/ |
D | ChoreoTest.java | 65 double mean = 0; in choreoCallbackTimes() local 85 mean += interval; in choreoCallbackTimes() 87 mean = mean / (intervals.size() * 1E6); in choreoCallbackTimes() 95 .that(mean) in choreoCallbackTimes()
|
/tools/security/sanitizer-status/ |
D | NOTICE | 22 "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/trebuchet/ |
D | LICENSE | 10 "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/ |
D | LICENSE | 10 "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/treble/ |
D | LICENSE | 10 "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/ |
D | LICENSE | 22 "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/ |
D | LICENSE | 10 "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_tests/tests/google/experimental/ |
D | BluetoothThroughputTest.py | 133 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean( 168 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean( 203 metrics['data_throughput_avg_bytes_per_second'] = int(statistics.mean(
|
D | BluetoothPairAndConnectTest.py | 168 metrics['pair_avg_time_millis'] = int(statistics.mean(pair_times)) 176 (statistics.mean(connect_times)))
|
D | BluetoothLatencyTest.py | 129 metrics['data_latency_avg_millis'] = int(statistics.mean(latency_list))
|
D | BluetoothReconnectTest.py | 166 metrics['connection_avg_time_millis'] = int(statistics.mean(
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRssiTest.py | 170 avg_shift = statistics.mean(filtered_error) 172 avg_error = statistics.mean( 175 avg_error = statistics.mean( 361 avg_shift = statistics.mean(filtered_error) 925 metric_value = numpy.mean(rssi_metric_value)
|
D | WifiRvrTest.py | 425 curr_throughput = numpy.mean(iperf_result.instantaneous_rates[ 822 high_tput_hit_freq = numpy.mean( 828 metric_value = numpy.mean(metric_value) 831 test_data['avg_rvr'] = numpy.mean(test_data['throughput'], 0)
|
D | WifiThroughputStabilityTest.py | 217 'avg_throughput': numpy.mean(instantaneous_rates_Mbps), 499 current_throughput = (numpy.mean( 522 metric_value = numpy.mean(test_data['throughput'])
|
D | WifiPingTest.py | 331 statistics.mean(current_ping_stats['rtt']),
|
/tools/test/connectivity/acts/framework/tests/controllers/monsoon_lib/sampling/engine/ |
D | transformers_test.py | 200 statistics.mean([ 207 statistics.mean([
|
D | calibration_test.py | 76 expected_value = statistics.mean(values)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/rtt/ |
D | rtt_test_utils.py | 392 stats['distance_mean'] = statistics.mean(distances) 396 stats['rssi_mean'] = statistics.mean(rssis)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/audio_analysis_lib/ |
D | audio_analysis.py | 504 return numpy.sqrt(numpy.mean(numpy.absolute(array)**2)) 524 signal -= numpy.mean(signal)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 1137 connected_rssi[key]['mean'] = statistics.mean(filtered_rssi_values) 1236 connected_rssi[key]['mean'] = statistics.mean(filtered_rssi_values) 1291 scan_rssi[key]['mean'] = statistics.mean(filtered_rssi_values) 1326 scan_rssi[key]['mean'] = statistics.mean(filtered_rssi_values)
|
/tools/test/connectivity/acts/framework/acts/controllers/monsoon_lib/sampling/engine/ |
D | transformers.py | 238 downsampled_values = np.mean(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | ble_performance_test_utils.py | 88 ble_rssi = statistics.mean(AVG_RSSI)
|
/tools/test/connectivity/acts/framework/tests/controllers/ |
D | power_metrics_test.py | 159 statistics.mean(self.SAMPLES) * 1000)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
D | aware_test_utils.py | 328 data_mean = statistics.mean(data)
|