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

  /external/skia/tools/copyright/
fileparser.py 43 def GetCopyrightBlockAttributes(self, comment_block):
46 If comment_block is None, or none of the attributes are found,
48 if not comment_block:
50 matches = self._attribute_pattern.findall(comment_block)
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 267 comment_block = ""
270 comment_block += ln
272 comments_map[ln[1:-2]] = comment_block
274 comment_block = ""
    [all...]

Completed in 35 milliseconds