Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_power_test_utils.py289 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])
Dwifi_performance_test_utils.py309 shaded_region=None, argument
346 'shaded_region': shaded_region,
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
DCoexPerformanceBaseTest.py329 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
Dcoex_test_utils.py1068 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/
DWifiRvrTest.py270 shaded_region = {
280 shaded_region=shaded_region)