Searched refs:_RE_PATTERN_INCLUDE_NEW_STYLE (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py3455 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable
3588 if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line):
/external/compiler-rt/lib/sanitizer_common/scripts/
H A 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/
H A Dcpplint.py3455 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable
3588 if _RE_PATTERN_INCLUDE_NEW_STYLE.search(line):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py2869 _RE_PATTERN_INCLUDE_NEW_STYLE = re.compile(r'#include +"[^/]+\.h"') variable

Completed in 168 milliseconds