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 | 287 def _filter_line(self, x_data, y_data, hover_text=None): argument 292 for x, y, hover in itertools.zip_longest(x_data, y_data, hover_text): 303 hover_text=None, argument 332 if not hover_text: 333 hover_text = ['y={}'.format(y) for y in y_data] 335 x_data, y_data, hover_text) 355 hover_text=None, argument 379 if not hover_text: 380 hover_text = ['y={}'.format(y) for y in y_data] 385 'hover_text': hover_text, [all …]
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 285 hover_text = [ 296 hover_text=hover_text,
|
D | WifiPingTest.py | 658 hover_text=channel_data['llstats_at_range'],
|