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

  /external/skia/
PRESUBMIT.py 137 comment_block_start_pattern = re.compile('^\s*\/\*.*$')
142 return (comment_block_start_pattern.match(line) or
  /external/skqp/
PRESUBMIT.py 114 comment_block_start_pattern = re.compile('^\s*\/\*.*$')
119 return (comment_block_start_pattern.match(line) or

Completed in 113 milliseconds