Lines Matching refs:driver
68 driver = None
71 driver = CppTestDriver(device, hdc_tools)
73 driver = CppTestDriver(device, hdc_tools)
74 return driver
218 driver = get_current_driver(device, target_name, self.hdc_tools)
219 if driver is None:
220 print("Error: driver is None.")
232 driver.execute(suite_path, result_path, options, background=True)
236 driver = get_current_driver(device, target_name, self.hdc_tools)
237 if driver is None:
238 print("Error: driver is None.")
249 return driver.execute(suite_path, result_path, options, background=False)