Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py303 _ALT_TOKEN_REPLACEMENT = { variable
324 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
2767 _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1)))
/external/libvpx/libvpx/tools/
Dcpplint.py391 _ALT_TOKEN_REPLACEMENT = { variable
411 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
3323 _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1)))
/external/libaom/libaom/tools/
Dcpplint.py391 _ALT_TOKEN_REPLACEMENT = { variable
411 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
3323 _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1)))
/external/google-styleguide/cpplint/
Dcpplint.py489 _ALT_TOKEN_REPLACEMENT = { variable
509 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
4270 _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1)))