Home
last modified time | relevance | path

Searched refs:batch (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiScannerScanTest.py208 for i, batch in enumerate(scan_resutls, start=1):
210 batch["ScanResults"],
212 max_scan_interval = batch["ScanResults"][0][
215 for result in batch["ScanResults"]:
229 len(batch["ScanResults"]))
230 bssids += len(batch["ScanResults"])
1049 for batch in results:
1050 asserts.assert_false(batch["ScanResults"],
DWifiScannerMultiScanTest.py96 def verify_one_scan_result_group(self, batch): argument
107 scan_results = batch["ScanResults"]
205 for batch in batches:
206 self.verify_one_scan_result_group(batch)
/tools/acloud/internal/lib/
Dbase_cloud_client.py248 batch = self._service.new_batch_http_request()
250 batch.add(
252 batch.execute()