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

  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
code_generator_v8.py 135 header_path = posixpath.join(self.output_dir,
138 return header_path, cpp_path
174 header_path, cpp_path = self.output_paths(interface_name)
176 (header_path, header_text),
190 header_path, cpp_path = self.output_paths(dictionary_name)
192 (header_path, header_text),
204 header_path = posixpath.join(output_dir, '%s.h' % definition_name)
206 return header_path, cpp_path
219 header_path, cpp_path = self.output_paths(
222 (header_path, header_text)
    [all...]
  /external/chromium_org/tools/generate_stubs/
generate_stubs.py 683 def WriteImplementationPreamble(cls, header_path, outfile):
687 header_path: The path to the header file.
690 outfile.write(IMPLEMENTATION_PREAMBLE % header_path)
    [all...]
  /art/tools/
cpplint.py 467 def CanonicalizeAlphabeticalOrder(self, header_path):
475 header_path: Path to be canonicalized.
480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
482 def IsInAlphabeticalOrder(self, header_path):
486 header_path: Header to be checked.
491 canonical_header = self.CanonicalizeAlphabeticalOrder(header_path)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py 467 def CanonicalizeAlphabeticalOrder(self, header_path):
475 header_path: Path to be canonicalized.
480 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
482 def IsInAlphabeticalOrder(self, header_path):
486 header_path: Header to be checked.
491 canonical_header = self.CanonicalizeAlphabeticalOrder(header_path)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
cpplint.py 583 def SetLastHeader(self, header_path):
584 self._last_header = header_path
586 def CanonicalizeAlphabeticalOrder(self, header_path):
594 header_path: Path to be canonicalized.
599 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path):
607 header_path: Canonicalized header to be checked.
617 if (self._last_header > header_path and
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 583 def SetLastHeader(self, header_path):
584 self._last_header = header_path
586 def CanonicalizeAlphabeticalOrder(self, header_path):
594 header_path: Path to be canonicalized.
599 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
601 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path):
607 header_path: Canonicalized header to be checked.
617 if (self._last_header > header_path and
    [all...]
  /external/chromium_org/components/policy/tools/
generate_policy_source.py 121 parser.add_option('--pch', '--policy-constants-header', dest='header_path',
162 GenerateFile(opts.header_path, _WritePolicyConstantHeader, sorted=True)
    [all...]

Completed in 275 milliseconds