Searched defs:_ALT_TOKEN_REPLACEMENT (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dcpplint.py391 _ALT_TOKEN_REPLACEMENT = { variable
411 r'[ =()](' + ('|'.join(_ALT_TOKEN_REPLACEMENT.keys())) + r')(?=[ (]|$)')
3323 _ALT_TOKEN_REPLACEMENT[match.group(1)], match.group(1)))

Completed in 12 milliseconds