HomeSort by relevance Sort by last modified time
    Searched refs:_CPP_SECTION (Results 1 - 4 of 4) sorted by null

  /art/tools/
cpplint.py 442 _CPP_SECTION = 3
456 _CPP_SECTION: 'C++ system header',
524 if self._section <= self._CPP_SECTION:
525 self._section = self._CPP_SECTION
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 442 _CPP_SECTION = 3
456 _CPP_SECTION: 'C++ system header',
524 if self._section <= self._CPP_SECTION:
525 self._section = self._CPP_SECTION
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 555 _CPP_SECTION = 3
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 555 _CPP_SECTION = 3
569 _CPP_SECTION: 'C++ system header',
649 if self._section <= self._CPP_SECTION:
650 self._section = self._CPP_SECTION
    [all...]

Completed in 119 milliseconds