Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py227 def _filter_line(self, x_data, y_data, hover_text=None): argument
232 for x, y, hover in itertools.zip_longest(x_data, y_data, hover_text):
241 y_data, argument
273 hover_text = ['y={}'.format(y) for y in y_data]
275 x_data, y_data, hover_text)
293 y_data, argument
320 hover_text = ['y={}'.format(y) for y in y_data]
323 'y_data': y_data,
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py391 y_data=result['ping_result']['rtt'],
396 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.py645 y_data=channel_data['range'],
/tools/test/connectivity/acts_tests/acts_contrib/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,