Home
last modified time | relevance | path

Searched refs:comment_blocks (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/copyright/
Dfileparser.py31 def FindCopyrightBlock(self, comment_blocks): argument
37 if not comment_blocks:
39 for block in comment_blocks:
Dmain.py43 comment_blocks = parser.FindAllCommentBlocks(old_file_contents)
44 if not comment_blocks:
47 old_copyright_block = parser.FindCopyrightBlock(comment_blocks)