Searched refs:CASE_LIST_FILE_NAME (Results 1 – 2 of 2) sorted by relevance
54 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunnerTest206 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 …]
57 private static final String CASE_LIST_FILE_NAME = "/sdcard/dEQP-TestCaseList.txt"; field in DeqpTestRunner1415 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()