Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRoamingPerformanceTest.py189 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)
DWifiRvrTest.py137 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)
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.py774 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)
DWifiThroughputStabilityTest.py232 output_file_path = os.path.join(self.log_path,
234 figure.generate_figure(output_file_path)
DWifiPingTest.py269 output_file_path = os.path.join(
271 figure.generate_figure(output_file_path)
/tools/test/connectivity/acts_tests/acts_contrib/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_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py439 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)