Home
last modified time | relevance | path

Searched refs:readCaseList (Results 1 – 6 of 6) sorted by relevance

/external/deqp/scripts/
Dcaselist_diff.py125 def readCaseList (filename): function
190 oldCases = readCaseList(sys.argv[1])
191 newCases = readCaseList(sys.argv[2])
Dcheck_resolution_list.py32 def readCaseList (filename): function
70 caseList = readCaseList(sys.argv[1])
Dtestset.py57 def readCaseList (filename): function
261 caselist = readCaseList(args[0])
Dmustpass.py141 def readCaseList (filename): function
152 return readCaseList(getCaseListPath(buildCfg, module, "txt"))
/external/deqp/external/openglcts/scripts/
Dmustpass.py134 def readCaseList (filename): function
143 return readCaseList(getCaseListPath(buildCfg, module, "txt"))
/external/deqp/executor/tools/
DxeCommandLineExecutor.cpp255 void readCaseList (xe::TestGroup* root, const char* filename) in readCaseList() function
295 readCaseList(package, item.getPath()); in readCaseLists()