Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py1021 if not _RE_PATTERN_INCLUDE.match(elided):
2904 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
3044 match = _RE_PATTERN_INCLUDE.search(line)
3077 match = _RE_PATTERN_INCLUDE.match(line)
3164 match = _RE_PATTERN_INCLUDE.search(line)
3648 match = _RE_PATTERN_INCLUDE.search(clean_line)
/external/libvpx/libvpx/tools/
Dcpplint.py1209 if not _RE_PATTERN_INCLUDE.match(elided):
3456 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
3595 match = _RE_PATTERN_INCLUDE.search(line)
3631 match = _RE_PATTERN_INCLUDE.match(line)
3746 match = _RE_PATTERN_INCLUDE.search(line)
4365 match = _RE_PATTERN_INCLUDE.search(clean_line)
/external/libaom/libaom/tools/
Dcpplint.py1209 if not _RE_PATTERN_INCLUDE.match(elided):
3456 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
3595 match = _RE_PATTERN_INCLUDE.search(line)
3631 match = _RE_PATTERN_INCLUDE.match(line)
3746 match = _RE_PATTERN_INCLUDE.search(line)
4365 match = _RE_PATTERN_INCLUDE.search(clean_line)
/external/google-styleguide/cpplint/
Dcpplint.py1457 if _RE_PATTERN_INCLUDE.match(elided):
4414 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
4542 match = _RE_PATTERN_INCLUDE.search(line)
4692 match = _RE_PATTERN_INCLUDE.search(line)
5475 match = _RE_PATTERN_INCLUDE.search(clean_line)