Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py350 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?') variable
374 matched = _RE_SUPPRESSION.search(raw_line)
/external/libvpx/libvpx/tools/
Dcpplint.py437 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?') variable
469 matched = _RE_SUPPRESSION.search(raw_line)