Home
last modified time | relevance | path

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

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowProfilingListServlet.java59 List<String> tests = ofy().load().type(TestEntity.class) in doGetHandler() local
/test/cts-root/tools/cts-root-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsRootTradefedTest.java48 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/catbox/tools/catbox-tradefed/tests/src/com/android/compatibility/tradefed/
DCatBoxTradefedTest.java39 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/mts/tools/mts-tradefed/tests/src/com/android/compatibility/tradefed/
DMtsTradefedTest.java48 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/app_compat/csuite/tools/csuite-tradefed/src/test/java/com/android/compatibility/tradefed/
DCSuiteTradefedTest.java49 File tests = tempFolder.newFolder("testcases"); in setUp() local
/test/vts/tools/vts-core-tradefed/tests/src/com/android/compatibility/tradefed/
DVtsCoreTradefedTest.java62 File tests = new File(base, "testcases"); in testSuiteInfoLoad() local
/test/vts/runners/host/
Dbase_test.py1303 def runTestsWithRetry(self, tests): argument
1341 def _runTests(self, tests): argument