Home
last modified time | relevance | path

Searched defs:testcases (Results 1 – 5 of 5) sorted by relevance

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java87 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApksAbis() local
159 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testBinariesAbis() local
DApkPackageNameCheck.java66 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testApkPackageNames() local
DCtsConfigLoadingTest.java208 File testcases = new File(ctsRoot, "/android-cts/testcases/"); in testConfigurationLoad() local
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/presubmit/
DVtsConfigLoadingTest.java57 File testcases = new File(vtsRoot, "/android-vts10/testcases/"); in testConfigurationLoad() local
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py386 def RunLtpWorker(self, testcases, args, name_func, id): argument