Searched refs:output_file_path (Results 1 – 9 of 9) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 189 output_file_path=plot_file_path) 194 output_file_path=plot_file_path) 368 output_file_path=None): argument 394 figure.generate_figure(output_file_path) 400 output_file_path=None): argument 429 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) 294 output_file_path = os.path.join(self.log_path, 296 figure.generate_figure(output_file_path) 792 output_file_path = os.path.join(self.log_path, 'results.html') 793 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 | 772 output_file_path = os.path.join(current_context, 774 curr_plot.generate_figure(output_file_path) 776 output_file_path = os.path.join(current_context, 'results.html') 777 wputils.BokehFigure.save_figures(plots, output_file_path)
|
D | WifiThroughputStabilityTest.py | 228 output_file_path = os.path.join(self.log_path, 230 figure.generate_figure(output_file_path)
|
D | WifiPingTest.py | 271 output_file_path = os.path.join( 273 figure.generate_figure(output_file_path)
|
/tools/test/connectivity/acts/framework/acts/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/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 512 def save_figures(figure_array, output_file_path, save_json=True): argument 522 json_file_path = output_file_path.replace( 528 bokeh.plotting.output_file(output_file_path)
|