Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmoveconfig.py548 def cleanup_one_header(header_path, patterns, options): argument
557 with open(header_path) as f:
599 show_diff(lines, tolines, header_path, options.color)
604 with open(header_path, 'w') as f:
/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/libaom/libaom/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/google-styleguide/cpplint/
Dcpplint.py763 def SetLastHeader(self, header_path): argument
764 self._last_header = header_path
766 def CanonicalizeAlphabeticalOrder(self, header_path): argument
779 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
781 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
797 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)