Searched refs:TARGET_RE (Results 1 – 4 of 4) sorted by relevance
16 TARGET_RE = re.compile(r'(?P<indent>\s*)\w+\("(?P<target_name>\w+)"\) {' variable109 for target_match in TARGET_RE.finditer(file_content):
19 TARGET_RE = re.compile(r'(?P<indent>\s*)\w+\("(?P<target_name>\w+)"\) {' variable67 for target_match in TARGET_RE.finditer(build_file_contents):
37 TARGET_RE = re.compile( variable67 match = TARGET_RE.match(line)
100 TARGET_RE = re.compile( variable364 for target_match in TARGET_RE.finditer(gn_file_content):396 for target_match in TARGET_RE.finditer(gn_file_content):