Home
last modified time | relevance | path

Searched defs:pending (Results 1 – 25 of 1174) sorted by relevance

12345678910>>...47

/aosp_15_r20/external/grpc-grpc/src/core/client_channel/
H A Dretry_filter_legacy_call_data.cc199 PendingBatchContainsUnstartedSendOps(PendingBatch* pending) { in PendingBatchContainsUnstartedSendOps()
370 PendingBatch* pending = &calld_->pending_batches_[i]; in AddBatchesForPendingBatches() local
803 PendingBatch* pending = call_attempt_->calld_->PendingBatchFind( in MaybeAddClosureForRecvInitialMetadataCallback() local
906 PendingBatch* pending = call_attempt_->calld_->PendingBatchFind( in MaybeAddClosureForRecvMessageCallback() local
1033 PendingBatch* pending = calld->PendingBatchFind( in MaybeAddClosureForRecvTrailingMetadataReady() local
1100 PendingBatch* pending = &calld->pending_batches_[i]; in AddClosuresToFailUnstartedPendingBatches() local
1234 PendingBatch* pending = calld->PendingBatchFind( in AddClosuresForCompletedPendingBatch() local
1269 PendingBatch* pending = &calld->pending_batches_[i]; in AddClosuresForReplayOrPendingSendOps() local
1651 PendingBatch* pending = PendingBatchesAdd(batch); in StartTransportStreamOpBatch() local
1738 PendingBatch* pending) { in MaybeCacheSendOpsForBatch()
[all …]
/aosp_15_r20/frameworks/base/services/tests/mockingservicestests/src/com/android/server/alarm/
H A DBackgroundRestrictedAlarmsTest.java83 SparseArray<ArrayList<Alarm>> pending, ArrayList<Alarm> alarmsToDeliver) { in runCheckAllPendingAlarms()
91 SparseArray<ArrayList<Alarm>> pending = new SparseArray<>(); in findAllUnrestrictedPendingBackgroundAlarmsLockedInner_empty() local
103 SparseArray<ArrayList<Alarm>> pending = new SparseArray<>(); in findAllUnrestrictedPendingBackgroundAlarmsLockedInner_single_remove() local
117 SparseArray<ArrayList<Alarm>> pending = new SparseArray<>(); in findAllUnrestrictedPendingBackgroundAlarmsLockedInner_single_nonremove() local
131 SparseArray<ArrayList<Alarm>> pending = new SparseArray<>(); in findAllUnrestrictedPendingBackgroundAlarmsLockedInner_complex() local
164 SparseArray<ArrayList<Alarm>> pending = new SparseArray<>(); in findAllUnrestrictedPendingBackgroundAlarmsLockedInner_complex_allRemove() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTransitionsTest.java129 TaskViewTransitions.PendingTransition pending = in testSetTaskBounds_taskVisible_boundsChangeTransaction() local
155 TaskViewTransitions.PendingTransition pending = in testSetTaskBounds_taskVisibleWithPending_noTransaction() local
172 TaskViewTransitions.PendingTransition pending = in testSetTaskBounds_sameBounds_noTransaction() local
236 TaskViewTransitions.PendingTransition pending = in testReorderTask_movedToFrontTransaction() local
257 TaskViewTransitions.PendingTransition pending = in testReorderTask_movedToBackTransaction() local
290 TaskViewTransitions.PendingTransition pending = in test_startAnimation_setsTaskNotFound() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dretry_filter.cc745 PendingBatch* pending) { in PendingBatchContainsUnstartedSendOps()
915 PendingBatch* pending = &calld_->pending_batches_[i]; in AddBatchesForPendingBatches() local
1347 PendingBatch* pending = call_attempt_->calld_->PendingBatchFind( in MaybeAddClosureForRecvInitialMetadataCallback() local
1450 PendingBatch* pending = call_attempt_->calld_->PendingBatchFind( in MaybeAddClosureForRecvMessageCallback() local
1577 PendingBatch* pending = calld->PendingBatchFind( in MaybeAddClosureForRecvTrailingMetadataReady() local
1644 PendingBatch* pending = &calld->pending_batches_[i]; in AddClosuresToFailUnstartedPendingBatches() local
1778 PendingBatch* pending = calld->PendingBatchFind( in AddClosuresForCompletedPendingBatch() local
1813 PendingBatch* pending = &calld->pending_batches_[i]; in AddClosuresForReplayOrPendingSendOps() local
2205 PendingBatch* pending = PendingBatchesAdd(batch); in StartTransportStreamOpBatch() local
2291 void RetryFilter::CallData::MaybeCacheSendOpsForBatch(PendingBatch* pending) { in MaybeCacheSendOpsForBatch()
[all …]
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/displayarea/
DDaViewTransitions.kt192 for (pending in pendingTransitions) { in <lambda>() method
364 val pending: PendingTransition = pendingTransitions[0] in <lambda>() constant
462 val pending = PendingTransition( in <lambda>() constant
521 val pending = PendingTransition( in <lambda>() constant
590 val pending: PendingTransition? = findPending(transition) in <lambda>() constant
802 val pending = findPending(transition) ?: return in <lambda>() constant
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_stream_test.cc63 TestStream(PendingStream* pending, QuicSession* session, bool is_static) in TestStream()
186 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
198 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
209 PendingStream pending(server_initiated_pending_stream_id, session_.get()); in TEST_P() local
217 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
263 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
278 PendingStream pending(bidirection_stream_id, session_.get()); in TEST_P() local
293 PendingStream pending(bidirection_stream_id, session_.get()); in TEST_P() local
305 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
326 PendingStream pending(kTestPendingStreamId, session_.get()); in TEST_P() local
H A Dquic_session.cc194 PendingStream* pending = GetOrCreatePendingStream(stream_id); in PendingStreamOnStreamFrame() local
211 bool QuicSession::MaybeProcessPendingStream(PendingStream* pending) { in MaybeProcessPendingStream()
260 PendingStream* pending = GetOrCreatePendingStream(frame.stream_id); in PendingStreamOnWindowUpdateFrame() local
269 PendingStream* pending = GetOrCreatePendingStream(frame.stream_id); in PendingStreamOnStopSendingFrame() local
285 PendingStream* pending = PendingStreamOnStreamFrame(frame); in OnStreamFrame() local
390 PendingStream* pending = GetOrCreatePendingStream(stream_id); in PendingStreamOnRstStream() local
2118 auto pending = std::make_unique<PendingStream>(stream_id, this); in GetOrCreatePendingStream() local
2826 QuicStream* QuicSession::ProcessPendingStream(PendingStream* pending) { in ProcessPendingStream()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_iarchive.cpp172 struct pending { struct in boost::archive::detail::basic_iarchive_impl
173 void * object;
174 const basic_iserializer * bis;
175 version_type version;
176 pending() : in pending() argument
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dsender_socket_factory.cc96 PendingAuth& pending = *pending_auth_.back(); in OnConnected() local
120 for (const PendingConnection& pending : connections) { in OnError() local
128 [&endpoint](const PendingConnection& pending) { in FindPendingConnection()
159 std::unique_ptr<PendingAuth> pending = std::move(*it); in OnMessage() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationPersistenceTest.kt103 val pending = ArrayMap<String, DomainVerificationPkgState>().apply { in <lambda>() constant
117 val (attached, pending, restored) = mockWriteValues() in <lambda>() constant
136 val (attached, pending, restored) = mockWriteValues() in <lambda>() constant
165 val (attached, pending, restored) = mockWriteValues { "SIGNATURE_$it" } in <lambda>() constant
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Drpc_classes.ts66 pending: Map<string, Call> = new Map(); property in PendingCalls
173 for (const pending in allPendingCalls) { constant
174 const curCall = allPendingCalls[pending]; constant
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopMixedTransitionHandler.kt158 val pending = in <lambda>() constant
159 pendingMixedTransitions.find { pending -> pending.transition == transition } in <lambda>() method
345 pendingMixedTransitions.removeAll { pending -> pending.transition == transition } in <lambda>() method
/aosp_15_r20/external/stg/
H A Dpost_processing.cc48 std::vector<std::pair<std::string, std::string>> pending; in SummariseCRCChanges() local
158 std::map<std::string, std::vector<std::string>>> pending; in GroupRemovedAddedSymbols() local
203 std::vector<std::string> pending; in SummariseEnumeratorAdditionsAndRemovals() local
/aosp_15_r20/frameworks/base/services/companion/java/com/android/server/companion/transport/
H A DTransport.java160 final CompletableFuture<byte[]> pending = new CompletableFuture<>(); in sendMessage() local
188 final CompletableFuture<byte[]> pending = new CompletableFuture<>(); in requestForResponse() local
207 final CompletableFuture<byte[]> pending = new CompletableFuture<>(); in sendAndForget() local
/aosp_15_r20/system/authgraph/wire/src/
H A Dfragmentation.rs136 let mut pending = Reassembler::default(); in test_reassembly_wrong_prefix() localVariable
156 let mut pending = Reassembler::default(); in test_reassembly() localVariable
176 let mut pending = Reassembler::default(); in test_fragmentation_reassembly() localVariable
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewTransitions.java302 PendingTransition pending = new PendingTransition( in setTaskViewVisible() local
318 PendingTransition pending = new PendingTransition( in reorderTaskViewTask() local
384 PendingTransition pending = findPending(transition); in startAnimation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpending_counts.h159 int pending(Handle h) { in pending() function
333 uint8 pending : 3; member
341 uint32 pending; member
/aosp_15_r20/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/util/test/
DGlideLoadableIdlingResource.kt47 private var pending = AtomicInteger(0) variable in com.android.photopicker.util.test.GlideLoadableIdlingResource
/aosp_15_r20/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothDiscoverableTimeoutReceiver.java40 PendingIntent pending = PendingIntent.getBroadcast( in setDiscoverableAlarm() local
60 PendingIntent pending = PendingIntent.getBroadcast( in cancelDiscoverableAlarm() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_simple_server_session.cc69 PendingStream* pending) { in CreateIncomingStream()
108 PendingStream* pending) { in ProcessBidirectionalPendingStream()
/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Droundtrip_js.go253 pending []byte member
318 pending []byte member
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dpoll.h95 bool pending() const { return !ready_; } in pending() function
154 bool pending() const { return !ready_; } in pending() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/promise/
Dpoll.h97 bool pending() const { return !ready_; } in pending() function
156 bool pending() const { return !ready_; } in pending() function
/aosp_15_r20/frameworks/base/tests/CompanionDeviceMultiDeviceTests/client/src/android/companion/multidevices/
H A DCallbackUtils.kt35 private val pending = CountDownLatch(1) constant
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dcgroup_hierarchical_stats.c21 __u64 pending; member
56 static int create_attach_counter(__u64 cg_id, __u64 state, __u64 pending) in create_attach_counter()

12345678910>>...47