Home
last modified time | relevance | path

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

/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py39 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') variable
91 m = COMMIT_POSITION_RE.match(line.strip())
/external/angle/scripts/
Droll_chromium_deps.py98 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') variable
170 m = COMMIT_POSITION_RE.match(line.strip())
/external/webrtc/tools_webrtc/autoroller/
Droll_deps.py58 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') variable
127 m = COMMIT_POSITION_RE.match(line.strip())