/third_party/rust/crates/libloading/tests/ |
D | functions.rs | 10 fn lib_path() -> std::path::PathBuf { in lib_path() function 24 cmd.arg("src/test_helpers.rs").arg("-o").arg(lib_path()); in make_helpers() 41 let lib = Library::new(lib_path()).unwrap(); in test_id_u32() 60 let lib = Library::new(lib_path()).unwrap(); in test_id_struct() 83 let lib = Library::new(lib_path()).unwrap(); in test_0_no_0() 103 let lib = Library::new(lib_path()).unwrap(); in missing_symbol_fails() 113 let lib = Library::new(lib_path()).unwrap(); in interior_null_fails() 125 let lib = Library::new(lib_path()).unwrap(); in test_incompatible_type() 140 let lib = Library::new(lib_path()).unwrap(); in test_incompatible_type_named_fn() 152 let lib = Library::new(lib_path()).unwrap(); in test_static_u32() [all …]
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_icd_gen.py | 62 lib_path = args.lib_path variable 64 lib_path = lib_path.replace('/', '\\') variable 69 'library_path': lib_path,
|
/third_party/curl/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/skia/third_party/externals/libpng/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/libffi/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/skia/third_party/externals/microhttpd/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/libevdev/build-aux/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/node/deps/cares/ |
D | compile | 86 if test -z "$lib_path"; then 87 lib_path=$file 89 lib_path="$lib_path;$file" 102 for dir in $lib_path $LIB 133 lib_path=
|
/third_party/vulkan-loader/tests/framework/ |
D | test_util.h | 257 static loader_platform_dl_handle loader_platform_open_library(const char* lib_path) { in loader_platform_open_library() argument 258 std::wstring lib_path_utf16 = widen(lib_path); in loader_platform_open_library() 317 explicit LibraryWrapper(fs::path const& lib_path) noexcept : lib_path(lib_path) { in LibraryWrapper() 318 lib_handle = loader_platform_open_library(lib_path.c_str()); in LibraryWrapper() 320 fprintf(stderr, "Unable to open library %s: %s\n", lib_path.c_str(), in LibraryWrapper() 321 loader_platform_open_library_error(lib_path.c_str())); in LibraryWrapper() 333 …r(LibraryWrapper&& wrapper) noexcept : lib_handle(wrapper.lib_handle), lib_path(wrapper.lib_path) { in LibraryWrapper() 342 lib_path = wrapper.lib_path; 360 fs::path lib_path; member 556 BUILDER_VALUE(ManifestICD, std::string, lib_path, {}) [all …]
|
D | test_environment.cpp | 169 fs::path TestICDHandle::get_icd_full_path() noexcept { return icd_library.lib_path; } in get_icd_full_path() 185 fs::path TestLayerHandle::get_layer_full_path() noexcept { return layer_library.lib_path; } in get_layer_full_path() 218 …fs::path new_driver_name = fs::path(icd_details.icd_manifest.lib_path).stem() + "_" + std::to_stri… in add_icd() 219 fs::path(icd_details.icd_manifest.lib_path).extension(); in add_icd() 221 …auto new_driver_location = folder->copy_file(icd_details.icd_manifest.lib_path, new_driver_name.st… in add_icd() 225 icd_details.icd_manifest.lib_path = new_driver_location.str(); in add_icd() 311 if (!layer.lib_path.str().empty()) { in add_layer_impl() 312 …_name = layer.name + "_" + std::to_string(cur_layer_index) + "_" + layer.lib_path.filename().str(); in add_layer_impl() 314 auto new_layer_location = folder.copy_file(layer.lib_path, new_layer_name); in add_layer_impl() 319 …layer.lib_path.stem().str().find(fs::path(TEST_LAYER_WRAP_OBJECTS).stem().str()) == std::string::n… in add_layer_impl() [all …]
|
D | test_util.cpp | 135 out += " \"library_path\": \"" + fs::fixup_backslashes_in_path(lib_path) + "\",\n"; in get_manifest_str() 161 if (lib_path.size() > 0) { in get_manifest_str() 162 out += "\t\t\"library_path\": \"" + fs::fixup_backslashes_in_path(lib_path.str()) + "\",\n"; in get_manifest_str()
|
/third_party/skia/infra/bots/assets/chromebook_x86_64_gles/ |
D | create.py | 71 lib_path = getenv(ENV_VAR) 73 create_asset(args.target_dir, lib_path)
|
D | create_and_upload.py | 33 os.environ[create.ENV_VAR] = args.lib_path
|
D | README.md | 7 ./infra/bots/assets/chromebook_x86_64_gles/create_and_upload.py --lib_path [dir]
|
/third_party/skia/infra/bots/assets/chromebook_arm_gles/ |
D | create.py | 71 lib_path = getenv(ENV_VAR) 73 create_asset(args.target_dir, lib_path)
|
D | create_and_upload.py | 33 os.environ[create.ENV_VAR] = args.lib_path
|
D | README.md | 7 ./infra/bots/assets/chromebook_arm_gles/create_and_upload.py --lib_path [dir]
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/ |
D | ndk-stl-config.cmake | 15 function(configure_shared_stl lib_path so_base) 18 "${ANDROID_NDK}/sources/cxx-stl/${lib_path}/libs/${ANDROID_ABI}/lib${so_base}.so"
|
/third_party/vulkan-loader/loader/ |
D | vk_loader_platform.h | 468 static loader_platform_dl_handle loader_platform_open_library(const char *lib_path) { in loader_platform_open_library() argument 469 int lib_path_utf16_size = MultiByteToWideChar(CP_UTF8, 0, lib_path, -1, NULL, 0); in loader_platform_open_library() 474 …if (MultiByteToWideChar(CP_UTF8, 0, lib_path, -1, lib_path_utf16, lib_path_utf16_size) != lib_path… in loader_platform_open_library()
|
/third_party/pulseaudio/src/daemon/ |
D | main.c | 183 char *lib_path = pa_sprintf_malloc("%s" PA_PATH_SEP "lib", pa_win32_get_system_appdata()); in change_user() local 214 mkdir(lib_path); in change_user() 226 …if (SetNamedSecurityInfo(lib_path, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION | PROTECTED_DACL_SECU… in change_user() 242 pa_set_env("PULSE_CONFIG_PATH", lib_path); in change_user() 244 pa_set_env("PULSE_STATE_PATH", lib_path); in change_user() 247 pa_xfree(lib_path); in change_user()
|
D | ohos_pa_main.c | 186 char *lib_path = pa_sprintf_malloc("%s" PA_PATH_SEP "lib", pa_win32_get_system_appdata()); in change_user() local 217 mkdir(lib_path); in change_user() 229 …if (SetNamedSecurityInfo(lib_path, SE_FILE_OBJECT, DACL_SECURITY_INFORMATION | PROTECTED_DACL_SECU… in change_user() 245 pa_set_env("PULSE_CONFIG_PATH", lib_path); in change_user() 247 pa_set_env("PULSE_STATE_PATH", lib_path); in change_user() 250 pa_xfree(lib_path); in change_user()
|
/third_party/rust/crates/bindgen/bindgen-integration/ |
D | build.rs | 237 let lib_path = out_path.join("libwrap_static_fns.a"); in setup_wrap_static_fns_test() localVariable 258 .arg(lib_path) in setup_wrap_static_fns_test()
|
/third_party/libbpf/src/ |
D | usdt.c | 444 static int parse_vma_segs(int pid, const char *lib_path, struct elf_seg **segs, size_t *seg_cnt) in parse_vma_segs() argument 458 if (sscanf(lib_path, "/proc/%d/root%s", &tmp_pid, path) == 2 && pid == tmp_pid) in parse_vma_segs() 461 if (!realpath(lib_path, path)) { in parse_vma_segs() 463 lib_path, -errno); in parse_vma_segs() 464 libbpf_strlcpy(path, lib_path, sizeof(path)); in parse_vma_segs() 473 line, lib_path, err); in parse_vma_segs() 522 lib_path, path, pid); in parse_vma_segs()
|
/third_party/musl/porting/linux/user/include/ |
D | dlfcn.h | 131 int dlns_set_namespace_lib_path(const char *name, const char *lib_path);
|
/third_party/rust/crates/bindgen/book/src/ |
D | non-system-libraries.md | 41 let lib_path = libdir_path.join("libhello.a"); 73 .arg(lib_path)
|