Searched refs:testPath (Results 1 – 4 of 4) sorted by relevance
75 String testPath = libPath + File.pathSeparator + apkPath + File.pathSeparator + apkPath; in testDuplicateLibrary() local76 PathClassLoader testLoader = new PathClassLoader(testPath, null); in testDuplicateLibrary()
126 final String testPath = "dEQP-GLES" in testGlesVersion() local152 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testGlesVersion()282 final String testPath = "dEQP-GLES3.info.version"; in testResultCode() local301 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testResultCode()792 final String testPath = "dEQP-GLES3.orientation.test"; in testOrientation() local809 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testOrientation()1077 final String testPath = "dEQP-GLES3.pixelformat.test"; in testRun_unsupportedPixelFormat() local1094 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testRun_unsupportedPixelFormat()2940 final String testPath = "dEQP-GLES3.interrupt.test"; in testInterrupt_killReportTestFailed() local2957 + "INSTRUMENTATION_STATUS: dEQP-BeginTestCase-TestCasePath=" + testPath + "\r\n" in testInterrupt_killReportTestFailed()
185 public void testPath() { in testPath() method in CookieTest
1113 private static TestIdentifier pathToIdentifier(String testPath) { in pathToIdentifier() argument1114 String[] components = testPath.split("\\."); in pathToIdentifier()