Home
last modified time | relevance | path

Searched refs:_RE_PATTERN_STRING (Results 1 – 4 of 4) 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)
/external/libaom/libaom/tools/
Dcpplint.py4269 _RE_PATTERN_STRING = re.compile(r'\bstring\b') variable
4401 matched = _RE_PATTERN_STRING.search(line)
/external/google-styleguide/cpplint/
Dcpplint.py5378 _RE_PATTERN_STRING = re.compile(r'\bstring\b') variable
5509 matched = _RE_PATTERN_STRING.search(line)