Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dfile.py163 def find_matching_line(statement, c1_pass, scope, variables, exclude_lines=[]): function
222 match = find_matching_line(statement, self.c1_pass, scope, variables, matched_lines)
257 match = find_matching_line(statement, self.c1_pass, scope, self.variables)
272 match = find_matching_line(statement, self.c1_pass, scope, self.variables)