Lines Matching refs:line
39 # This line is 'magic' in that git-cl looks for it to decide whether to
186 where a DEPS file changed. Extend the interface along the line of
220 changed_lines = [line for line_num, line in f.ChangedContents()]
282 for line in f.NewContents():
284 if guard_patterns[i].match(line):
286 if skip_check_pattern.match(line):
324 for line_number, line in f.ChangedContents():
325 if (include_directive_pattern.search(line)):
327 line.strip()))
367 for line_number, line in f.ChangedContents():
368 if (inclusion_pattern.search(line) and
369 not comment_pattern.search(line) and
370 not exclusion_pattern.search(line)):
372 line.strip()))