Home
last modified time | relevance | path

Searched refs:EvaluateLine (Results 1 – 2 of 2) sorted by relevance

/art/tools/checker/match/
Dfile.py20 from match.line import MatchLines, EvaluateLine
100 if not EvaluateLine(assertion, variables):
Dline.py111 def EvaluateLine(checkerLine, variables): function