Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 7 of 7) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/retry/
DRetryFactoryTestTest.java80 List<IRemoteTest> tests = new ArrayList<>(); in split() local
92 LinkedHashMap<String, IConfiguration> tests = new LinkedHashMap<>(); in loadTests() local
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingListServlet.java59 List<String> tests = ofy().load().type(TestEntity.class) in doGetHandler() local
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DApkPackageNameCheck.java114 List<IRemoteTest> tests = c.getTests(); in testApkPackageNames() local
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java61 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/suite_harness/tools/cts-instant-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsInstantTradefedTest.java61 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DModuleRepo.java249 List<IRemoteTest> tests = config.getTests(); in initialize() local
551 LinkedList<IModuleDef> tests = new LinkedList<>(); in getModules() local
/test/vts/runners/host/
Dbase_test.py1303 def runTestsWithRetry(self, tests): argument
1341 def _runTests(self, tests): argument