Home
last modified time | relevance | path

Searched refs:hover_text (Results 1 – 3 of 3) 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):
316 hover_text=None, argument
345 if not hover_text:
346 hover_text = ['y={}'.format(y) for y in y_data]
348 x_data, y_data, hover_text)
368 hover_text=None, argument
392 if not hover_text:
393 hover_text = ['y={}'.format(y) for y in y_data]
398 'hover_text': hover_text,
[all …]
/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTest.py279 hover_text = [
290 hover_text=hover_text,
DWifiPingTest.py643 hover_text=channel_data['llstats_at_range'],