Lines Matching refs:match
120 if version_without_prefix.match(tag):
122 elif version_with_prefix.match(tag):
246 lambda s: re.match(r"^branch\-heads/\d+\.\d+$", s),
441 if re.match(r"\*?\s*%s$" % re.escape(name), line):
490 match = re.match(r"^#define %s\s+(\d*)" % def_name, line)
491 if match:
492 value = match.group(1)
594 match = PUSH_MSG_GIT_RE.match(title)
595 if match:
599 return match.group("git_rev")
600 match = PUSH_MSG_NEW_RE.match(title)
601 if match: