Searched refs:CASE_LIST_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
72 private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest247 APP_DIR + CASE_LIST_FILE_NAME); in testGlesVersion()375 APP_DIR + CASE_LIST_FILE_NAME); in testResultCode()537 APP_DIR + CASE_LIST_FILE_NAME); in testRun_multipleTests()864 APP_DIR + CASE_LIST_FILE_NAME); in testRun_unexecutableTests()1088 APP_DIR + CASE_LIST_FILE_NAME, rotation); in testOrientation()1869 APP_DIR + CASE_LIST_FILE_NAME); in testInterrupt_killReportTestFailed()2031 APP_DIR + CASE_LIST_FILE_NAME); in testRuntimeHint_optionSet()2120 APP_DIR + CASE_LIST_FILE_NAME); in runInstrumentationLineAndAnswer()2126 …EasyMock.expect(mockDevice.executeShellCommand(EasyMock.eq("rm " + APP_DIR + CASE_LIST_FILE_NAME))) in runInstrumentationLineAndAnswer()[all …]
86 private static final String CASE_LIST_FILE_NAME = "dEQP-TestCaseList.txt"; field in DeqpTestRunner1416 mDevice.executeShellCommand("rm " + APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1418 mDevice.pushString(testCases + "\n", APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1425 deqpCmdLine.append(APP_DIR + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()