Searched refs:BokehFigure (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 122 plots[plot_id] = wputils.BokehFigure( 138 wputils.BokehFigure.save_figures(figure_list, output_file_path) 250 figure = wputils.BokehFigure(title=test_name, 737 plots[test_id] = wputils.BokehFigure( 793 wputils.BokehFigure.save_figures(figure_list, output_file_path)
|
D | WifiRssiTest.py | 294 figure = wputils.BokehFigure(self.current_test_name, 332 figure = wputils.BokehFigure( 408 figure = wputils.BokehFigure(self.current_test_name, 938 current_plot = wputils.BokehFigure( 951 wputils.BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiThroughputStabilityTest.py | 220 figure = wputils.BokehFigure(test_name, 515 current_plot = wputils.BokehFigure( 532 wputils.BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiRoamingPerformanceTest.py | 224 figure = wputils.BokehFigure(title=self.current_test_name, 381 figure = wputils.BokehFigure(title=self.current_test_name, 413 figure = wputils.BokehFigure(title=self.current_test_name,
|
D | WifiPingTest.py | 257 figure = wputils.BokehFigure( 635 figure = wputils.BokehFigure(
|
D | WifiSensitivityTest.py | 745 curr_plot = wputils.BokehFigure( 777 wputils.BokehFigure.save_figures(plots, output_file_path)
|
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BtSarTpcTest.py | 61 self.tpc_plots_figure = wifi_utils.BokehFigure( 66 self.tpc_plots_derivative_figure = wifi_utils.BokehFigure( 193 wifi_utils.BokehFigure.save_figures(
|
D | BtSarPowerLimitTest.py | 43 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
D | BleSarPowerLimitTest.py | 64 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | BtSarBaseTest.py | 214 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 216 class BokehFigure(): class
|