Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java129 final String testPath = "dEQP-GLES" in testGlesVersion() local
155 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testGlesVersion()
285 final String testPath = "dEQP-GLES3.info.version"; in testResultCode() local
304 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testResultCode()
795 final String testPath = "dEQP-GLES3.orientation.test"; in testOrientation() local
812 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testOrientation()
1080 final String testPath = "dEQP-GLES3.pixelformat.test"; in testRun_unsupportedPixelFormat() local
1097 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testRun_unsupportedPixelFormat()
2214 final String testPath = "dEQP-GLES3.interrupt.test"; in testInterrupt_killReportTestFailed() local
2231 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testInterrupt_killReportTestFailed()
/cts/tests/tests/webkit/src/android/webkit/cts/
DCookieTest.java183 public void testPath() { in testPath() method in CookieTest
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1051 private static TestIdentifier pathToIdentifier(String testPath) { in pathToIdentifier() argument
1052 String[] components = testPath.split("\\."); in pathToIdentifier()