Searched refs:CASE_LIST_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
51 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest203 CASE_LIST_FILE_NAME); in testGlesVersion()346 CASE_LIST_FILE_NAME); in testResultCode()516 CASE_LIST_FILE_NAME); in testRun_multipleTests()619 CASE_LIST_FILE_NAME); in testRun_unexecutableTests()883 CASE_LIST_FILE_NAME, rotation); in testOrientation()1268 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_sessionInfoValueMissing()1281 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_sessionInfoValueMissing()1430 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_resultEventTypeMissing()1443 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_resultEventTypeMissing()[all …]
57 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunner1482 mDevice.executeShellCommand("rm " + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1484 mDevice.pushString(testCases + "\n", CASE_LIST_FILE_NAME); in executeTestRunBatchRun()1491 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun()