Searched refs:CheckCompletedBlocks (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 2061 def CheckCompletedBlocks(self, filename, error): member in _NestingState 4567 nesting_state.CheckCompletedBlocks(filename, error)
|
/external/libaom/libaom/tools/ |
D | cpplint.py | 2061 def CheckCompletedBlocks(self, filename, error): member in _NestingState 4567 nesting_state.CheckCompletedBlocks(filename, error)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 2752 def CheckCompletedBlocks(self, filename, error): member in NestingState 5916 nesting_state.CheckCompletedBlocks(filename, error)
|
D | cpplint_unittest.py | 152 nesting_state.CheckCompletedBlocks('foo.h', error_collector)
|