Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py1028 if not _RE_PATTERN_INCLUDE.match(elided):
2914 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
3054 match = _RE_PATTERN_INCLUDE.search(line)
3087 match = _RE_PATTERN_INCLUDE.match(line)
3174 match = _RE_PATTERN_INCLUDE.search(line)
3665 match = _RE_PATTERN_INCLUDE.search(clean_line)