Home
last modified time | relevance | path

Searched refs:BokehFigure (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py58 self.tpc_plots_figure = wifi_utils.BokehFigure(
63 self.tpc_plots_derivative_figure = wifi_utils.BokehFigure(
199 wifi_utils.BokehFigure.save_figures(
DBtSarPowerLimitTest.py45 self.plot = wifi_utils.BokehFigure(title='{}'.format(
DBleSarPowerLimitTest.py67 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiRvrTest.py122 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)
DWifiRssiTest.py294 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)
DWifiThroughputStabilityTest.py224 figure = wputils.BokehFigure(test_name,
533 current_plot = wputils.BokehFigure(
550 wputils.BokehFigure.save_figures(plots, plot_file_path)
DWifiRoamingPerformanceTest.py224 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,
DWifiPingTest.py255 figure = wputils.BokehFigure(
638 figure = wputils.BokehFigure(
DWifiSensitivityTest.py747 curr_plot = wputils.BokehFigure(
779 wputils.BokehFigure.save_figures(plots, output_file_path)
/tools/test/connectivity/acts_tests/tests/google/bt/performance/
DBtA2dpRangeTest.py102 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/
DBtSarBaseTest.py238 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/
Dwifi_performance_test_utils.py143 class BokehFigure(): class