Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py442 _CPP_SECTION = 3 variable in _IncludeState
456 _CPP_SECTION: 'C++ system header',
524 if self._section <= self._CPP_SECTION:
525 self._section = self._CPP_SECTION
/external/libvpx/libvpx/tools/
Dcpplint.py555 _CPP_SECTION = 3 variable in _IncludeState
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
/external/libaom/libaom/tools/
Dcpplint.py555 _CPP_SECTION = 3 variable in _IncludeState
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
/external/google-styleguide/cpplint/
Dcpplint.py708 _CPP_SECTION = 3 variable in _IncludeState
722 _CPP_SECTION: 'C++ system header',
829 if self._section <= self._CPP_SECTION:
830 self._section = self._CPP_SECTION