Home
last modified time | relevance | path

Searched refs:header_path (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/tools/
Dcpplint.py583 def SetLastHeader(self, header_path): argument
584 self._last_header = header_path
586 def CanonicalizeAlphabeticalOrder(self, header_path): argument
599 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
617 if (self._last_header > header_path and
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py467 def CanonicalizeAlphabeticalOrder(self, header_path): argument
480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
482 def IsInAlphabeticalOrder(self, header_path): argument
491 canonical_header = self.CanonicalizeAlphabeticalOrder(header_path)