OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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