Searched refs:conformOs (Results 1 – 3 of 3) sorted by relevance
/external/deqp/scripts/verify/ |
D | package.py | 34 …, 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)
|
D | verify.py | 128 package.conformOs = line.split()[1]
|
/external/deqp/external/openglcts/scripts/verify/ |
D | verify_es.py | 155 conformOs = testConfig.getAttributeNode("os").nodeValue 157 … if conformOs == "any" or (package.conformOs != None and conformOs in package.conformOs.lower()):
|