Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py2903 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable
3037 if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line):
/external/libvpx/libvpx/tools/
Dcpplint.py3455 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable
3588 if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line):