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

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py1644 class _BlockInfo(object): class in inherits:object
1681 class _ClassInfo(_BlockInfo):
1685 _BlockInfo.__init__(self, False)
1737 class _NamespaceInfo(_BlockInfo):
1741 _BlockInfo.__init__(self, False)
1814 # - _BlockInfo: some other type of block.
2028 self.stack.append(_BlockInfo(True))
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py1357 class _BlockInfo(object): class in inherits:object
1394 class _ClassInfo(_BlockInfo):
1398 _BlockInfo.__init__(self, False)
1427 class _NamespaceInfo(_BlockInfo):
1431 _BlockInfo.__init__(self, False)
1504 # - _BlockInfo: some other type of block.
1699 self.stack.append(_BlockInfo(True))
/external/libvpx/libvpx/tools/
H A Dcpplint.py1644 class _BlockInfo(object): class in inherits:object
1681 class _ClassInfo(_BlockInfo):
1685 _BlockInfo.__init__(self, False)
1737 class _NamespaceInfo(_BlockInfo):
1741 _BlockInfo.__init__(self, False)
1814 # - _BlockInfo: some other type of block.
2028 self.stack.append(_BlockInfo(True))

Completed in 719 milliseconds