Home
last modified time | relevance | path

Searched refs:conformOs (Results 1 – 3 of 3) sorted by relevance

/external/deqp/scripts/verify/
Dpackage.py34 …, statement, testLogs, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems): argument
44 self.conformOs = conformOs
56 conformOs = None
76 …h, statement, testLogs, gitStatus, gitLog, patches, summary, conformVersion, conformOs, otherItems)
Dverify.py128 package.conformOs = line.split()[1]
/external/deqp/external/openglcts/scripts/verify/
Dverify_es.py155 conformOs = testConfig.getAttributeNode("os").nodeValue
157 … if conformOs == "any" or (package.conformOs != None and conformOs in package.conformOs.lower()):