Home
last modified time | relevance | path

Searched refs:PUSH_MSG_GIT_RE (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/release/
Dreleases.py30 PUSH_MSG_GIT_RE = re.compile(r".* \(based on ([a-fA-F0-9]+)\)$") variable
141 return MatchSafe(PUSH_MSG_GIT_RE.match(title))
Dcommon_includes.py50 PUSH_MSG_GIT_RE = re.compile(r".* \(based on (?P<git_rev>[a-fA-F0-9]+)\)$") variable
692 match = PUSH_MSG_GIT_RE.match(title)