Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/command_processor/
Dcommand_adb.py82 if self.console.job_pool and args.serial:
Dcommand_fastboot.py97 if self.console.job_pool and args.serial:
/test/framework/harnesses/host_controller/
Dconsole.py149 console = Console(vti_client, None, None, hosts, job_pool=True)
256 job_pool=False, argument
262 self._job_pool = job_pool
328 def job_pool(self): member in Console