Searched refs:CheckerFile (Results 1 - 5 of 5) sorted by relevance

/art/tools/checker/file_format/checker/
H A Dparser.py18 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion, TestExpression namespace
168 checkerFile = CheckerFile(fileName)
H A Dstruct.py20 class CheckerFile(PrintableMixin): class in inherits:PrintableMixin
40 assert isinstance(parent, CheckerFile)
H A Dtest.py20 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion, TestExpression namespace
193 # Creates an instance of CheckerFile from provided info.
196 testFile = CheckerFile("<test_file>")
/art/tools/checker/match/
H A Dtest.py20 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion namespace
32 checkerFile = CheckerFile("<checker-file>")
H A Dfile.py19 from file_format.checker.struct import CheckerFile, TestCase, TestAssertion namespace

Completed in 888 milliseconds