Searched refs:Verifier (Results 1 - 2 of 2) sorted by relevance

/gem5/tests/gem5/
H A Dverifier.py38 class Verifier(object): class in inherits:object
62 class MatchGoldStandard(Verifier):
173 class MatchRegex(Verifier):
/gem5/util/style/
H A Dverifiers.py61 """ Decorator for the fix functions of the Verifier class.
107 class Verifier(object): class in inherits:object
112 (Verifier) if they need to work on entire files or LineVerifier if
171 Verifier is skipped if --skip-<test> option was provided or if
229 class LineVerifier(Verifier):
337 class SortedIncludes(Verifier):
464 """Determine if a class is a Verifier that can be instantiated"""
466 return inspect.isclass(cls) and issubclass(cls, Verifier) and \

Completed in 7 milliseconds