Home
last modified time | relevance | path

Searched refs:_C_SECTION (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py441 _C_SECTION = 2 variable in _IncludeState
455 _C_SECTION: 'C system header',
518 if self._section <= self._C_SECTION:
519 self._section = self._C_SECTION
/external/libvpx/libvpx/tools/
Dcpplint.py554 _C_SECTION = 2 variable in _IncludeState
568 _C_SECTION: 'C system header',
643 if self._section <= self._C_SECTION:
644 self._section = self._C_SECTION
/external/libaom/libaom/tools/
Dcpplint.py554 _C_SECTION = 2 variable in _IncludeState
568 _C_SECTION: 'C system header',
643 if self._section <= self._C_SECTION:
644 self._section = self._C_SECTION
/external/google-styleguide/cpplint/
Dcpplint.py707 _C_SECTION = 2 variable in _IncludeState
721 _C_SECTION: 'C system header',
823 if self._section <= self._C_SECTION:
824 self._section = self._C_SECTION