Home
last modified time | relevance | path

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

/tools/repohooks/tools/
Dcpplint.py1250 _RE_PATTERN_C_COMMENTS = r'/\*(?:[^*]|\*(?!/))*\*/' variable
1260 r'(\s*' + _RE_PATTERN_C_COMMENTS + r'\s*$|' +
1261 _RE_PATTERN_C_COMMENTS + r'\s+|' +
1262 r'\s+' + _RE_PATTERN_C_COMMENTS + r'(?=\W)|' +
1263 _RE_PATTERN_C_COMMENTS + r')')