/external/tensorflow/third_party/gpus/ |
D | find_cuda_config.py | 323 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/ |
D | zink_device_info.py | 350 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/ |
D | check_orphan_headers.py | 77 def IsHeaderInBuildGn(header_path, build_gn_path): argument 93 return header_path in headers_in_build_gn
|
/external/rust/cxx/gen/build/src/ |
D | lib.rs | 405 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/ |
D | generate_loader.py | 30 header_path = registry_xml.path_to(path, file_name) 37 with open(header_path, "w") as out:
|
/external/noto-fonts/emoji-compat/ |
D | createfont.py | 144 def prepend_header_to_file(file_path, header_path): argument 148 with open(header_path, "r") as copyright_file:
|
/external/libvpx/libvpx/tools/ |
D | cpplint.py | 583 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/ |
D | cpplint.py | 583 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/ |
D | cpplint.py | 769 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/ |
D | cpplint.py | 769 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/ |
D | cpplint.py | 467 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)
|