Searched refs:fig_property (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 68 self.fig_property = { 137 color = self.COLORS[self.fig_property['num_lines'] % len( 153 self.fig_property['num_lines'] += 1 192 self.plot.xaxis.axis_label = self.fig_property['x_label'] 194 self.plot.xaxis[0].axis_label_text_font_size = self.fig_property[ 197 self.plot.yaxis[0].axis_label = self.fig_property['primary_y_label'] 198 self.plot.yaxis[0].axis_label_text_font_size = self.fig_property[ 208 axis_label=self.fig_property['secondary_y_label'], 210 fig_property['axis_label_size']), 'right') 214 self.plot.title.text_font_size = self.fig_property['title_size'] [all …]
|
D | wifi_power_test_utils.py | 277 fig_property, argument 296 title=fig_property['title'], 320 line_width=fig_property['linewidth'], 325 size=fig_property['markersize'], 330 plot.xaxis.axis_label = fig_property['x_label'] 331 plot.yaxis.axis_label = fig_property['y_label']
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | coex_test_utils.py | 1077 fig_property, argument 1114 title=fig_property['title'], 1121 plot_i_j.xaxis.axis_label = fig_property['x_label'] 1122 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] 1143 title=fig_property['title'], 1149 plot_i_j.xaxis.axis_label = fig_property['x_label'] 1150 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] 1195 title=fig_property['title'], 1201 plot_i_j.xaxis.axis_label = fig_property['x_label'] 1202 plot_i_j.yaxis.axis_label = fig_property['y_label'][j] [all …]
|
D | CoexPerformanceBaseTest.py | 264 fig_property = { 329 fig_property["y_label"] = y_label 336 fig_property,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 116 fig_property = { 127 fig_property, 249 fig_property = { 279 wputils.bokeh_plot(data_sets, legends, fig_property, shaded_region,
|
D | WifiRssiTest.py | 302 fig_property = { 314 fig_property, 372 fig_property = { 384 fig_property,
|
D | WifiThroughputStabilityTest.py | 177 fig_property = { 188 fig_property,
|
D | WifiPingTest.py | 242 fig_property = { 254 fig_property,
|