Searched refs:getCaseListFileName (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/scripts/ |
D | build_caselists.py | 108 def getCaseListFileName (module, caseListType): function 117 return os.path.join(workDir, getCaseListFileName(module, caseListType)) 131 caseListFile = getCaseListFileName(module, caseListType)
|
D | mustpass.py | 97 def getCaseListFileName (package, configuration): function 104 return os.path.join(getDstDir(mustpass), getCaseListFileName(package, configuration)) 246 caseListFile = getCaseListFileName(package, config),
|
/external/deqp/scripts/ |
D | build_caselists.py | 80 def getCaseListFileName (module, caseListType): function 84 …return os.path.join(getModulesPath(buildCfg), module.dirName, getCaseListFileName(module, caseList… 98 caseListFile = getCaseListFileName(module, caseListType)
|
D | mustpass.py | 116 def getCaseListFileName (package, configuration): function 120 …return os.path.join(mustpass.project.path, mustpass.version, getCaseListFileName(package, configur… 296 caseListFile = getCaseListFileName(package, config), 334 addOptionElement(testElement, "deqp-caselist-file", getCaseListFileName(package,config))
|