Home
last modified time | relevance | path

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

/tools/asuite/atest/
Dmodule_info.py810 def is_device_driven_test(self, mod_info): member in ModuleInfo
839 return self._get_all_modules(type_predicate=self.is_device_driven_test)
Dbazel_mode.py212 self.mod_info.is_device_driven_test(info)):
961 if not host and mod_info.is_device_driven_test(m_info):
1117 False) and self.mod_info.is_device_driven_test(info):
Dmodule_info_unittest.py505 self.assertTrue(mod_info.is_device_driven_test(maininfo_with_device_driven_test))