Home
last modified time | relevance | path

Searched refs:y_data (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py300 def _filter_line(self, x_data, y_data, hover_text=None): argument
305 for x, y, hover in itertools.zip_longest(x_data, y_data, hover_text):
314 y_data, argument
346 hover_text = ['y={}'.format(y) for y in y_data]
348 x_data, y_data, hover_text)
366 y_data, argument
393 hover_text = ['y={}'.format(y) for y in y_data]
396 'y_data': y_data,
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py1102 for x_data, y_data, legend in zip(data_sets[0], data_sets[1], legends):
1106 y_data,
1111 y_data,
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRoamingPerformanceTest.py386 y_data=result['ping_result']['rtt'],
391 y_data=result['rssi_result']['signal_poll_rssi']['data'],
DWifiRssiTest.py414 y_data=rssi_data['rssi_pdf'],
418 y_data=rssi_data['rssi_cdf'],
DWifiPingTest.py642 y_data=channel_data['range'],