Home
last modified time | relevance | path

Searched refs:CASE_LIST_FILE_NAME (Results 1 – 2 of 2) sorted by relevance

/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java65 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest
242 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 …]
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java86 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunner
1422 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()