Home
last modified time | relevance | path

Searched defs:Pending (Results 1 – 25 of 207) sorted by relevance

123456789

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DLLVMReactorDebugInfo.hpp115 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;
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/
H A DBufferPool.h74 struct Pending { struct
75 bool mNeedsAck;
76 uint32_t mFrom;
77 uint32_t mTo;
78 size_t mLeft;
79 const std::weak_ptr<Accessor> mImpl;
80 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function
89 bool isInvalidated(uint32_t bufferId) { in isInvalidated()
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/future/
Dpending.rs10 pub struct Pending<T> { struct
14 impl<T> FusedFuture for Pending<T> { argument
41 impl<T> Future for Pending<T> { implementation
49 impl<T> Unpin for Pending<T> {} implementation
51 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/
Dpending.rs10 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
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/
H A DAccessorImpl.h130 struct Pending { struct
131 bool mNeedsAck;
132 uint32_t mFrom;
133 uint32_t mTo;
134 size_t mLeft;
135 const std::weak_ptr<Accessor::Impl> mImpl;
136 Pending(bool needsAck, uint32_t from, uint32_t to, size_t left, in Pending() function
145 bool isInvalidated(uint32_t bufferId) { in isInvalidated()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dpending.rs14 pub struct Pending<T> { struct
33 pub fn pending<T>() -> Pending<T> { in pending() argument
38 impl<T> Future for Pending<T> { implementation
47 impl<T> Debug for Pending<T> { implementation
54 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dpending.rs14 pub struct Pending<T> { struct
33 pub fn pending<T>() -> Pending<T> { in pending() argument
38 impl<T> Future for Pending<T> { implementation
47 impl<T> Debug for Pending<T> { implementation
54 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/future/
H A Dpending.rs14 pub struct Pending<T> { struct
33 pub fn pending<T>() -> Pending<T> { in pending() argument
38 impl<T> Future for Pending<T> { implementation
47 impl<T> Debug for Pending<T> { implementation
54 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/
Dpending.rs10 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
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/future/
H A Dpending.rs14 pub struct Pending<T> { struct
33 pub fn pending<T>() -> Pending<T> { in pending() argument
38 impl<T> Future for Pending<T> { implementation
47 impl<T> Debug for Pending<T> { implementation
54 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/future/
H A Dpending.rs14 pub struct Pending<T> { struct
33 pub fn pending<T>() -> Pending<T> { in pending() argument
38 impl<T> Future for Pending<T> { implementation
47 impl<T> Debug for Pending<T> { implementation
54 impl<T> Clone for Pending<T> { implementation
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dpoll.h32 struct Pending {}; struct
48 Poll(Pending) : ready_(false) {} in Poll() argument
144 Poll(Pending) : ready_(false) {} in Poll() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpoll.h32 struct Pending { struct
50 Poll(Pending) : ready_(false) {} in Poll() argument
146 Poll(Pending) : ready_(false) {} in Poll() argument
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/
Dupgrade.rs111 pub(super) struct Pending { struct
116 pub(super) fn pending() -> (Pending, OnUpgrade) { in pending() argument
236 impl Pending { implementation
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/shared/model/
DCommunalWidgetContentModel.java174 …public static final class Pending implements com.android.systemui.communal.shared.model.CommunalWi… class
188 public Pending(int appWidgetId, int rank, @org.jetbrains.annotations.NotNull() in Pending() method in CommunalWidgetContentModel.Pending
230 public Pending(@org.jetbrains.annotations.NotNull() in Pending() method in CommunalWidgetContentModel.Pending
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc2245 struct Pending { struct
2248 std::atomic<uint32_t> state;
2249 bool is_closure;
2253 bool is_recv_message;
2254 void* tag;
2256 void Start(bool is_closure, void* tag) { in Start()
2264 void AddPendingBit(PendingOp reason) { in AddPendingBit()
2271 CompletionState RemovePendingBit(PendingOp reason) { in RemovePendingBit()
2287 void MarkFailed() { in MarkFailed()
2291 void MarkForceSuccess() { in MarkForceSuccess()
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/shared/model/
H A DCommunalWidgetContentModel.kt78 data class Pending( dataClass
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp55 SmallVector<InstRef, 4> Pending; in issueInstruction() local
96 SmallVector<InstRef, 4> Pending; in cycleStart() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/HardwareUnits/
H A DScheduler.cpp155 bool Scheduler::promoteToPendingSet(SmallVectorImpl<InstRef> &Pending) { in promoteToPendingSet()
266 SmallVectorImpl<InstRef> &Pending, in cycleEvent()
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dcall.cc2385 struct Pending { struct
2388 std::atomic<uint32_t> state;
2389 bool is_closure;
2393 bool is_recv_message;
2394 void* tag;
2396 void Start(bool is_closure, void* tag) { in Start()
2404 void AddPendingBit(PendingOp reason) { in AddPendingBit()
2411 CompletionState RemovePendingBit(PendingOp reason) { in RemovePendingBit()
2427 void MarkFailed() { in MarkFailed()
2431 void MarkForceSuccess() { in MarkForceSuccess()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dpersist.go166 func (sc *ServerConn) Pending() int { func
353 func (cc *ClientConn) Pending() int { func
/aosp_15_r20/external/rust/android-crates-io/crates/futures-executor/tests/
Dlocal_pool.rs14 struct Pending(PhantomData<Rc<()>>); struct
16 impl Future for Pending { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/ready_cache/
Dcache.rs425 impl<K, S, Req> Future for Pending<K, S, Req> implementation
475 impl<K, S, Req> fmt::Debug for Pending<K, S, Req> implementation

123456789