Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java51 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest
203 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 …]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java57 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunner
1482 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()