Searched refs:BokehFigure (Results 1 – 21 of 21) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/cellular/performance/ |
D | CellularLteRvrTest.py | 30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 67 plots[test_id] = BokehFigure( 74 plots[test_id_rvr] = BokehFigure( 123 BokehFigure.save_figures(figure_list, output_file_path) 159 plot = BokehFigure( 177 BokehFigure.save_figure(plot, output_file_path)
|
D | CellularFr1RvRTest.py | 29 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 87 plot = BokehFigure( 105 BokehFigure.save_figure(plot, output_file_path)
|
D | CellularFr1SensitivityTest.py | 28 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 76 plots[test_id] = BokehFigure( 81 plots[test_id_rvr] = BokehFigure( 125 BokehFigure.save_figures(figure_list, output_file_path)
|
D | CellularLteSensitivityTest.py | 30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 68 plots[test_id] = BokehFigure( 75 plots[test_id_rvr] = BokehFigure( 123 BokehFigure.save_figures(figure_list, output_file_path)
|
D | CellularFr2SensitivityTest.py | 28 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 81 plots[test_id] = BokehFigure( 86 plots[test_id_rvr] = BokehFigure( 130 BokehFigure.save_figures(figure_list, output_file_path)
|
D | CellularRxPowerTest.py | 32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 123 figure = BokehFigure(title=self.current_test_name,
|
D | CellularPageDecodeTest.py | 30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
|
D | CellularLteFr1EndcSensitivityTest.py | 30 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure
|
/tools/test/connectivity/acts_tests/tests/google/ble/performance/ |
D | BleRangeTest.py | 75 self.plot = bokeh_figure.BokehFigure( 163 self.plot_throughput = bokeh_figure.BokehFigure( 204 bokeh_figure.BokehFigure.save_figures([self.plot_throughput], 210 bokeh_figure.BokehFigure.save_figures([self.plot_throughput], 281 bokeh_figure.BokehFigure.save_figures([self.plot], results_file_path)
|
/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 | 33 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 131 plots[plot_id] = BokehFigure( 163 BokehFigure.save_figures(figure_list, output_file_path) 277 figure = BokehFigure(title=self.current_test_name, 947 plots[test_id] = BokehFigure( 956 plots[test_id_phy] = BokehFigure( 1044 BokehFigure.save_figures(figure_list, output_file_path)
|
D | WifiRssiTest.py | 34 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 305 figure = BokehFigure(self.current_test_name, 343 figure = BokehFigure( 419 figure = BokehFigure(self.current_test_name, 965 current_plot = BokehFigure( 978 BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiRoamingPerformanceTest.py | 31 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 225 figure = BokehFigure(title=self.current_test_name, 387 figure = BokehFigure(title=self.current_test_name, 422 figure = BokehFigure(title=self.current_test_name,
|
D | WifiThroughputStabilityTest.py | 34 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 204 figure = BokehFigure(self.current_test_name, 593 current_plot = BokehFigure( 610 BokehFigure.save_figures(plots, plot_file_path)
|
D | WifiSensitivityTest.py | 32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 234 plots[plot_id] = BokehFigure( 252 BokehFigure.save_figures(figure_list, output_file_path) 803 curr_plot = BokehFigure(title=str(test_id_str), 834 BokehFigure.save_figures(plots, output_file_path)
|
D | WifiPingTest.py | 32 from acts_contrib.test_utils.wifi.wifi_performance_test_utils.bokeh_figure import BokehFigure 272 figure = BokehFigure(self.current_test_name, 771 figure = BokehFigure(
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | ble_performance_test_utils.py | 267 plot = bokeh_figure.BokehFigure( 288 bokeh_figure.BokehFigure.save_figures([plot], results_file_path)
|
D | BtSarBaseTest.py | 238 wifi_utils.BokehFigure.save_figures([self.plot], results_file_path)
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/ |
D | bokeh_figure.py | 26 class BokehFigure(): class
|