Home
last modified time | relevance | path

Searched refs:shaded_region (Results 1 – 8 of 8) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py132 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])
Dwifi_power_test_utils.py278 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/
DCoexPerformanceBaseTest.py279 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,
Dcoex_test_utils.py1078 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/
DWifiRvrTest.py128 shaded_region=None))
270 shaded_region = {
276 shaded_region = None
279 wputils.bokeh_plot(data_sets, legends, fig_property, shaded_region,
DWifiRssiTest.py315 shaded_region=None,
385 shaded_region=None,
DWifiThroughputStabilityTest.py189 shaded_region=None,
DWifiPingTest.py255 shaded_region=None,