/external/rust/crates/libloading/src/ |
D | lib.rs | 63 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/ |
D | mod.rs | 77 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/ |
D | build_libs.md | 26 ### Linux x86/x64/ARM ### 104 ### Windows (x86/x64) ### 131 ### Additional Build Options ###
|
/external/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 { 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/ |
D | load_library.cc | 29 struct Library { struct 30 void* handle = nullptr; 31 OpList op_list;
|
/external/llvm-project/llvm/include/llvm/Object/ |
D | TapiUniversal.h | 109 struct Library { struct 115 std::vector<Library> Libraries; argument
|
/external/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
|
/external/llvm-project/llvm/include/llvm/Passes/ |
D | PassPlugin.h | 87 PassPlugin(const std::string &Filename, const sys::DynamicLibrary &Library) in PassPlugin() 91 sys::DynamicLibrary Library; variable
|
/external/angle/src/common/vulkan/ |
D | libvulkan_loader.h | 17 class Library; variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkPlatform.hpp | 38 class Library class 41 Library (void) {} in Library() function in vk::Library
|
/external/llvm-project/llvm/lib/Passes/ |
D | PassPlugin.cpp | 18 auto Library = in Load() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/ |
D | PassPlugin.cpp | 18 auto Library = in Load() local
|
/external/angle/util/windows/ |
D | WGLWindow.h | 21 class Library; variable
|
/external/deqp/framework/egl/wrapper/ |
D | eglwLibrary.hpp | 37 class Library class
|
/external/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 77 Library section in Usage
|
/external/llvm-project/llvm/docs/ |
D | ScudoHardenedAllocator.rst | 96 Library section in Usage
|
/external/python/setuptools/setuptools/ |
D | extension.py | 56 class Library(Extension): class
|
/external/python/cpython2/Lib/distutils/tests/ |
D | setuptools_extension.py | 44 class Library(Extension): class
|
/external/angle/samples/sample_util/ |
D | SampleApplication.h | 26 class Library; variable
|
/external/grpc-grpc/test/cpp/microbenchmarks/ |
D | helpers.h | 42 Library() { in Library() function
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | README.md | 451 ## Library section in SPIR-V Tools 453 ### Usage
|
/external/deqp-deps/SPIRV-Tools/ |
D | README.md | 451 ## Library section in SPIR-V Tools 453 ### Usage
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/ |
D | README.md | 451 ## Library section in SPIR-V Tools 453 ### Usage
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11EglDisplayFactory.cpp | 74 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/ |
D | console.py | 129 protos: python_protos.Library,
|