Home
last modified time | relevance | path

Searched refs:output_file_path (Results 1 – 9 of 9) sorted by relevance

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRoamingPerformanceTest.py189 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)
DWifiRvrTest.py137 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)
DWifiRssiTest.py318 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)
DWifiSensitivityTest.py772 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)
DWifiThroughputStabilityTest.py228 output_file_path = os.path.join(self.log_path,
230 figure.generate_figure(output_file_path)
DWifiPingTest.py271 output_file_path = os.path.join(
273 figure.generate_figure(output_file_path)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py1066 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)
DCoexPerformanceBaseTest.py334 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/
Dwifi_performance_test_utils.py512 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)