Home
last modified time | relevance | path

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

/external/tensorflow/third_party/gpus/
Dfind_cuda_config.py323 header_path, header_version = _find_header(base_paths, "cublas_api.h",
332 header_path = _find_file(base_paths, _header_paths(), "cublas_api.h")
340 "cublas_include_dir": os.path.dirname(header_path),
356 header_path, header_version = _find_header(base_paths, "cusolver_common.h",
363 header_path = _find_file(base_paths, _header_paths(), "cusolver_common.h")
370 "cusolver_include_dir": os.path.dirname(header_path),
386 header_path, header_version = _find_header(base_paths, "curand.h",
393 header_path = _find_file(base_paths, _header_paths(), "curand.h")
400 "curand_include_dir": os.path.dirname(header_path),
415 header_path, header_version = _find_header(base_paths, "cufft.h",
[all …]
/external/mesa3d/src/gallium/drivers/zink/
Dzink_device_info.py350 header_path = sys.argv[1] variable
353 header_path = path.abspath(header_path) variable
362 with open(header_path, "w") as header_file:
/external/webrtc/tools_webrtc/presubmit_checks_lib/
Dcheck_orphan_headers.py77 def IsHeaderInBuildGn(header_path, build_gn_path): argument
93 return header_path in headers_in_build_gn
/external/rust/cxx/gen/build/src/
Dlib.rs405 let ref header_path = include_dir.join(rel_path_h); in generate_bridge()
406 out::write(header_path, &generated.header)?; in generate_bridge()
409 let _ = out::symlink_file(header_path, link_path); in generate_bridge()
418 let _ = out::symlink_file(header_path, shared_h); in generate_bridge()
/external/angle/scripts/
Dgenerate_loader.py30 header_path = registry_xml.path_to(path, file_name)
37 with open(header_path, "w") as out:
/external/noto-fonts/emoji-compat/
Dcreatefont.py144 def prepend_header_to_file(file_path, header_path): argument
148 with open(header_path, "r") as copyright_file:
/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/llvm-project/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py769 def SetLastHeader(self, header_path): argument
770 self._last_header = header_path
772 def CanonicalizeAlphabeticalOrder(self, header_path): argument
785 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
787 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
803 if (self._last_header > header_path and
/external/google-styleguide/cpplint/
Dcpplint.py769 def SetLastHeader(self, header_path): argument
770 self._last_header = header_path
772 def CanonicalizeAlphabeticalOrder(self, header_path): argument
785 return header_path.replace('-inl.h', '.h').replace('-', '_').lower()
787 def IsInAlphabeticalOrder(self, clean_lines, linenum, header_path): argument
803 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)