Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_gyp.py16 COMMENT_RE = re.compile(r'\s*#.*') variable
94 stripline = COMMENT_RE.sub(r'', line)
123 if COMMENT_RE.match(line):
/third_party/node/tools/gyp/tools/
Dpretty_gyp.py16 COMMENT_RE = re.compile(r"\s*#.*") variable
96 stripline = COMMENT_RE.sub(r"", line)
124 if COMMENT_RE.match(line):
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dcomment_convert.py19 COMMENT_RE = re.compile(r" *#(!.*| (?P<content>.*))?") variable
80 match = COMMENT_RE.match(line)
145 comment_match = COMMENT_RE.match(line)