Home
last modified time | relevance | path

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

/aosp_15_r20/art/tools/checker/match/
H A 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)
/aosp_15_r20/cts/apps/CameraITS/tools/
H A Drun_sensor_fusion.py43 line = find_matching_line(out_file_path, _TIME_SHIFT_MATCH)
53 def find_matching_line(file_path, match_string): function