Searched refs:_MATCH_ASM (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py429 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' variable
1918 _MATCH_ASM.match(line)):
2029 if _MATCH_ASM.match(line):
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py342 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' variable
1609 _MATCH_ASM.match(line)):
1700 if _MATCH_ASM.match(line):
/external/libvpx/libvpx/tools/
H A Dcpplint.py429 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' variable
1918 _MATCH_ASM.match(line)):
2029 if _MATCH_ASM.match(line):

Completed in 167 milliseconds