Home
last modified time | relevance | path

Searched defs:scheduled (Results 1 – 25 of 37) sorted by relevance

12

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DMessageQueueTest.kt10 private var scheduled = false in <lambda>() variable
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt36 private var scheduled = false variable
DJSDispatcher.kt136 private var scheduled = false in <lambda>() variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule.cc83 absl::flat_hash_set<HloInstruction*> scheduled; in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
115 absl::flat_hash_set<HloInstruction*> scheduled; in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DWithTimeoutThreadDispatchTest.kt44 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
DWithTimeoutOrNullThreadDispatchTest.kt44 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java594 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
602 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
610 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
618 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java235 final Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java655 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
663 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
671 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
679 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java250 final Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNodeAnimator.java23 private boolean scheduled = false; field in ShadowRenderNodeAnimator
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorR.java27 private boolean scheduled = false; field in ShadowRenderNodeAnimatorR
DShadowRenderNodeAnimator.java28 private boolean scheduled = false; field in ShadowRenderNodeAnimator
/external/tensorflow/tensorflow/core/transforms/toposort/
Dpass.cc44 DenseSet<Operation *> scheduled; in SortTopologically() local
/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DWriteQueue.java50 private final AtomicBoolean scheduled = new AtomicBoolean(); field in WriteQueue
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconv_depthwise_backprop_filter_test.cc141 bool scheduled = false) { in BuildHloTextBatchGroupedConvolution2D()
/external/cronet/net/third_party/quiche/src/quiche/common/
Dbtree_scheduler.h90 bool scheduled() const { return current_sequence_number.has_value(); } in scheduled() function
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_alarm_test.cc61 bool scheduled() const { return scheduled_; } in scheduled() function in quic::test::__anon11cb067c0111::TestAlarm
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dclosure.h82 bool scheduled; member
/external/grpc-grpc/src/core/lib/iomgr/
Dclosure.h95 bool scheduled; member
/external/webrtc/video/
Dframe_cadence_adapter.cc149 Timestamp scheduled; member
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
DCapabilityPolling.java452 long scheduled = mNextPollingTimeStamp - System.currentTimeMillis(); in schedulePolling() local
/external/mesa3d/src/freedreno/ir3/
Dir3_sched.c90 struct ir3_instruction *scheduled; /* last scheduled instr */ member
/external/mesa3d/src/panfrost/midgard/
Dcompiler.h191 bool scheduled; member
/external/cronet/base/task/thread_pool/
Dthread_pool_impl_unittest.cc1416 TestWaitableEvent scheduled; member

12