/third_party/rust/crates/libloading/src/ |
D | safe.rs | 15 pub struct Library(imp::Library); struct 17 impl Library { impl 83 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, Error> { in new() 166 impl fmt::Debug for Library { implementation 172 impl From<imp::Library> for Library { implementation 173 fn from(lib: imp::Library) -> Library { in from() 178 impl From<Library> for imp::Library { implementation 179 fn from(lib: Library) -> imp::Library { in from() 184 unsafe impl Send for Library {} implementation 185 unsafe impl Sync for Library {} implementation
|
/third_party/rust/crates/libloading/src/os/unix/ |
D | mod.rs | 76 pub struct Library { struct 80 unsafe impl Send for Library {} argument 96 unsafe impl Sync for Library {} implementation 98 impl Library { impl 120 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 166 pub unsafe fn open<P>(filename: Option<P>, flags: raw::c_int) -> Result<Library, crate::Error> in open() 310 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() 342 impl Drop for Library { implementation 350 impl fmt::Debug for Library { implementation
|
/third_party/flutter/flutter/dev/docs/ |
D | README.md | 23 #### Framework Libraries 34 #### Dart Libraries 46 #### Other Libraries
|
/third_party/rust/crates/pkg-config-rs/src/ |
D | lib.rs | 89 pub struct Library { struct 92 /// Library search paths specified by -L argument 94 /// Library file paths specified without -l argument 108 /// Ensure that this struct can only be created via its private `[Library::new]` constructor. argument 110 _priv: (), 248 pub fn find_library(name: &str) -> Result<Library, String> { in find_library() 253 pub fn probe_library(name: &str) -> Result<Library, Error> { in probe_library() 377 pub fn find(&self, name: &str) -> Result<Library, String> { in find() 385 pub fn probe(&self, name: &str) -> Result<Library, Error> { in probe() 562 impl Library { implementation
|
/third_party/rust/crates/libloading/src/os/windows/ |
D | mod.rs | 59 pub struct Library(HMODULE); struct 61 unsafe impl Send for Library {} implementation 75 unsafe impl Sync for Library {} implementation 77 impl Library { impl 104 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new() 148 pub fn open_already_loaded<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in open_already_loaded() 189 …pub unsafe fn load_with_flags<P: AsRef<OsStr>>(filename: P, flags: DWORD) -> Result<Library, crate… in load_with_flags() 271 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() 297 impl Drop for Library { implementation 303 impl fmt::Debug for Library { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
D | PassPlugin.h | 87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin() 91 sys::DynamicLibrary Library; variable
|
/third_party/rust/crates/rust-openssl/openssl-errors/src/ |
D | lib.rs | 69 pub trait Library { interface 141 T: Library, in __put_error()
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
D | libvulkan_loader.h | 17 class Library; variable
|
/third_party/rust/crates/bindgen/book/src/ |
D | opaque.md | 11 ### Library subsection in Treating a Type as an Opaque Blob of Bytes
|
D | allowlisting.md | 17 ### Library subsection in Allowlisting
|
D | nocopy.md | 9 ### Library subsection in Preventing the Derivation of `Copy` and `Clone`
|
D | must-use-types.md | 9 ### Library subsection in Annotating types with `#[must-use]`
|
D | nodebug.md | 8 ### Library subsection in Preventing the Derivation of `Debug`
|
D | blocklisting.md | 19 ### Library subsection in Blocklisting
|
D | nodefault.md | 8 ### Library subsection in Preventing the Derivation of `Default`
|
D | using-unions.md | 36 ### Library subsection
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.h | 21 class Library; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | namespaceMergedWithImportAliasNoCrash.ts | 2 export namespace Library { namespace
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.h | 21 class Library; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassPlugin.cpp | 18 auto Library = in Load() local
|
/third_party/flutter/skia/third_party/externals/spirv-tools/ |
D | README.md | 197 ## Library section in SPIR-V Tools 199 ### Usage
|
/third_party/vk-gl-cts/framework/egl/wrapper/ |
D | eglwLibrary.hpp | 37 class Library class
|
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/ |
D | SampleApplication.h | 24 class Library; variable
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
D | SampleApplication.h | 26 class Library; variable
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 47 class Library class 50 Library (void) {} in Library() function in vk::Library
|