Searched refs:RUN_LINE_RE (Results 1 – 9 of 9) sorted by relevance
42 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable159 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
58 RUN_LINE_RE = re.compile('^\s*;\s*RUN:\s*(.*)$') variable296 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
32 RUN_LINE_RE = re.compile('^//\s*RUN:\s*(.*)$') variable137 for m in [RUN_LINE_RE.match(l) for l in input_lines] if m]
79 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m]
57 for m in [common.RUN_LINE_RE.match(l) for l in input_lines] if m]
91 for m in [common.RUN_LINE_RE.match(l) for l in input_lines]
101 for m in [common.RUN_LINE_RE.match(l) for l in lines] if m]
48 RUN_LINE_RE = re.compile('^\s*[;#]\s*RUN:\s*(.*)$') variable