Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py1256 _RE_PATTERN_C_COMMENTS = r'/\*(?:[^*]|\*(?!/))*\*/' variable
1266 r'(\s*' + _RE_PATTERN_C_COMMENTS + r'\s*$|' +
1267 _RE_PATTERN_C_COMMENTS + r'\s+|' +
1268 r'\s+' + _RE_PATTERN_C_COMMENTS + r'(?=\W)|' +
1269 _RE_PATTERN_C_COMMENTS + r')')