Home
last modified time | relevance | path

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

/art/tools/
Dcpplint.py1054 if not _RE_PATTERN_INCLUDE.match(elided):
2940 _RE_PATTERN_INCLUDE = re.compile(r'^\s*#\s*include\s*([<"])([^>"]*)[>"].*$') variable
3080 match = _RE_PATTERN_INCLUDE.search(line)
3113 match = _RE_PATTERN_INCLUDE.match(line)
3200 match = _RE_PATTERN_INCLUDE.search(line)
3691 match = _RE_PATTERN_INCLUDE.search(clean_line)