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.py190 output_file_path=plot_file_path)
195 output_file_path=plot_file_path)
374 output_file_path=None): argument
401 figure.generate_figure(output_file_path)
409 output_file_path=None): argument
438 figure.generate_figure(output_file_path)
DWifiSensitivityTest.py251 output_file_path = os.path.join(self.log_path, 'results.html')
252 BokehFigure.save_figures(figure_list, output_file_path)
814 output_file_path = os.path.join(current_context,
816 curr_plot.generate_figure(output_file_path)
818 output_file_path = os.path.join(current_context, 'results.html')
819 BokehFigure.save_figures(plots, output_file_path)
DWifiRvrTest.py153 output_file_path = os.path.join(self.log_path, 'results.html')
154 BokehFigure.save_figures(figure_list, output_file_path)
341 output_file_path = os.path.join(
343 figure.generate_figure(output_file_path)
982 output_file_path = os.path.join(self.log_path, 'results.html')
983 BokehFigure.save_figures(figure_list, output_file_path)
DWifiRssiTest.py328 output_file_path = os.path.join(self.log_path,
330 figure.generate_figure(output_file_path)
387 output_file_path = os.path.join(self.log_path,
389 figure.generate_figure(output_file_path)
431 output_file_path = os.path.join(self.log_path,
433 figure.generate_figure(output_file_path)
DWifiThroughputStabilityTest.py244 output_file_path = os.path.join(self.log_path,
246 figure.generate_figure(output_file_path)
DWifiPingTest.py285 output_file_path = os.path.join(
287 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/wifi_performance_test_utils/
Dbokeh_figure.py344 def save_figures(figure_array, output_file_path, save_json=True): argument
354 json_file_path = output_file_path.replace(
360 bokeh.plotting.output_file(output_file_path)