Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3750 _RE_PATTERN_EXPLICIT_MAKEPAIR = re.compile(r'\bmake_pair\s*<') variable
3767 match = _RE_PATTERN_EXPLICIT_MAKEPAIR.search(line)
/external/libvpx/libvpx/tools/
Dcpplint.py4467 _RE_PATTERN_EXPLICIT_MAKEPAIR = re.compile(r'\bmake_pair\s*<') variable
4483 match = _RE_PATTERN_EXPLICIT_MAKEPAIR.search(line)
/external/libaom/libaom/tools/
Dcpplint.py4467 _RE_PATTERN_EXPLICIT_MAKEPAIR = re.compile(r'\bmake_pair\s*<') variable
4483 match = _RE_PATTERN_EXPLICIT_MAKEPAIR.search(line)
/external/google-styleguide/cpplint/
Dcpplint.py5581 _RE_PATTERN_EXPLICIT_MAKEPAIR = re.compile(r'\bmake_pair\s*<') variable
5597 match = _RE_PATTERN_EXPLICIT_MAKEPAIR.search(line)