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

  /art/tools/
cpplint.py 465 self._last_header = ''
492 if self._last_header > canonical_header:
494 self._last_header = canonical_header
521 self._last_header = ''
527 self._last_header = ''
546 self._last_header = ''
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 465 self._last_header = ''
492 if self._last_header > canonical_header:
494 self._last_header = canonical_header
521 self._last_header = ''
527 self._last_header = ''
546 self._last_header = ''
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 581 self._last_header = ''
584 self._last_header = header_path
612 # If previous section is different from current section, _last_header will
617 if (self._last_header > header_path and
646 self._last_header = ''
652 self._last_header = ''
671 self._last_header = ''
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 581 self._last_header = ''
584 self._last_header = header_path
612 # If previous section is different from current section, _last_header will
617 if (self._last_header > header_path and
646 self._last_header = ''
652 self._last_header = ''
671 self._last_header = ''
    [all...]

Completed in 158 milliseconds