Home
last modified time | relevance | path

Searched defs:testPath (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java183 public void testPath() { in testPath() method in CookieTest
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java129 final String testPath = "dEQP-GLES" in testGlesVersion() local
285 final String testPath = "dEQP-GLES3.info.version"; in testResultCode() local
795 final String testPath = "dEQP-GLES3.orientation.test"; in testOrientation() local
1080 final String testPath = "dEQP-GLES3.pixelformat.test"; in testRun_unsupportedPixelFormat() local
2214 final String testPath = "dEQP-GLES3.interrupt.test"; in testInterrupt_killReportTestFailed() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1051 private static TestIdentifier pathToIdentifier(String testPath) { in pathToIdentifier()