Home
last modified time | relevance | path

Searched refs:testPath (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/UsesLibraryApp/src/com/android/cts/useslibrary/
DUsesLibraryTest.java75 String testPath = libPath + File.pathSeparator + apkPath + File.pathSeparator + apkPath; in testDuplicateLibrary() local
76 PathClassLoader testLoader = new PathClassLoader(testPath, null); in testDuplicateLibrary()
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java126 final String testPath = "dEQP-GLES" in testGlesVersion() local
152 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testGlesVersion()
282 final String testPath = "dEQP-GLES3.info.version"; in testResultCode() local
301 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testResultCode()
792 final String testPath = "dEQP-GLES3.orientation.test"; in testOrientation() local
809 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testOrientation()
1077 final String testPath = "dEQP-GLES3.pixelformat.test"; in testRun_unsupportedPixelFormat() local
1094 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testRun_unsupportedPixelFormat()
2940 final String testPath = "dEQP-GLES3.interrupt.test"; in testInterrupt_killReportTestFailed() local
2957 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testInterrupt_killReportTestFailed()
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java185 public void testPath() { in testPath() method in CookieTest
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1113 private static TestIdentifier pathToIdentifier(String testPath) { in pathToIdentifier() argument
1114 String[] components = testPath.split("\\."); in pathToIdentifier()