Searched refs:MatchLines (Results 1 - 3 of 3) sorted by relevance

/art/tools/checker/match/
H A Dfile.py20 from match.line import MatchLines, EvaluateLine namespace
59 newVariables = MatchLines(assertion, c1Pass.body[i], variables)
95 if MatchLines(assertion, line, variables) is not None:
H A Dline.py76 def MatchLines(checkerLine, stringLine, variables): function
H A Dtest.py22 from match.line import MatchLines namespace
37 return MatchLines(self.createTestAssertion(checkerString),

Completed in 134 milliseconds