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.java54 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest
206 CASE_LIST_FILE_NAME); in testGlesVersion()
349 CASE_LIST_FILE_NAME); in testResultCode()
519 CASE_LIST_FILE_NAME); in testRun_multipleTests()
622 CASE_LIST_FILE_NAME); in testRun_unexecutableTests()
886 CASE_LIST_FILE_NAME, rotation); in testOrientation()
1437 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_multipleInstances()
1447 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_multipleInstances()
1469 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_multipleInstances()
1487 "--deqp-caselist-file=" + CASE_LIST_FILE_NAME in testRun_multipleInstances()
[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
1415 mDevice.executeShellCommand("rm " + CASE_LIST_FILE_NAME); in executeTestRunBatchRun()
1417 mDevice.pushString(testCases + "\n", CASE_LIST_FILE_NAME); in executeTestRunBatchRun()
1424 deqpCmdLine.append(CASE_LIST_FILE_NAME); in executeTestRunBatchRun()