Searched refs:hover_text (Results 1 – 3 of 3) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 227 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/ |
D | WifiRvrTest.py | 280 hover_text = [ 291 hover_text=hover_text,
|
D | WifiPingTest.py | 646 hover_text=channel_data['llstats_at_range'],
|