Searched refs:throughput (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts/tests/google/experimental/ |
D | BluetoothThroughputTest.py | 107 throughput = (self.server_device.droid 110 return throughput 123 throughput = self._measure_throughput(1, 300) 124 self.log.info('Throughput: {} bytes-per-sec'.format(throughput)) 125 throughput_list.append(throughput) 158 throughput = self._measure_throughput(1, 100) 159 self.log.info('Throughput: {} bytes-per-sec'.format(throughput)) 160 throughput_list.append(throughput) 193 throughput = self._measure_throughput(1, 10) 194 self.log.info('Throughput: {} bytes-per-sec'.format(throughput)) [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/cellular/ |
D | cellular_traffic_power_test.py | 193 throughput = {} 204 throughput[iph.traffic_direction] = iperf_result 206 return throughput 217 for direction, throughput in self.iperf_results.items(): 236 0.90 < throughput / expected_t < 1.10, 239 direction, round(throughput, 3), round(expected_t, 3), 240 round(throughput / expected_t, 3))) 427 throughput = [] 443 throughput.append(t[0]) 447 print(throughput)
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexBaseTest.py | 57 self.throughput = [] 226 throughput = iperf_result( 230 throughput = iperf_result(self.log, 234 if not throughput: 236 self.iperf_variables.throughput.append(0) 238 self.iperf_variables.throughput.append( 239 str(round(throughput, 2)) + "Mb/s") 240 self.log.info("Throughput: {} Mb/s".format(throughput)) 241 self.result["throughput"] = self.iperf_variables.throughput 242 return throughput
|
D | CoexPerformanceBaseTest.py | 259 float(str(self.iperf_variables.throughput[-1]).strip("Mb/s")))
|
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/ |
D | WlanRvrTest.py | 59 throughput=graph_data['throughput_vs_attn']['throughput'])) 90 throughput = csv_data['throughput_vs_attn']['throughput'] 98 throughput[csv_loop_counter])) 243 throughput = [] 337 throughput, relative_attn = (self.rvr_loop( 342 throughput=throughput, 345 throughput, relative_attn = self.rvr_loop( 353 throughput=throughput, 358 'throughput': throughput, 374 throughput=None, argument [all …]
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerWiFiBaseTest.py | 121 throughput = self.process_iperf_results() 123 self.RSSI, throughput)
|
D | PowerBaseTest.py | 468 throughput = (math.fsum( 473 self.log.info('The average throughput is {}'.format(throughput)) 476 throughput = 0 477 return throughput
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 363 throughput = [] 413 throughput.append(curr_throughput) 432 throughput.extend( 434 (len(testcase_params['atten_range']) - len(throughput))) 451 rvr_result['throughput_receive'] = throughput
|
D | WifiSensitivityTest.py | 311 throughput < rvr_result['peak_throughput'] * 313 for throughput in rvr_result['throughput_receive']
|
D | WifiThroughputStabilityTest.py | 486 test_id, collections.OrderedDict(position=[], throughput=[]))
|
/tools/test/connectivity/acts/tests/google/wifi/aware/ |
D | README.md | 11 latency or throughput. Some of the tests may not have pass/fail results -
|
/tools/repohooks/tools/ |
D | spelling.txt | 1144 troughput||throughput
|