Searched refs:figure (Results 1 – 11 of 11) sorted by relevance
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRoamingPerformanceTest.py | 211 figure = wputils.BokehFigure( 224 plot_result(testcase_params, result, figure=figure) 230 figure.save_figure(plot_file_path) 352 figure=None, argument 365 if not figure: 366 figure = wputils.BokehFigure( 371 figure.add_line( 376 figure.add_line( 381 figure.generate_figure(output_file_path) 386 figure=None, argument [all …]
|
D | WifiRssiTest.py | 305 figure = wputils.BokehFigure(self.current_test_name, 308 figure.add_line(postprocessed_results['total_attenuation'], 312 figure.add_line(postprocessed_results['total_attenuation'], 316 figure.add_line(postprocessed_results['total_attenuation'], 320 figure.add_line(postprocessed_results['total_attenuation'], 324 figure.add_line(postprocessed_results['total_attenuation'], 331 figure.generate_figure(output_file_path) 343 figure = wputils.BokehFigure( 386 figure.add_line(time_vec, rssi_time_series[key], key) 390 figure.generate_figure(output_file_path) [all …]
|
D | WifiPingTest.py | 251 figure = wputils.BokehFigure( 261 figure.add_line( 267 figure.generate_figure(output_file_path) 650 figure = wputils.BokehFigure( 656 figure.add_line(x_data=channel_data['position'], 668 figure.generate_figure(plot_file_path)
|
D | WifiRvrTest.py | 256 figure = wputils.BokehFigure(title=test_name, 275 figure.add_line(golden_attenuation, 293 figure.add_line(rvr_result['total_attenuation'], 302 figure.generate_figure(output_file_path)
|
D | WifiThroughputStabilityTest.py | 228 figure = wputils.BokehFigure(test_name, 232 figure.add_line(time_data, 238 figure.generate_figure(output_file_path)
|
/tools/test/connectivity/acts/framework/acts/test_utils/power/ |
D | PowerGnssBaseTest.py | 30 from bokeh.plotting import figure, output_file, save 121 plot = figure(
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 28 from bokeh.plotting import figure, output_file, save 118 plot = figure( 304 plot = figure(
|
D | wifi_performance_test_utils.py | 274 self.plot = bokeh.plotting.figure( 500 for idx, figure in enumerate(figure_array): 501 figure.generate_figure() 504 figure._save_figure_json(json_file_path) 505 plot_array = [figure.plot for figure in figure_array]
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 67 from bokeh.plotting import figure, output_file, save 1101 plot_i_j = figure( 1130 plot_i_j = figure( 1182 plot_i_j = figure(
|
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/ |
D | WlanRvrTest.py | 34 from bokeh.plotting import figure 62 throughput_vs_attn_graph = figure(
|
/tools/metalava/ |
D | README.md | 154 need to be able to figure out which parts of the source code is included in
|