Home
last modified time | relevance | path

Searched defs:library_path (Results 1 – 24 of 24) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/run_check/
D_check_version.py52 def __init__(self, library_path): argument
74 def __init__(self, library_path): argument
260 def __init__(self, library_path): argument
504 def set_env(device, library_path): argument
/third_party/vulkan-loader/tests/corpus/
Dconfig_with_other_arch.json53 "library_path": "libVkLayer_khronos_validation.so", string
69 "library_path": "libVkLayer_khronos_validation.so", string
85 "library_path": "libVkLayer_khronos_validation.so", string
96 … "library_path": "/src/vulkan-loader/tests/framework/data/binaries/libdummy_library_elf_64.so", string
Dconfig.json53 "library_path": "libVkLayer_khronos_validation.so", string
69 "library_path": "libVkLayer_khronos_validation.so", string
85 "library_path": "libVkLayer_khronos_validation.so", string
96 … "library_path": "/src/vulkan-loader/tests/framework/data/binaries/libdummy_library_elf_32.so", string
DVkLayer_complex_file.json7 "library_path": "libVkLayer_khronos_validation.so", string
/third_party/vulkan-loader/tests/framework/data/
Dfuzzer_output.json67 "library_path": "libVkLayer_khronos_validation.so", string
88 "library_path": "libVkLayer_khronos_validation.so", string
109 "library_path": "libVkLayer_khronos_validation.so", string
122 … "library_path": "scuvrl//kan-loader/tests/framework/data/binaries/libdummy with error 386.so", string
DVkLayer_complex_file.json7 "library_path": "libVkLayer_khronos_validation.so", string
/third_party/mesa3d/src/egl/main/
D50_mesa.json4 "library_path" : "libEGL_@glvnd_vendor_name@.so.0" string
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader_icd.json4 "library_path": "..\\..\\bin\\vulkan\\x64\\Debug\\libvk_swiftshader.dll", string
/third_party/mesa3d/src/gfxstream/guest/vulkan/
Dgfxstream_icd.json4 "library_path": "libgfxstream_guest_vulkan_with_host.so", string
/third_party/mesa3d/src/vulkan/screenshot-layer/
DVkLayer_MESA_screenshot.json6 "library_path": "libVkLayer_MESA_screenshot.so", string
/third_party/mesa3d/src/intel/nullhw-layer/
DVkLayer_INTEL_nullhw.json6 "library_path": "libVkLayer_INTEL_nullhw.so", string
/third_party/mesa3d/src/vulkan/overlay-layer/
DVkLayer_MESA_overlay.json6 "library_path": "libVkLayer_MESA_overlay.so", string
/third_party/mesa3d/src/vulkan/device-select-layer/
DVkLayer_MESA_device_select.json6 "library_path": "libVkLayer_MESA_device_select.so", string
/third_party/vk-gl-cts/framework/platform/fuchsia/
DtcuFuchsiaPlatform.cpp30 FuchsiaVkLibrary(const char* library_path) in FuchsiaVkLibrary()
/third_party/mesa3d/src/vulkan/vram-report-limit-layer/
DVkLayer_MESA_vram_report_limit.json6 "library_path": "libVkLayer_MESA_vram_report_limit.so", string
/third_party/rust/rust/src/tools/tidy/src/
Dmain.rs35 let library_path = root_path.join("library"); in main() localVariable
/third_party/rust/rust/src/tools/unstable-book-gen/src/
Dmain.rs88 let library_path = Path::new(&library_path_str); in main() localVariable
/third_party/rust/rust/src/tools/remote-test-server/src/
Dmain.rs273 let library_path = if cfg!(windows) { "PATH" } else { "LD_LIBRARY_PATH" }; in handle_run() localVariable
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dms_context.cc332 const auto &library_path = iter->second; in SetEnv() local
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/
Derrors.rs116 pub library_path: PathBuf, field
/third_party/vulkan-loader/loader/
Dloader.c2081 …combine_manifest_directory_and_library_path(const struct loader_instance *inst, char *library_path, in loader_initialize()
2422 char *library_path = NULL; in loader_initialize() local
3714 char *library_path = loader_cJSON_Print(library_path_json, &out_of_memory); in loader_parse_icd_manifest() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/gpu/opencl/
Dopencl_wrapper.cc88 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp91 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath()
/third_party/pulseaudio/src/pulsecore/
Dcore-util.c159 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local