| /external/rust/crates/tokio/src/io/ | 
| D | interest.rs | 14 pub struct Interest(mio::Interest);  struct16 impl Interest {  implementation
 94     pub const fn add(self, other: Interest) -> Interest {  in add()
 99     pub(crate) const fn to_mio(self) -> mio::Interest {  in to_mio()
 112 impl ops::BitOr for Interest {  implementation
 121 impl ops::BitOrAssign for Interest {  implementation
 128 impl fmt::Debug for Interest {  implementation
 
 | 
| D | poll_evented.rs | 113         interest: Interest,  in new_with_interest_and_handle()
 | 
| D | async_fd.rs | 211         interest: Interest,  in new_with_handle_and_interest()419         interest: Interest,  in readiness_mut()
 
 | 
| /external/rust/crates/mio/src/ | 
| D | interest.rs | 17 pub struct Interest(NonZeroU8);  struct27 impl Interest {  implementation
 64     pub const fn add(self, other: Interest) -> Interest {  in add()
 88     pub fn remove(self, other: Interest) -> Option<Interest> {  in remove()
 118 impl ops::BitOr for Interest {  implementation
 127 impl ops::BitOrAssign for Interest {  implementation
 134 impl fmt::Debug for Interest {  implementation
 
 | 
| D | io_source.rs | 141         interests: Interest,  in register()154         interests: Interest,  in reregister()
 179         interests: Interest,  in register()
 191         interests: Interest,  in reregister()
 214         interests: Interest,  in register()
 227         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/mio/src/event/ | 
| D | source.rs | 87         interests: Interest,  in register()101         interests: Interest,  in reregister()
 122         interests: Interest,  in register()
 131         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/mio/src/sys/unix/ | 
| D | sourcefd.rs | 99         interests: Interest,  in register()108         interests: Interest,  in reregister()
 
 | 
| D | pipe.rs | 296         interests: Interest,  in register()305         interests: Interest,  in reregister()
 461         interests: Interest,  in register()
 470         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/tracing-core/src/ | 
| D | subscriber.rs | 178     fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest {  in register_callsite()592 pub struct Interest(InterestKind);  struct
 601 impl Interest {  impl
 679     fn register_callsite(&self, _: &'static Metadata<'static>) -> Interest {  in register_callsite()
 707     fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest {  in register_callsite()
 792     fn register_callsite(&self, metadata: &'static Metadata<'static>) -> Interest {  in register_callsite()
 
 | 
| D | callsite.rs | 136     fn set_interest(&self, interest: Interest);  in set_interest()312     pub fn register(&'static self) -> Interest {  in register()
 351     pub fn interest(&'static self) -> Interest {  in interest()
 362     fn set_interest(&self, interest: Interest) {  in set_interest()
 
 | 
| /external/rust/crates/mio/src/net/uds/ | 
| D | listener.rs | 57         interests: Interest,  in register()66         interests: Interest,  in reregister()
 
 | 
| D | datagram.rs | 189         interests: Interest,  in register()198         interests: Interest,  in reregister()
 
 | 
| D | stream.rs | 198         interests: Interest,  in register()207         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/tracing-core/tests/ | 
| D | macros.rs | 15         fn set_interest(&self, _: Interest) {  in metadata_macro_api()
 | 
| /external/rust/crates/tokio/src/io/bsd/ | 
| D | poll_aio.rs | 37         interests: mio::Interest,  in register()53         interests: mio::Interest,  in reregister()
 
 | 
| /external/rust/crates/tokio/src/runtime/io/ | 
| D | registration.rs | 73         interest: Interest,  in new_with_interest_and_handle()182         interest: Interest,  in try_io()
 
 | 
| /external/rust/crates/mio/src/net/tcp/ | 
| D | listener.rs | 144         interests: Interest,  in register()153         interests: Interest,  in reregister()
 
 | 
| D | stream.rs | 323         interests: Interest,  in register()332         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/mio/src/sys/wasi/ | 
| D | mod.rs | 132         interests: Interest,  in register()174         interests: Interest,  in reregister()
 
 | 
| /external/cronet/base/message_loop/ | 
| D | message_pump_epoll.h | 33   using Interest = MessagePumpLibevent::EpollInterest;  variable
 | 
| /external/rust/crates/tracing/tests/ | 
| D | register_callsite_deadlock.rs | 14         fn register_callsite(&self, meta: &'static Metadata<'static>) -> Interest {  in register_callsite_doesnt_deadlock()
 | 
| D | subscriber.rs | 24         fn register_callsite(&self, _: &Metadata<'_>) -> Interest {  in event_macros_dont_infinite_loop()
 | 
| /external/rust/crates/mio/src/net/ | 
| D | udp.rs | 620         interests: Interest,  in register()629         interests: Interest,  in reregister()
 
 | 
| /external/rust/crates/tokio/src/process/unix/ | 
| D | mod.rs | 214         interest: mio::Interest,  in register()223         interest: mio::Interest,  in reregister()
 
 | 
| /external/rust/crates/tokio/src/net/unix/datagram/ | 
| D | socket.rs | 1255         interest: Interest,  in try_io()
 |