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

/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dcpplint.py555 _CPP_SECTION = 3 variable in class:_IncludeState
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dcpplint.py442 _CPP_SECTION = 3 variable in class:_IncludeState
456 _CPP_SECTION: 'C++ system header',
524 if self._section <= self._CPP_SECTION:
525 self._section = self._CPP_SECTION
/external/libvpx/libvpx/tools/
H A Dcpplint.py555 _CPP_SECTION = 3 variable in class:_IncludeState
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION

Completed in 1161 milliseconds