Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3552 _RE_PATTERN_STRING = re.compile(r'\bstring\b') variable
3684 matched = _RE_PATTERN_STRING.search(line)
/external/libvpx/libvpx/tools/
Dcpplint.py4269 _RE_PATTERN_STRING = re.compile(r'\bstring\b') variable
4401 matched = _RE_PATTERN_STRING.search(line)