Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/release/
Dgit_recipes.py41 COMMIT_POSITION_RE = re.compile(r'(.+)@\{#(\d+)\}') variable
281 match = COMMIT_POSITION_RE.match(value)
/third_party/skia/third_party/externals/angle2/scripts/
Droll_chromium_deps.py99 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') variable
171 m = COMMIT_POSITION_RE.match(line.strip())