| /external/rust/crates/same-file/src/ |
| D | unix.rs | 9 pub struct Handle { struct 18 impl Drop for Handle { implementation 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/ |
| D | mod.rs | 14 pub(crate) enum Handle { enum 28 impl Handle { impl 30 pub(crate) fn driver(&self) -> &driver::Handle { in driver() 52 impl Handle { impl 113 impl Handle { impl 188 impl Handle { impl
|
| D | current_thread.rs | 31 pub(crate) struct Handle { struct 36 pub(crate) driver: driver::Handle, argument 49 tasks: VecDeque<task::Notified<Arc<Handle>>>, argument 107 driver_handle: driver::Handle, in new() 111 ) -> (CurrentThread, Arc<Handle>) { in new() 143 pub(crate) fn block_on<F: Future>(&self, handle: &scheduler::Handle, future: F) -> F::Output { in block_on() 192 pub(crate) fn shutdown(&mut self, handle: &scheduler::Handle) { in shutdown() 251 fn pop_task(&mut self, handle: &Handle) -> Option<task::Notified<Arc<Handle>>> { in pop_task() 260 fn push_task(&mut self, handle: &Handle, task: task::Notified<Arc<Handle>>) { in push_task() 360 impl Handle { impl [all …]
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | handle.rs | 13 pub(crate) struct Handle { struct 18 pub(crate) driver: driver::Handle, argument 27 impl Handle { argument 59 impl Handle { impl 94 impl fmt::Debug for Handle { implementation
|
| D | park.rs | 67 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 71 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 80 pub(crate) fn shutdown(&mut self, handle: &driver::Handle) { in shutdown() 99 pub(crate) fn unpark(&self, driver: &driver::Handle) { in unpark() 106 fn park(&self, handle: &driver::Handle) { in park() 168 fn park_driver(&self, driver: &mut Driver, handle: &driver::Handle) { in park_driver() 198 fn unpark(&self, driver: &driver::Handle) { in unpark() 230 fn shutdown(&self, handle: &driver::Handle) { in shutdown()
|
| D | mod.rs | 39 driver_handle: driver::Handle, in new() 43 ) -> (MultiThread, Arc<Handle>, Launch) { in new() 61 pub(crate) fn block_on<F>(&self, handle: &scheduler::Handle, future: F) -> F::Output in block_on() 72 pub(crate) fn shutdown(&mut self, handle: &scheduler::Handle) { in shutdown()
|
| /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
|
| D | mod.rs | 128 pub(crate) fn new(park: IoStack, clock: Clock) -> (Driver, Handle) { in new() argument 151 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 155 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 159 pub(crate) fn shutdown(&mut self, rt_handle: &driver::Handle) { in shutdown() 175 fn park_internal(&mut self, rt_handle: &driver::Handle, limit: Option<Duration>) { in park_internal() 249 impl Handle { implementation
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/ |
| D | archrast.cpp | 137 virtual void Handle(const DrawInstancedEvent& event) in Handle() function in ArchRast::EventHandlerApiStats 157 virtual void Handle(const DrawIndexedInstancedEvent& event) in Handle() function in ArchRast::EventHandlerApiStats 190 virtual void Handle(const EarlyDepthStencilInfoSingleSample& event) in Handle() function in ArchRast::EventHandlerWorkerStats 215 virtual void Handle(const EarlyDepthStencilInfoSampleRate& event) in Handle() function in ArchRast::EventHandlerWorkerStats 240 virtual void Handle(const EarlyDepthStencilInfoNullPS& event) in Handle() function in ArchRast::EventHandlerWorkerStats 254 virtual void Handle(const LateDepthStencilInfoSingleSample& event) in Handle() function in ArchRast::EventHandlerWorkerStats 279 virtual void Handle(const LateDepthStencilInfoSampleRate& event) in Handle() function in ArchRast::EventHandlerWorkerStats 304 virtual void Handle(const LateDepthStencilInfoNullPS& event) in Handle() function in ArchRast::EventHandlerWorkerStats 318 virtual void Handle(const EarlyDepthInfoPixelRate& event) in Handle() function in ArchRast::EventHandlerWorkerStats 328 virtual void Handle(const LateDepthInfoPixelRate& event) in Handle() function in ArchRast::EventHandlerWorkerStats [all …]
|
| /external/rust/crates/tokio/src/runtime/ |
| D | driver.rs | 18 pub(crate) struct Handle { struct 20 pub(crate) io: IoHandle, argument 24 pub(crate) signal: SignalHandle, argument 27 pub(crate) time: TimeHandle, argument 43 pub(crate) fn new(cfg: Cfg) -> io::Result<(Self, Handle)> { in new() argument 62 pub(crate) fn park(&mut self, handle: &Handle) { in park() 66 pub(crate) fn park_timeout(&mut self, handle: &Handle, duration: Duration) { in park_timeout() 70 pub(crate) fn shutdown(&mut self, handle: &Handle) { in shutdown() 75 impl Handle { impl
|
| D | process.rs | 31 pub(crate) fn park(&mut self, handle: &driver::Handle) { in park() 36 pub(crate) fn park_timeout(&mut self, handle: &driver::Handle, duration: Duration) { in park_timeout() 41 pub(crate) fn shutdown(&mut self, handle: &driver::Handle) { in shutdown()
|
| D | handle.rs | 12 pub struct Handle { struct 13 pub(crate) inner: scheduler::Handle, argument 36 impl Handle { implementation 315 impl Handle { impl
|
| /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/compiler-rt/lib/msan/ |
| D | msan_chained_origin_depot.cc | 88 struct Handle { struct 89 ChainedOriginDepotNode *node_; 90 Handle() : node_(nullptr) {} in Handle() function 91 explicit Handle(ChainedOriginDepotNode *node) : node_(node) {} in Handle() argument 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/tokio/src/runtime/io/ |
| D | mod.rs | 44 pub(crate) struct Handle { struct 46 registry: mio::Registry, 49 io_dispatch: RwLock<IoDispatcher>, 54 waker: mio::Waker, 56 pub(crate) metrics: IoDriverMetrics, 108 pub(crate) fn new(nevents: usize) -> io::Result<(Driver, Handle)> { in new() argument 136 pub(crate) fn park(&mut self, rt_handle: &driver::Handle) { in park() 141 pub(crate) fn park_timeout(&mut self, rt_handle: &driver::Handle, duration: Duration) { in park_timeout() 146 pub(crate) fn shutdown(&mut self, rt_handle: &driver::Handle) { in shutdown() 158 fn turn(&mut self, handle: &Handle, max_wait: Option<Duration>) { in turn() [all …]
|
| /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/crosvm/media/cros-codecs/src/decoders/h264/ |
| D | backends.rs | 41 first_field: &Self::Handle, in new_field_picture() 51 dpb: &Dpb<Self::Handle>, in handle_picture() 61 dpb: &Dpb<Self::Handle>, in decode_slice() 62 ref_pic_list0: &[DpbEntry<Self::Handle>], in decode_slice() 63 ref_pic_list1: &[DpbEntry<Self::Handle>], in decode_slice() 78 ) -> Result<Self::Handle>; in submit_picture()
|
| /external/crosvm/media/cros-codecs/src/decoders/h264/backends/ |
| D | dummy.rs | 34 _: &Dpb<Self::Handle>, in handle_picture() 44 _: &Self::Handle, in new_field_picture() 54 _: &Dpb<Self::Handle>, in decode_slice() 55 _: &[DpbEntry<Self::Handle>], in decode_slice() 65 ) -> StatelessBackendResult<Self::Handle> { in submit_picture()
|
| /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/crosvm/media/cros-codecs/src/decoders/vp8/ |
| D | backends.rs | 37 last_ref: Option<&Self::Handle>, in submit_picture() 38 golden_ref: Option<&Self::Handle>, in submit_picture() 39 alt_ref: Option<&Self::Handle>, in submit_picture() 45 ) -> Result<Self::Handle>; in submit_picture()
|
| /external/crosvm/media/cros-codecs/src/decoders/vp8/backends/ |
| D | dummy.rs | 27 _: Option<&Self::Handle>, in submit_picture() 35 ) -> super::Result<Self::Handle> { in submit_picture()
|
| /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 …]
|
| /external/crosvm/media/cros-codecs/src/utils/ |
| D | dummy.rs | 40 pub struct Handle { struct 41 pub handle: Rc<RefCell<BackendHandle>>, argument 44 impl Clone for Handle { implementation 52 impl DecodedHandle for Handle { implementation 87 type Handle = Handle; typedef 113 fn poll(&mut self, _: BlockingMode) -> crate::decoders::Result<VecDeque<Self::Handle>> { in poll()
|