Searched refs:shaded_region (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 132 shaded_region=None, argument 150 'shaded_region': shaded_region, 229 shaded_region=None, argument 256 if shaded_region: 257 band_x = shaded_region['x_vector'] 258 band_x.extend(shaded_region['x_vector'][::-1]) 259 band_y = shaded_region['lower_limit'] 260 band_y.extend(shaded_region['upper_limit'][::-1])
|
D | wifi_power_test_utils.py | 278 shaded_region=None, argument 305 if shaded_region: 306 band_x = shaded_region["x_vector"] 307 band_x.extend(shaded_region["x_vector"][::-1]) 308 band_y = shaded_region["lower_limit"] 309 band_y.extend(shaded_region["upper_limit"][::-1])
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | CoexPerformanceBaseTest.py | 279 shaded_region = None 306 shaded_region = defaultdict(dict) 308 shaded_region[bt_atten] = {} 309 shaded_region[bt_atten] = { 317 shaded_region = None 337 shaded_region=shaded_region,
|
D | coex_test_utils.py | 1078 shaded_region=None, argument 1179 if shaded_region: 1180 band_x = shaded_region[i]["x_vector"] 1181 band_x.extend(shaded_region[i]["x_vector"][::-1]) 1182 band_y = shaded_region[i]["lower_limit"] 1183 band_y.extend(shaded_region[i]["upper_limit"][::-1]) 1222 all_plot = bokeh_plot(data, legend, fig_property, shaded_region=None,
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiRvrTest.py | 128 shaded_region=None)) 270 shaded_region = { 276 shaded_region = None 279 wputils.bokeh_plot(data_sets, legends, fig_property, shaded_region,
|
D | WifiRssiTest.py | 315 shaded_region=None, 385 shaded_region=None,
|
D | WifiThroughputStabilityTest.py | 189 shaded_region=None,
|
D | WifiPingTest.py | 255 shaded_region=None,
|