Searched refs:find_matching_line (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/tools/checker/match/ |
H A D | file.py | 163 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 D | run_sensor_fusion.py | 43 line = find_matching_line(out_file_path, _TIME_SHIFT_MATCH) 53 def find_matching_line(file_path, match_string): function
|