Home
last modified time | relevance | path

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

/external/v8/tools/release/
Dreleases.py118 def MatchSafe(match): function
141 return MatchSafe(PUSH_MSG_GIT_RE.match(title))
144 patches = MatchSafe(MERGE_MESSAGE_RE.search(body))
146 patches = MatchSafe(ROLLBACK_MESSAGE_RE.search(body))
155 patch = MatchSafe(MERGE_MESSAGE_GIT_RE.match(line))
158 patch = MatchSafe(ROLLBACK_MESSAGE_GIT_RE.match(line))
191 "review_link": MatchSafe(REVIEW_LINK_RE.search(cl_body)),