Home
last modified time | relevance | path

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

12

/external/rust/crates/libloading/src/
Dlib.rs63 pub struct Library(imp::Library); struct
65 impl Library { implementation
128 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, Error> { in new()
210 impl fmt::Debug for Library { implementation
216 impl From<imp::Library> for Library { implementation
217 fn from(lib: imp::Library) -> Library { in from()
222 impl From<Library> for imp::Library { implementation
223 fn from(lib: Library) -> imp::Library { in from()
228 unsafe impl Send for Library {} implementation
229 unsafe impl Sync for Library {} implementation
/external/rust/crates/libloading/src/os/unix/
Dmod.rs77 pub struct Library { struct
81 unsafe impl Send for Library {} argument
97 unsafe impl Sync for Library {} implementation
99 impl Library { implementation
121 pub unsafe fn new<P: AsRef<OsStr>>(filename: P) -> Result<Library, crate::Error> { in new()
167 pub unsafe fn open<P>(filename: Option<P>, flags: raw::c_int) -> Result<Library, crate::Error> in open()
312 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw()
344 impl Drop for Library { implementation
352 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/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 { implementation
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()
273 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw()
299 impl Drop for Library { implementation
305 impl fmt::Debug for Library { implementation
/external/tensorflow/tensorflow/core/framework/
Dload_library.cc29 struct Library { struct
30 void* handle = nullptr;
31 OpList op_list;
/external/llvm-project/llvm/include/llvm/Object/
DTapiUniversal.h109 struct Library { struct
115 std::vector<Library> Libraries; argument
/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/llvm-project/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/vulkan/
Dlibvulkan_loader.h17 class Library; variable
/external/deqp/external/vulkancts/framework/vulkan/
DvkPlatform.hpp38 class Library class
41 Library (void) {} in Library() function in vk::Library
/external/llvm-project/llvm/lib/Passes/
DPassPlugin.cpp18 auto Library = in Load() local
/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
/external/llvm-project/llvm/docs/
DScudoHardenedAllocator.rst96 Library section in Usage
/external/python/setuptools/setuptools/
Dextension.py56 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/swiftshader/third_party/SPIRV-Tools/
DREADME.md451 ## Library section in SPIR-V Tools
453 ### Usage
/external/deqp-deps/SPIRV-Tools/
DREADME.md451 ## Library section in SPIR-V Tools
453 ### Usage
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DREADME.md451 ## Library section in SPIR-V Tools
453 ### 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/pigweed/pw_rpc/py/pw_rpc/console_tools/
Dconsole.py129 protos: python_protos.Library,

12