/external/rust/crates/futures-util/src/future/ |
D | pending.rs | 10 pub struct Pending<T> { struct 14 impl<T> FusedFuture for Pending<T> { argument 42 impl<T> Future for Pending<T> { implementation 50 impl<T> Unpin for Pending<T> { implementation 53 impl<T> Clone for Pending<T> { implementation
|
D | try_join_all.rs | 25 Pending, enumerator
|
/external/rust/crates/futures-util/src/stream/ |
D | pending.rs | 10 pub struct Pending<T> { struct 16 /// The returned stream will always return `Pending` when polled. argument 21 impl<T> Unpin for Pending<T> {} implementation 23 impl<T> FusedStream for Pending<T> { implementation 29 impl<T> Stream for Pending<T> { implementation 41 impl<T> Clone for Pending<T> { implementation
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactorDebugInfo.hpp | 115 struct Pending struct in rr::DebugInfo 117 std::string name; 118 Location location; 119 llvm::DILocation *diLocation = nullptr; 120 llvm::Value *value = nullptr; 121 llvm::Instruction *insertAfter = nullptr; 122 llvm::BasicBlock *block = nullptr; 123 llvm::DIScope *scope = nullptr; 124 bool addNopOnNextLine = false;
|
/external/rust/crates/tokio-stream/src/ |
D | pending.rs | 10 pub struct Pending<T>(PhantomData<T>); struct 12 impl<T> Unpin for Pending<T> {} implementation 13 unsafe impl<T> Send for Pending<T> {} implementation 14 unsafe impl<T> Sync for Pending<T> {} implementation 44 impl<T> Stream for Pending<T> { implementation
|
/external/llvm-project/flang/runtime/ |
D | file.h | 70 struct Pending { struct 73 OwningPtr<Pending> next; argument
|
/external/crosvm/cros_async/src/ |
D | select.rs | 15 Pending(F), enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 55 SmallVector<InstRef, 4> Pending; in issueInstruction() local 96 SmallVector<InstRef, 4> Pending; in cycleStart() local
|
/external/llvm-project/llvm/lib/MCA/Stages/ |
D | ExecuteStage.cpp | 55 SmallVector<InstRef, 4> Pending; in issueInstruction() local 96 SmallVector<InstRef, 4> Pending; in cycleStart() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet() 266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
|
/external/llvm-project/llvm/lib/MCA/HardwareUnits/ |
D | Scheduler.cpp | 155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet() 266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
|
/external/llvm-project/clang/include/clang/AST/ |
D | TextNodeDumper.h | 37 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
|
D | JSONNodeDumper.h | 36 llvm::SmallVector<std::function<void(bool IsLastChild)>, 32> Pending; variable
|
/external/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 51 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
D | ExternalSemaSource.h | 182 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | AnalysisBasedWarnings.h | 50 enum VisitFlag { NotVisited = 0, Visited = 1, Pending = 2 }; enumerator
|
D | ExternalSemaSource.h | 182 virtual void ReadPendingInstantiations( in ReadPendingInstantiations()
|
/external/rust/crates/tokio/src/fs/ |
D | read_dir.rs | 48 Pending(sys::Blocking<(Option<io::Result<std::fs::DirEntry>>, std::fs::ReadDir)>), enumerator
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
/external/llvm/lib/Target/AMDGPU/ |
D | R600MachineScheduler.h | 53 std::vector<SUnit *> Available[IDLast], Pending[IDLast]; variable
|
/external/rust/crates/futures-executor/tests/ |
D | local_pool.rs | 13 struct Pending(Rc<()>); struct 15 impl Future for Pending { implementation
|
/external/llvm-project/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 42 Pending, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/ |
D | HWEventListener.h | 42 Pending, enumerator
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 137 ReadyQueue Pending; member
|