OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_comment_pattern
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/copyright/
fileparser.py
74
self.
_comment_pattern
= re.compile('/\*.*?\*/', re.DOTALL)
79
return self.
_comment_pattern
.findall(file_contents)
/external/skia/tools/copyright/
fileparser.py
74
self.
_comment_pattern
= re.compile('/\*.*?\*/', re.DOTALL)
79
return self.
_comment_pattern
.findall(file_contents)
Completed in 113 milliseconds