Searched refs:output_file_path (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 189 output_file_path=plot_file_path) 194 output_file_path=plot_file_path) 373 output_file_path=None): argument 400 figure.generate_figure(output_file_path) 408 output_file_path=None): argument 437 figure.generate_figure(output_file_path)
|
D | WifiRvrTest.py | 137 output_file_path = os.path.join(self.log_path, 'results.html') 138 wputils.BokehFigure.save_figures(figure_list, output_file_path) 295 output_file_path = os.path.join(self.log_path, 297 figure.generate_figure(output_file_path) 846 output_file_path = os.path.join(self.log_path, 'results.html') 847 wputils.BokehFigure.save_figures(figure_list, output_file_path)
|
D | WifiRssiTest.py | 318 output_file_path = os.path.join(self.log_path, 320 figure.generate_figure(output_file_path) 377 output_file_path = os.path.join(self.log_path, 379 figure.generate_figure(output_file_path) 421 output_file_path = os.path.join(self.log_path, 423 figure.generate_figure(output_file_path)
|
D | WifiSensitivityTest.py | 774 output_file_path = os.path.join(current_context, 776 curr_plot.generate_figure(output_file_path) 778 output_file_path = os.path.join(current_context, 'results.html') 779 wputils.BokehFigure.save_figures(plots, output_file_path)
|
D | WifiThroughputStabilityTest.py | 232 output_file_path = os.path.join(self.log_path, 234 figure.generate_figure(output_file_path)
|
D | WifiPingTest.py | 269 output_file_path = os.path.join( 271 figure.generate_figure(output_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/coex/ |
D | coex_test_utils.py | 1066 output_file_path=None): argument 1122 if output_file_path is not None: 1123 output_file(output_file_path) 1132 output_file_path=None): argument 1276 output_file_path=None) 1278 if output_file_path is not None: 1279 output_file(output_file_path)
|
D | CoexPerformanceBaseTest.py | 334 output_file_path = os.path.join(self.pri_ad.log_path, 342 output_file_path=output_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 439 def save_figures(figure_array, output_file_path, save_json=True): argument 449 json_file_path = output_file_path.replace( 455 bokeh.plotting.output_file(output_file_path)
|