Home
last modified time | relevance | path

Searched defs:Library (Results 1 – 25 of 48) sorted by relevance

12

/third_party/rust/crates/libloading/src/
Dsafe.rs15 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/
Dmod.rs76 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/
DREADME.md23 #### Framework Libraries
34 #### Dart Libraries
46 #### Other Libraries
/third_party/rust/crates/pkg-config-rs/src/
Dlib.rs89 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/
Dmod.rs59 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/
DPassPlugin.h87 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/
Dlib.rs69 pub trait Library { interface
141 T: Library, in __put_error()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dlibvulkan_loader.h17 class Library; variable
/third_party/rust/crates/bindgen/book/src/
Dopaque.md11 ### Library subsection in Treating a Type as an Opaque Blob of Bytes
Dallowlisting.md17 ### Library subsection in Allowlisting
Dnocopy.md9 ### Library subsection in Preventing the Derivation of `Copy` and `Clone`
Dmust-use-types.md9 ### Library subsection in Annotating types with `#[must-use]`
Dnodebug.md8 ### Library subsection in Preventing the Derivation of `Debug`
Dblocklisting.md19 ### Library subsection in Blocklisting
Dnodefault.md8 ### Library subsection in Preventing the Derivation of `Default`
Dusing-unions.md36 ### Library subsection
/third_party/flutter/skia/third_party/externals/angle2/util/windows/
DWGLWindow.h21 class Library; variable
/third_party/typescript/tests/cases/compiler/
DnamespaceMergedWithImportAliasNoCrash.ts2 export namespace Library { namespace
/third_party/skia/third_party/externals/angle2/util/windows/
DWGLWindow.h21 class Library; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassPlugin.cpp18 auto Library = in Load() local
/third_party/flutter/skia/third_party/externals/spirv-tools/
DREADME.md197 ## Library section in SPIR-V Tools
199 ### Usage
/third_party/vk-gl-cts/framework/egl/wrapper/
DeglwLibrary.hpp37 class Library class
/third_party/flutter/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.h24 class Library; variable
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.h26 class Library; variable
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkPlatform.hpp47 class Library class
50 Library (void) {} in Library() function in vk::Library

12