Searched refs:hover_text (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 300 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/ |
D | WifiRvrTest.py | 279 hover_text = [ 290 hover_text=hover_text,
|
D | WifiPingTest.py | 643 hover_text=channel_data['llstats_at_range'],
|