Lines Matching refs:package
98 def getCaseListFileName (package, configuration):
99 return "%s-%s.txt" % (getModuleShorthand(package.module), configuration.name)
162 for package in mustpass.packages:
163 packageElem = ElementTree.SubElement(mustpassElem, "TestPackage", name = package.module.name)
165 for config in package.configurations:
167 caseListFile = getCaseListFileName(package, config),
180 # have the deqp package installed on the device for us
216 for package in mustpass.packages:
217 for config in package.configurations:
223 addOptionElement(testElement, "deqp-package", package.module.name)
224 caseListFile = getCaseListFileName(package,config)
258 for package in mustpass.packages:
259 for cfg in package.configurations:
283 for package in mustpass.packages:
284 currentCaseList = moduleCaseLists[package.module]
287 for config in package.configurations:
290 mainDstFileName = getCaseListFileName(package, config)
424 for package in mustpass.packages:
425 if not package.module in moduleCaseLists:
426 moduleCaseLists[package.module] = readAndSortCaseList(buildCfg, generator, package.module)