HomeSort by relevance Sort by last modified time
    Searched refs:COMMENT_RE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 14 COMMENT_RE = re.compile(r'\s*#.*')
92 stripline = COMMENT_RE.sub(r'', line)
121 if COMMENT_RE.match(line):
  /external/chromium_org/v8/tools/
grokdump.py     [all...]

Completed in 43 milliseconds