/third_party/flutter/engine/flutter/lib/ui/plugins/ |
D | callback_cache.cc | 42 return LookupDartClosure(cb.name, cb.class_name, cb.library_path); in GetCallback() 49 const std::string& library_path) { in GetCallbackHandle() argument 54 hash += hasher(library_path); in GetCallbackHandle() 57 cache_[hash] = {name, class_name, library_path}; in GetCallbackHandle() 104 writer.String(cb.library_path.c_str()); in SaveCacheToDisk() 144 cb.library_path = representation[kLibraryPathKey].GetString(); in LoadCacheFromDisk() 152 const std::string& library_path) { in LookupDartClosure() argument 158 library_path.empty() ? Dart_Null() : ToDart(library_path); in LookupDartClosure()
|
D | callback_cache.h | 22 std::string library_path; member 32 const std::string& library_path) 45 const std::string& library_path);
|
/third_party/boost/boost/dll/detail/demangling/ |
D | mangled_storage_base.hpp | 73 const boost::dll::fs::path& library_path, in mangled_storage_base() 75 : mangled_storage_base(library_info(library_path, throw_if_not_native_format).symbols()) in mangled_storage_base() 81 void load(const boost::dll::fs::path& library_path, in load() 85 add_symbols(library_info(library_path, throw_if_not_native_format).symbols()); in load()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | BUILD.gn | 219 library_path = ".\\vk_swiftshader.dll" 221 library_path = "./libvk_swiftshader.dylib" 223 library_path = "./libvk_swiftshader.so" 232 "--library_path", 233 library_path,
|
D | vk_swiftshader_icd.json.tmpl | 4 "library_path": "${ICD_LIBRARY_PATH}",
|
D | write_icd_json.py | 29 data['ICD']['library_path'] = args.library_path
|
/third_party/boost/boost/dll/ |
D | library_info.hpp | 120 …explicit library_info(const boost::dll::fs::path& library_path, bool throw_if_not_native_format = … in library_info() argument 123 library_path, in library_info() 127 library_path.string().c_str(), // use narrow, since wide not available in library_info() 129 library_path.c_str(), in library_info()
|
/third_party/libusb/libusb/os/ |
D | windows_common.c | 105 char library_path[MAX_PATH]; in load_system_library() local 109 length = GetSystemDirectoryA(library_path, sizeof(library_path)); in load_system_library() 110 if ((length == 0) || (length >= (UINT)sizeof(library_path))) { in load_system_library() 115 filename_start = library_path + length; in load_system_library() 118 if (length >= (UINT)sizeof(library_path)) { in load_system_library() 124 return LoadLibraryA(library_path); in load_system_library()
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | dart_runtime_hooks.cc | 317 std::string library_path = GetFunctionLibraryUrl(func); in GetCallbackHandle() local 329 name, class_name, library_path))); in GetCallbackHandle()
|
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/ |
D | FlutterCallbackCache.mm | 20 new_info.callbackLibraryPath = [NSString stringWithUTF8String:info->library_path.c_str()];
|
/third_party/mindspore/mindspore/lite/src/runtime/gpu/opencl/ |
D | opencl_wrapper.cc | 76 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() argument 81 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath() 90 MS_LOG(ERROR) << "load func (" << #func_name << ") from (" << library_path << ") failed!"; \ in LoadLibraryFromPath()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | VulkanTester.cpp | 136 …fout << R"raw({ "file_format_version": "1.0.0", "ICD": { "library_path": ")raw" << driverPath << R… in ScopedSetIcdFilenames()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 64 bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) { in LoadLibraryFromPath() argument 69 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | xcode_emulation.py | 809 for library_path in self._Settings().get('LIBRARY_SEARCH_PATHS', []): 810 ldflags.append('-L' + gyp_to_build_path(library_path))
|
/third_party/flutter/engine/flutter/shell/platform/android/ |
D | platform_view_android_jni.cc | 248 cbInfo->library_path); in LookupCallbackInformation()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-util.c | 154 char library_path[MAX_PATH]; in pa_win32_get_toplevel() local 157 if (!GetModuleFileName(handle, library_path, MAX_PATH)) in pa_win32_get_toplevel() 160 toplevel = pa_xstrdup(library_path); in pa_win32_get_toplevel()
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | xcode_emulation.py | 935 for library_path in self._Settings().get("LIBRARY_SEARCH_PATHS", []): 936 ldflags.append("-L" + gyp_to_build_path(library_path))
|