Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DMessageQueueTest.kt10 private var scheduled = false in <lambda>() variable in kotlinx.coroutines.MessageQueueTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt37 private var scheduled = false variable in kotlinx.coroutines.WindowAnimationQueue
DJSDispatcher.kt129 private var scheduled = false variable in kotlinx.coroutines.MessageQueue
/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.java569 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
577 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
585 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
593 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java226 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/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java630 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
638 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
646 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
654 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java241 final Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() 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.cc140 bool scheduled = false) { in BuildHloTextBatchGroupedConvolution2D()
/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/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/mesa3d/src/gallium/drivers/lima/ir/gp/
Dgpir.h184 bool scheduled; member
/external/mesa3d/src/panfrost/bifrost/
Dcompiler.h452 bool scheduled; member
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dppir.h324 bool scheduled; member
/external/wpa_supplicant_8/src/p2p/
Dp2p.c4951 int res, scheduled; in p2p_send_action() local
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c1632 size_t len, unsigned int wait_time, int *scheduled) in wpas_send_action()