| /external/rust/crates/tokio/src/io/ |
| D | ready.rs | 16 pub struct Ready(usize); struct 18 impl Ready { impl 38 pub(crate) fn from_mio(event: &mio::event::Event) -> Ready { in from_mio() 164 pub(crate) fn from_usize(val: usize) -> Ready { in from_usize() 180 impl Ready { impl 207 impl ops::BitOr<Ready> for Ready { implementation 211 fn bitor(self, other: Ready) -> Ready { in bitor() 216 impl ops::BitOrAssign<Ready> for Ready { implementation 218 fn bitor_assign(&mut self, other: Ready) { in bitor_assign() 223 impl ops::BitAnd<Ready> for Ready { implementation [all …]
|
| D | interest.rs | 103 pub(crate) fn mask(self) -> Ready { in mask()
|
| /external/rust/crates/futures-util/src/future/ |
| D | ready.rs | 9 pub struct Ready<T>(Option<T>); struct 11 impl<T> Ready<T> { implementation 19 impl<T> Unpin for Ready<T> {} implementation 21 impl<T> FusedFuture for Ready<T> { implementation 27 impl<T> Future for Ready<T> { implementation
|
| /external/grpc-grpc/src/csharp/Grpc.Core/ |
| D | ChannelState.cs | 42 Ready, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
| D | ExecuteStage.cpp | 56 SmallVector<InstRef, 4> Ready; in issueInstruction() local 97 SmallVector<InstRef, 4> Ready; in cycleStart() local
|
| /external/rust/crates/tokio/src/net/unix/ |
| D | split.rs | 68 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready() 197 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| D | split_owned.rs | 129 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready() 286 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| D | stream.rs | 138 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
| D | Scheduler.cpp | 119 bool Scheduler::promoteToReadySet(SmallVectorImpl<InstRef> &Ready) { in promoteToReadySet() 267 SmallVectorImpl<InstRef> &Ready) { in cycleEvent()
|
| /external/rust/crates/gdbstub/src/protocol/ |
| D | recv_packet.rs | 9 Ready, enumerator
|
| /external/rust/crates/tokio/src/net/tcp/ |
| D | split.rs | 162 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready() 296 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| D | split_owned.rs | 217 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready() 378 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| /external/rust/crates/tokio/src/runtime/io/ |
| D | scheduled_io.rs | 167 f: impl Fn(Ready) -> Ready, in set_readiness() 222 pub(super) fn wake(&self, ready: Ready) { in wake()
|
| D | mod.rs | 206 fn dispatch(resources: &mut Slab<ScheduledIo>, tick: u8, token: mio::Token, ready: Ready) { in dispatch() 320 pub(super) fn mask(self) -> Ready { in mask()
|
| /external/ruy/ruy/ |
| D | thread_pool.cc | 39 Ready, // Is not working, has not yet received new work to do. enumerator
|
| /external/rust/crates/futures-util/src/stream/try_stream/ |
| D | into_async_read.rs | 28 Ready { chunk: T, chunk_start: usize }, enumerator
|
| /external/scudo/standalone/tests/ |
| D | wrappers_cpp_test.cpp | 89 static bool Ready; variable
|
| D | tsd_test.cpp | 128 static bool Ready; variable
|
| D | secondary_test.cpp | 225 bool Ready = false; member
|
| D | wrappers_c_test.cpp | 425 static bool Ready; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
| D | HWEventListener.h | 43 Ready, enumerator
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGSort.cpp | 271 Ready; in sortBlocks() local
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGStackify.cpp | 162 Ready; in SortBlocks() local
|
| /external/rust/crates/tokio/src/net/unix/datagram/ |
| D | socket.rs | 169 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|
| /external/rust/crates/tokio/src/net/windows/ |
| D | named_pipe.rs | 303 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready() 1059 pub async fn ready(&self, interest: Interest) -> io::Result<Ready> { in ready()
|