Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/wifi/
DWifiRvrTest.py122 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)
DWifiRssiTest.py294 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)
DWifiThroughputStabilityTest.py220 figure = wputils.BokehFigure(test_name,
515 current_plot = wputils.BokehFigure(
532 wputils.BokehFigure.save_figures(plots, plot_file_path)
DWifiRoamingPerformanceTest.py224 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,
DWifiPingTest.py257 figure = wputils.BokehFigure(
635 figure = wputils.BokehFigure(
DWifiSensitivityTest.py745 curr_plot = wputils.BokehFigure(
777 wputils.BokehFigure.save_figures(plots, output_file_path)
/tools/test/connectivity/acts_tests/tests/google/bt/sar/
DBtSarTpcTest.py61 self.tpc_plots_figure = wifi_utils.BokehFigure(
66 self.tpc_plots_derivative_figure = wifi_utils.BokehFigure(
193 wifi_utils.BokehFigure.save_figures(
DBtSarPowerLimitTest.py43 self.plot = wifi_utils.BokehFigure(title='{}'.format(
DBleSarPowerLimitTest.py64 self.plot = wifi_utils.BokehFigure(title='{}'.format(
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DBtSarBaseTest.py214 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py216 class BokehFigure(): class