| /external/rust/crates/same-file/src/ |
| D | unix.rs | 9 pub struct Handle { struct 18 impl Drop for Handle { argument 28 impl Eq for Handle {} implementation 30 impl PartialEq for Handle { implementation 36 impl AsRawFd for crate::Handle { implementation 44 impl IntoRawFd for crate::Handle { implementation 52 impl Hash for Handle { implementation 59 impl Handle { implementation 60 pub fn from_path<P: AsRef<Path>>(p: P) -> io::Result<Handle> { in from_path() 64 pub fn from_file(file: File) -> io::Result<Handle> { in from_file() [all …]
|
| D | win.rs | 51 pub struct Handle { struct 52 kind: HandleKind, argument 59 Owned(winutil::Handle), argument 70 impl Eq for Handle {} implementation 72 impl PartialEq for Handle { implementation 76 if self as *const Handle == other as *const Handle { in eq() constant 85 impl AsRawHandle for crate::Handle { implementation 94 impl IntoRawHandle for crate::Handle { implementation 103 impl Hash for Handle { implementation 109 impl Handle { impl [all …]
|
| D | unknown.rs | 10 pub struct Handle; struct 12 impl Eq for Handle {} implementation 14 impl PartialEq for Handle { implementation 20 impl Handle { implementation 21 pub fn from_path<P: AsRef<Path>>(_p: P) -> io::Result<Handle> { in from_path() 25 pub fn from_file(_file: File) -> io::Result<Handle> { in from_file()
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | handle.rs | 21 pub(crate) struct Handle { struct 26 pub(crate) driver: driver::Handle, argument 35 impl Handle { argument 65 impl Handle { impl 72 impl fmt::Debug for Handle { implementation
|
| D | park.rs | 66 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 70 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 79 pub(crate) fn shutdown(&mut self, handle: &driver::Handle) { in shutdown() 98 pub(crate) fn unpark(&self, driver: &driver::Handle) { in unpark() 105 fn park(&self, handle: &driver::Handle) { in park() 163 fn park_driver(&self, driver: &mut Driver, handle: &driver::Handle) { in park_driver() 193 fn unpark(&self, driver: &driver::Handle) { in unpark() 225 fn shutdown(&self, handle: &driver::Handle) { in shutdown()
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
| D | handle.rs | 17 pub(crate) struct Handle { struct 22 pub(crate) driver: driver::Handle, argument 31 impl Handle { implementation 64 impl Handle { impl 71 impl fmt::Debug for Handle { implementation
|
| D | park.rs | 66 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 70 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 79 pub(crate) fn shutdown(&mut self, handle: &driver::Handle) { in shutdown() 98 pub(crate) fn unpark(&self, driver: &driver::Handle) { in unpark() 105 fn park(&self, handle: &driver::Handle) { in park() 163 fn park_driver(&self, driver: &mut Driver, handle: &driver::Handle) { in park_driver() 193 fn unpark(&self, driver: &driver::Handle) { in unpark() 225 fn shutdown(&self, handle: &driver::Handle) { in shutdown()
|
| /external/rust/crates/tokio/src/runtime/scheduler/ |
| D | mod.rs | 31 pub(crate) enum Handle { enum 59 impl Handle { implementation 61 pub(crate) fn driver(&self) -> &driver::Handle { in driver() 101 impl Handle { impl 169 impl Handle { impl 257 impl Handle { impl
|
| /external/tink/go/keyset/ |
| D | handle.go | 36 type Handle struct { struct 55 return nil, fmt.Errorf("keyset.Handle: cannot generate new keyset: %s", err) 121 return nil, fmt.Errorf("keyset.Handle: %s", err) 139 func (h *Handle) String() string { 149 func (h *Handle) KeysetInfo() *tinkpb.KeysetInfo { 154 func (h *Handle) Write(writer Writer, masterKey tink.AEAD) error { 159 …*Handle) WriteWithAssociatedData(writer Writer, masterKey tink.AEAD, associatedData []byte) error { 169 func (h *Handle) WriteWithNoSecrets(w Writer) error { 183 func (h *Handle) Primitives() (*primitiveset.PrimitiveSet, error) { 199 … (h *Handle) PrimitivesWithKeyManager(km registry.KeyManager) (*primitiveset.PrimitiveSet, error) { [all …]
|
| /external/rust/crates/tokio/src/runtime/time/ |
| D | handle.rs | 5 pub(crate) struct Handle { struct 10 impl Handle { argument 31 impl Handle { impl 58 impl fmt::Debug for Handle { implementation
|
| /external/rust/crates/tokio/src/runtime/ |
| D | driver.rs | 21 pub(crate) struct Handle { struct 23 pub(crate) io: IoHandle, argument 27 pub(crate) signal: SignalHandle, argument 30 pub(crate) time: TimeHandle, argument 46 pub(crate) fn new(cfg: Cfg) -> io::Result<(Self, Handle)> { in new() argument 68 pub(crate) fn park(&mut self, handle: &Handle) { in park() 72 pub(crate) fn park_timeout(&mut self, handle: &Handle, duration: Duration) { in park_timeout() 76 pub(crate) fn shutdown(&mut self, handle: &Handle) { in shutdown() 81 impl Handle { implementation
|
| /external/rust/crates/tokio/src/runtime/signal/ |
| D | mod.rs | 33 pub(crate) struct Handle { struct 43 pub(crate) fn new(io: io::Driver, io_handle: &io::Handle) -> std_io::Result<Self> { in new() argument 85 pub(crate) fn handle(&self) -> Handle { in handle() 91 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 96 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 101 pub(crate) fn shutdown(&mut self, handle: &driver::Handle) { in shutdown() 131 impl Handle { implementation
|
| /external/rust/crates/drm/src/control/ |
| D | plane.rs | 24 pub struct Handle(control::RawResourceHandle); struct 27 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 28 unsafe impl bytemuck::PodInOption for Handle {} implementation 42 impl From<control::RawResourceHandle> for Handle { implementation 48 impl control::ResourceHandle for Handle { implementation 52 impl std::fmt::Debug for Handle { implementation 70 pub fn handle(&self) -> Handle { in handle() 75 pub fn crtc(&self) -> Option<control::crtc::Handle> { in crtc() 88 pub fn framebuffer(&self) -> Option<control::framebuffer::Handle> { in framebuffer()
|
| D | syncobj.rs | 20 pub struct Handle(control::RawResourceHandle); struct 23 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 24 unsafe impl bytemuck::PodInOption for Handle {} implementation 25 unsafe impl bytemuck::NoUninit for Handle {} implementation 39 impl From<control::RawResourceHandle> for Handle { implementation 45 impl std::fmt::Debug for Handle { implementation
|
| D | crtc.rs | 21 pub struct Handle(control::RawResourceHandle); struct 24 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 25 unsafe impl bytemuck::PodInOption for Handle {} implementation 39 impl From<control::RawResourceHandle> for Handle { implementation 45 impl control::ResourceHandle for Handle { implementation 49 impl std::fmt::Debug for Handle { implementation 67 pub fn handle(&self) -> Handle { in handle() 82 pub fn framebuffer(&self) -> Option<control::framebuffer::Handle> { in framebuffer()
|
| D | encoder.rs | 12 pub struct Handle(control::RawResourceHandle); struct 15 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 16 unsafe impl bytemuck::PodInOption for Handle {} implementation 30 impl From<control::RawResourceHandle> for Handle { implementation 36 impl control::ResourceHandle for Handle { implementation 40 impl std::fmt::Debug for Handle { implementation 58 pub fn handle(&self) -> Handle { in handle() 68 pub fn crtc(&self) -> Option<control::crtc::Handle> { in crtc()
|
| D | framebuffer.rs | 13 pub struct Handle(control::RawResourceHandle); struct 16 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 17 unsafe impl bytemuck::PodInOption for Handle {} implementation 31 impl From<control::RawResourceHandle> for Handle { implementation 37 impl control::ResourceHandle for Handle { implementation 41 impl std::fmt::Debug for Handle { implementation 60 pub fn handle(&self) -> Handle { in handle() 85 pub fn buffer(&self) -> Option<buffer::Handle> { in buffer() 105 pub fn handle(&self) -> Handle { in handle()
|
| D | property.rs | 23 pub struct Handle(RawResourceHandle); struct 26 unsafe impl bytemuck::ZeroableInOption for Handle {} implementation 27 unsafe impl bytemuck::PodInOption for Handle {} implementation 41 impl From<RawResourceHandle> for Handle { implementation 47 impl ResourceHandle for Handle { implementation 51 impl std::fmt::Debug for Handle { implementation 69 pub fn handle(&self) -> Handle { in handle() 255 pub fn as_crtc(&self) -> Option<super::crtc::Handle> { in as_crtc() 260 pub fn as_connector(&self) -> Option<super::connector::Handle> { in as_connector() 265 pub fn as_encoder(&self) -> Option<super::encoder::Handle> { in as_encoder() [all …]
|
| /external/rust/crates/tokio/src/runtime/io/ |
| D | driver.rs | 36 pub(crate) struct Handle { struct 38 registry: mio::Registry, 41 registrations: RegistrationSet, 44 synced: Mutex<registration_set::Synced>, 49 waker: mio::Waker, 51 pub(crate) metrics: IoDriverMetrics, 98 pub(crate) fn new(nevents: usize) -> io::Result<(Driver, Handle)> { in new() argument 125 pub(crate) fn park(&mut self, rt_handle: &driver::Handle) { in park() 130 pub(crate) fn park_timeout(&mut self, rt_handle: &driver::Handle, duration: Duration) { in park_timeout() 135 pub(crate) fn shutdown(&mut self, rt_handle: &driver::Handle) { in shutdown() [all …]
|
| /external/compiler-rt/lib/msan/ |
| D | msan_chained_origin_depot.cc | 88 struct Handle { struct 89 ChainedOriginDepotNode *node_; 90 Handle() : node_(nullptr) {} in Handle() argument 91 explicit Handle(ChainedOriginDepotNode *node) : node_(node) {} in Handle() function 92 bool valid() { return node_; } in valid() 93 u32 id() { return node_->id; } in id() 94 int here_id() { return node_->here_id; } in here_id() 95 int prev_id() { return node_->prev_id; } in prev_id()
|
| /external/rust/crates/mio/src/sys/windows/ |
| D | handle.rs | 6 pub struct Handle(HANDLE); struct 8 impl Handle { implementation 26 impl Drop for Handle { implementation
|
| /external/rust/crates/tower/src/buffer/ |
| D | worker.rs | 47 pub(crate) struct Handle { struct 48 inner: Arc<Mutex<Option<ServiceError>>>, 76 ) -> (Handle, Worker<T, Request>) { in new() 239 impl Handle { impl 250 impl Clone for Handle { implementation 251 fn clone(&self) -> Handle { in clone()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | DynamicLibrary.cpp | 42 HandleList::iterator Find(void *Handle) { in Find() 46 bool Contains(void *Handle) { in Contains() 50 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true) { in AddLibrary() 78 for (void *Handle : Handles) { in LibLookup() local 83 for (void *Handle : llvm::reverse(Handles)) { in LibLookup() local 154 void *Handle = HandleSet::DLOpen(FileName, Err); in getPermanentLibrary() local 163 DynamicLibrary DynamicLibrary::addPermanentLibrary(void *Handle, in addPermanentLibrary()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
| D | DynamicLibrary.cpp | 38 HandleList::iterator Find(void *Handle) { return find(Handles, Handle); } in Find() 40 bool Contains(void *Handle) { in Contains() 44 bool AddLibrary(void *Handle, bool IsProcess = false, bool CanClose = true, in AddLibrary() 73 void CloseLibrary(void *Handle) { in CloseLibrary() 83 for (void *Handle : Handles) { in LibLookup() local 88 for (void *Handle : llvm::reverse(Handles)) { in LibLookup() local 168 void *Handle = HandleSet::DLOpen(FileName, Err); in getPermanentLibrary() local 177 DynamicLibrary DynamicLibrary::addPermanentLibrary(void *Handle, in addPermanentLibrary() 192 void *Handle = HandleSet::DLOpen(FileName, Err); in getLibrary() local
|
| /external/e2fsprogs/lib/ext2fs/ |
| D | nt_io.c | 208 HANDLE Handle; member 389 OUT PHANDLE Handle, in _OpenNtName() 497 OUT PHANDLE Handle, in _OpenDriveLetter() 517 IN HANDLE Handle in _FlushDrive() 533 IN HANDLE Handle in _LockDrive() 549 IN HANDLE Handle in _UnlockDrive() 560 IN HANDLE Handle in _DismountDrive() 576 IN HANDLE Handle in _IsMounted() 590 IN HANDLE Handle in _CloseDisk() 816 OUT PHANDLE Handle, in _Ext2OpenDevice() [all …]
|