Searched refs:output_file_path (Results 1 – 16 of 16) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/ |
D | CellularLteRvrTest.py | 122 output_file_path = os.path.join(self.log_path, 'results.html') 123 BokehFigure.save_figures(figure_list, output_file_path) 176 output_file_path = os.path.join(self.log_path, '{}.html'.format(self.current_test_name)) 177 BokehFigure.save_figure(plot, output_file_path)
|
D | CellularFr1RvRTest.py | 104 output_file_path = os.path.join(self.log_path, '{}.html'.format(self.current_test_name)) 105 BokehFigure.save_figure(plot, output_file_path)
|
D | CellularFr1SensitivityTest.py | 124 output_file_path = os.path.join(self.log_path, 'results.html') 125 BokehFigure.save_figures(figure_list, output_file_path)
|
D | CellularLteSensitivityTest.py | 122 output_file_path = os.path.join(self.log_path, 'results.html') 123 BokehFigure.save_figures(figure_list, output_file_path)
|
D | CellularRxPowerTest.py | 146 output_file_path = os.path.join( 148 figure.generate_figure(output_file_path)
|
D | CellularFr2SensitivityTest.py | 129 output_file_path = os.path.join(self.log_path, 'results.html') 130 BokehFigure.save_figures(figure_list, output_file_path)
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 190 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)
|
D | WifiSensitivityTest.py | 251 output_file_path = os.path.join(self.log_path, 'PER_curves.html') 252 BokehFigure.save_figures(figure_list, output_file_path) 829 output_file_path = os.path.join(current_context, 831 curr_plot.generate_figure(output_file_path) 833 output_file_path = os.path.join(current_context, 'results.html') 834 BokehFigure.save_figures(plots, output_file_path)
|
D | WifiRssiTest.py | 329 output_file_path = os.path.join(self.log_path, 331 figure.generate_figure(output_file_path) 388 output_file_path = os.path.join(self.log_path, 390 figure.generate_figure(output_file_path) 432 output_file_path = os.path.join(self.log_path, 434 figure.generate_figure(output_file_path)
|
D | WifiRvrTest.py | 162 output_file_path = os.path.join(self.log_path, 'results.html') 163 BokehFigure.save_figures(figure_list, output_file_path) 347 output_file_path = os.path.join( 349 figure.generate_figure(output_file_path) 1043 output_file_path = os.path.join(self.log_path, 'results.html') 1044 BokehFigure.save_figures(figure_list, output_file_path)
|
D | WifiThroughputStabilityTest.py | 216 output_file_path = os.path.join( 218 figure.generate_figure(output_file_path)
|
D | WifiPingTest.py | 285 output_file_path = os.path.join( 287 figure.generate_figure(output_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 347 def save_figures(figure_array, output_file_path, save_json=True): argument 357 json_file_path = output_file_path.replace( 363 bokeh.plotting.output_file(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/asuite/atest/ |
D | bazel_mode_unittest.py | 2700 output_file_path, package_name, target_suffix = ( 2707 str(output_file_path), 2719 output_file_path, package_name, target_suffix = ( 2726 str(output_file_path),
|