Home
last modified time | relevance | path

Searched refs:library_paths (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/pipe-loader/
Dpipe_loader.c192 const char *library_paths) in pipe_loader_find_module() argument
199 for (next = library_paths; *next; library_paths = next + 1) { in pipe_loader_find_module()
200 next = strchrnul(library_paths, ':'); in pipe_loader_find_module()
201 len = next - library_paths; in pipe_loader_find_module()
205 len, library_paths, in pipe_loader_find_module()
Dpipe_loader_priv.h63 const char *library_paths);
/external/libcxx/utils/libcxx/test/
Dtarget_info.py145 library_paths = []
148 library_paths += [self.full_config.cxx_runtime_root]
151 library_paths += [self.full_config.use_system_cxx_lib]
155 library_paths += [self.full_config.abi_library_root]
156 if library_paths:
157 env['DYLD_LIBRARY_PATH'] = ':'.join(library_paths)
/external/pytorch/torch/backends/xeon/
Drun_cpu.py275 library_paths = []
277 library_paths.append(f"{os.environ['CONDA_PREFIX']}/lib")
279 library_paths.append(f"{os.environ['VIRTUAL_ENV']}/lib")
281 library_paths += [
296 for lib_path in library_paths:
/external/tensorflow/third_party/py/
Dpython_configure.bzl106 " library_paths = site.getsitepackages()",
109 " library_paths = [get_python_lib()]",
110 "all_paths = set(python_paths + library_paths)",
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/py/
Dpython_configure.bzl200 " library_paths = site.getsitepackages()\n" +
203 " library_paths = [sysconfig.get_path('purelib')]\n" +
204 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
/external/grpc-grpc/third_party/py/
Dpython_configure.bzl200 " library_paths = site.getsitepackages()\n" +
203 " library_paths = [sysconfig.get_path('purelib')]\n" +
204 "all_paths = set(python_paths + library_paths)\n" + "paths = []\n" +
/external/cronet/tot/build/android/gyp/
Dwrite_build_config.py913 def _CreateJavaLibrariesList(library_paths): argument
917 names = ['"%s"' % os.path.basename(s)[3:-3] for s in library_paths]
2123 library_paths = []
2126 library_paths = _ExtractSharedLibsFromRuntimeDeps(
2128 java_libraries_list = _CreateJavaLibrariesList(library_paths)
2166 library_paths,
/external/cronet/stable/build/android/gyp/
Dwrite_build_config.py913 def _CreateJavaLibrariesList(library_paths): argument
917 names = ['"%s"' % os.path.basename(s)[3:-3] for s in library_paths]
2123 library_paths = []
2126 library_paths = _ExtractSharedLibsFromRuntimeDeps(
2128 java_libraries_list = _CreateJavaLibrariesList(library_paths)
2166 library_paths,
/external/angle/build/android/gyp/
Dwrite_build_config.py913 def _CreateJavaLibrariesList(library_paths): argument
917 names = ['"%s"' % os.path.basename(s)[3:-3] for s in library_paths]
2134 library_paths = []
2137 library_paths = _ExtractSharedLibsFromRuntimeDeps(
2139 java_libraries_list = _CreateJavaLibrariesList(library_paths)
2177 library_paths,
/external/tensorflow/
Dconfigure.py153 library_paths = run_shell([
159 library_paths = [
167 all_paths = set(python_paths + library_paths)
/external/pytorch/torch/utils/
Dcpp_extension.py958 library_dirs += library_paths()
1078 library_dirs += library_paths(cuda=True)
1186 def library_paths(cuda: bool = False) -> List[str]: function
/external/pytorch/torch/_inductor/
Dcpp_builder.py1194 libraries_dirs = cpp_extension.library_paths(cuda)
Dcodecache.py1720 lpaths = cpp_extension.library_paths(cuda) + [
3158 lpaths = cpp_extension.library_paths(cuda=True) + [
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout1238 char **library_paths;