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

  /external/skia/
PRESUBMIT.py 139 comment_block_end_pattern = re.compile('^\s+\*\/.*$')
144 comment_block_end_pattern.match(line) or
  /external/skqp/
PRESUBMIT.py 116 comment_block_end_pattern = re.compile('^\s+\*\/.*$')
121 comment_block_end_pattern.match(line) or

Completed in 234 milliseconds