Searched refs:CASE_LIST_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
65 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest242 CASE_LIST_FILE_NAME); in testGlesVersion()380 CASE_LIST_FILE_NAME); in testResultCode()546 CASE_LIST_FILE_NAME); in testRun_multipleTests()888 CASE_LIST_FILE_NAME); in testRun_unexecutableTests()1132 CASE_LIST_FILE_NAME, rotation); in testOrientation()1931 CASE_LIST_FILE_NAME); in testInterrupt_killReportTestFailed()2094 CASE_LIST_FILE_NAME); in testRuntimeHint_optionSet()2275 CASE_LIST_FILE_NAME); in runInstrumentationLineAndAnswer()2281 EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + CASE_LIST_FILE_NAME))) in runInstrumentationLineAndAnswer()[all …]
86 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunner1422 mDevice.executeShellCommand("rm " + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1424 mDevice.pushString(testCases + "\n", CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1431 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun()