Home
last modified time | relevance | path

Searched refs:hover_text (Results 1 – 3 of 3) 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):
243 hover_text=None, argument
272 if not hover_text:
273 hover_text = ['y={}'.format(y) for y in y_data]
275 x_data, y_data, hover_text)
295 hover_text=None, argument
319 if not hover_text:
320 hover_text = ['y={}'.format(y) for y in y_data]
325 'hover_text': hover_text,
[all …]
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py280 hover_text = [
291 hover_text=hover_text,
DWifiPingTest.py646 hover_text=channel_data['llstats_at_range'],