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

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py423 _NO_ASM = 0 # Outside of inline assembly block variable
1650 self.inline_asm = _NO_ASM
1915 if inner_block.inline_asm in (_NO_ASM, _END_ASM):
1923 # we will now shift to _NO_ASM state.
1924 inner_block.inline_asm = _NO_ASM
4515 if nesting_state.stack and nesting_state.stack[-1].inline_asm != _NO_ASM:
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py336 _NO_ASM = 0 # Outside of inline assembly block variable
1363 self.inline_asm = _NO_ASM
1606 if inner_block.inline_asm in (_NO_ASM, _END_ASM):
1614 # we will now shift to _NO_ASM state.
1615 inner_block.inline_asm = _NO_ASM
3799 if nesting_state.stack and nesting_state.stack[-1].inline_asm != _NO_ASM:
/external/libvpx/libvpx/tools/
H A Dcpplint.py423 _NO_ASM = 0 # Outside of inline assembly block variable
1650 self.inline_asm = _NO_ASM
1915 if inner_block.inline_asm in (_NO_ASM, _END_ASM):
1923 # we will now shift to _NO_ASM state.
1924 inner_block.inline_asm = _NO_ASM
4515 if nesting_state.stack and nesting_state.stack[-1].inline_asm != _NO_ASM:

Completed in 362 milliseconds