Home
last modified time | relevance | path

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

12

/external/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
/external/rust/crates/libloading/src/os/unix/
Dmod.rs76 pub struct Library { struct
80 unsafe impl Send for Library {} implementation
96 unsafe impl Sync for Library {} implementation
98 impl Library { implementation
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
/external/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
/external/OpenCSD/decoder/docs/
Dbuild_libs.md26 ### Linux x86/x64/ARM ###
104 ### Windows (x86/x64) ###
131 ### Additional Build Options ###
/external/tensorflow/tensorflow/core/framework/
Dload_library.cc29 struct Library { struct
30 void* handle = nullptr;
31 OpList op_list;
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp38 class Library class
41 Library (void) {} in Library() function in vk::Library
/external/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
/external/angle/src/common/
Dsystem_utils.h90 Library() {} in Library() function
91 Library(void *libraryHandle) : mLibraryHandle(libraryHandle) {} in Library() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassPlugin.cpp18 auto Library = in Load() local
/external/angle/util/windows/
DWGLWindow.h21 class Library; variable
/external/deqp/framework/egl/wrapper/
DeglwLibrary.hpp37 class Library class
/external/llvm/docs/
DScudoHardenedAllocator.rst77 Library section in Usage
DGettingStarted.rst310 Getting a Modern Host C++ Toolchain
/external/python/setuptools/setuptools/
Dextension.py54 class Library(Extension): class
/external/python/cpython2/Lib/distutils/tests/
Dsetuptools_extension.py44 class Library(Extension): class
/external/angle/samples/sample_util/
DSampleApplication.h26 class Library; variable
/external/grpc-grpc/test/cpp/microbenchmarks/
Dhelpers.h42 Library() { in Library() function
/external/deqp-deps/SPIRV-Tools/
DREADME.md477 ## Library section in SPIR-V Tools
479 ### Usage
/external/swiftshader/third_party/SPIRV-Tools/
DREADME.md495 ## Library section in SPIR-V Tools
497 ### Usage
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DREADME.md495 ## Library section in SPIR-V Tools
497 ### Usage
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11EglDisplayFactory.cpp74 class Library : public eglw::DefaultLibrary class
77 Library (void) in Library() function in tcu::lnx::x11::egl::Library
/external/bc/
DREADME.md160 #### Library subsubsection
/external/pigweed/docs/
Dstyle_guide.rst105 .. admonition:: The following C++ Standard Library headers are always permitted:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp459 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local
462 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local
476 for (const auto &Library : File->allowableClients()) in NormalizedTBD() local
480 for (const auto &Library : File->reexportedLibraries()) in NormalizedTBD() local
/external/curl/docs/
DINTERNALS.md174 Library chapter

12