Home
last modified time | relevance | path

Searched refs:testable (Results 1 – 6 of 6) sorted by relevance

/test/vts/utils/native/testability_checker/
DVtsTestabilityChecker.cpp121 bool testable = false; in CheckFrameworkCompatibleHal() local
140 testable |= true; in CheckFrameworkCompatibleHal()
145 testable |= !matched_instances.empty(); in CheckFrameworkCompatibleHal()
166 testable |= true; in CheckFrameworkCompatibleHal()
178 testable |= true; in CheckFrameworkCompatibleHal()
188 return testable; in CheckFrameworkCompatibleHal()
250 bool testable = false; in CheckManifestHal() local
261 testable = true; in CheckManifestHal()
263 return testable; in CheckManifestHal()
/test/vts-testcase/hal/media/c2/V1_0/host/
DVtsHalMediaC2V1_0HostTest.py40 testable, self.service_names = \
47 if testable:
/test/vts/testcases/template/hal_hidl_host_test/
Dhal_hidl_host_test.py146 testable, service_names = hal_service_name_utils.GetHalServiceName(
149 if not testable:
/test/vts/utils/python/precondition/
Dprecondition_utils.py90 testable, _ = hal_service_name_utils.GetHalServiceName(
92 return testable
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py165 testable, service_names = hal_service_name_utils.GetHalServiceName(
168 if not testable:
/test/vts/testcases/template/hal_hidl_replay_test/
Dhal_hidl_replay_test.py214 testable, service_names = hal_service_name_utils.GetHalServiceName(
217 if not testable: