Searched refs:shaded_region (Results 1 – 5 of 5) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_power_test_utils.py | 289 shaded_region=None, argument 316 if shaded_region: 317 band_x = shaded_region["x_vector"] 318 band_x.extend(shaded_region["x_vector"][::-1]) 319 band_y = shaded_region["lower_limit"] 320 band_y.extend(shaded_region["upper_limit"][::-1])
|
D | wifi_performance_test_utils.py | 309 shaded_region=None, argument 346 'shaded_region': shaded_region,
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 329 shaded_region = None 332 shaded_region = self.comparision_results_calculation(data_sets, legends) 341 shaded_region=shaded_region, 382 shaded_region = defaultdict(dict) 384 shaded_region[bt_atten] = { 391 return shaded_region
|
D | coex_test_utils.py | 1068 shaded_region=None, argument 1169 if shaded_region: 1170 band_x = shaded_region[i]["x_vector"] 1171 band_x.extend(shaded_region[i]["x_vector"][::-1]) 1172 band_y = shaded_region[i]["lower_limit"] 1173 band_y.extend(shaded_region[i]["upper_limit"][::-1]) 1212 all_plot = bokeh_plot(data, legend, fig_property, shaded_region=None,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 270 shaded_region = { 280 shaded_region=shaded_region)
|