Searched refs:BokehFigure (Results 1 – 12 of 12) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/bt/sar/ |
D | BtSarTpcTest.py | 58 self.tpc_plots_figure = wifi_utils.BokehFigure( 63 self.tpc_plots_derivative_figure = wifi_utils.BokehFigure( 199 wifi_utils.BokehFigure.save_figures(
|
D | BtSarPowerLimitTest.py | 45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
D | BleSarPowerLimitTest.py | 67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiRvrTest.py | 122 plots[plot_id] = wputils.BokehFigure( 138 wputils.BokehFigure.save_figures(figure_list, output_file_path) 251 figure = wputils.BokehFigure(title=test_name, 791 plots[test_id] = wputils.BokehFigure( 847 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, 940 current_plot = wputils.BokehFigure( 953 wputils.BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiThroughputStabilityTest.py | 224 figure = wputils.BokehFigure(test_name, 533 current_plot = wputils.BokehFigure( 550 wputils.BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiRoamingPerformanceTest.py | 224 figure = wputils.BokehFigure(title=self.current_test_name, 386 figure = wputils.BokehFigure(title=self.current_test_name, 421 figure = wputils.BokehFigure(title=self.current_test_name,
|
D | WifiPingTest.py | 255 figure = wputils.BokehFigure( 638 figure = wputils.BokehFigure(
|
D | WifiSensitivityTest.py | 747 curr_plot = wputils.BokehFigure( 779 wputils.BokehFigure.save_figures(plots, output_file_path)
|
/tools/test/connectivity/acts_tests/tests/google/bt/performance/ |
D | BtA2dpRangeTest.py | 102 self.plot = wifi_utils.BokehFigure(title='{}'.format( 125 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | BtSarBaseTest.py | 238 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 143 class BokehFigure(): class
|