Lines Matching refs:ads
102 ads = get_all_instances()
107 ads = get_instances(configs)
110 ads = get_instances_with_configs(configs)
112 for ad in ads:
118 _startServicesOnAds(ads)
119 return ads
122 def destroy(ads): argument
128 for ad in ads:
135 def _startServicesOnAds(ads): argument
145 for ad in ads:
271 def filter_devices(ads, func): argument
284 for ad in ads:
290 def get_device(ads, **kwargs): argument
318 filtered = filter_devices(ads, _get_device_filter)
329 def takeBugReports(ads, test_name, begin_time): argument
347 args = [(test_name, begin_time, ad) for ad in ads]