Home
last modified time | relevance | path

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

12

/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
DHandlerPublisherVerificationTest.java53 private final boolean scheduled; field in HandlerPublisherVerificationTest
59 public HandlerPublisherVerificationTest(int batchSize, int publishInitial, boolean scheduled) { in HandlerPublisherVerificationTest()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmJsShared/test/
DMessageQueueTest.kt6 private var scheduled = false in <lambda>() variable in kotlinx.coroutines.MessageQueueTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt32 private var scheduled = false 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.kt41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
DWithTimeoutOrNullThreadDispatchTest.kt41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
/external/guava/android/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java496 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
504 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
512 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
520 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java238 Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/external/guava/guava/src/com/google/common/util/concurrent/
DMoreExecutors.java557 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
565 ScheduledFuture<?> scheduled = delegate.schedule(task, delay, unit); in schedule() local
573 ScheduledFuture<?> scheduled = delegate.scheduleAtFixedRate(task, initialDelay, period, unit); in scheduleAtFixedRate() local
581 ScheduledFuture<?> scheduled = in scheduleWithFixedDelay() local
DFutures.java254 Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmJsShared/src/internal/
DJSDispatcher.kt108 private var scheduled = false in toString() variable
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_alarms.cc272 absl::InlinedVector<QuicAlarmSlot, kNumberOfSlots> scheduled; in FireAlarms() local
375 std::vector<std::pair<QuicTime, QuicAlarmSlot>> scheduled; in DebugString() local
Dquic_alarm_test.cc66 bool scheduled() const { return scheduled_; } in scheduled() function in quic::test::__anon907725b30111::TestAlarm
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_alarms.cc272 absl::InlinedVector<QuicAlarmSlot, kNumberOfSlots> scheduled; in FireAlarms() local
375 std::vector<std::pair<QuicTime, QuicAlarmSlot>> scheduled; in DebugString() local
Dquic_alarm_test.cc66 bool scheduled() const { return scheduled_; } in scheduled() function in quic::test::__anon30c134170111::TestAlarm
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowRenderNodeAnimatorR.java27 private boolean scheduled = false; field in ShadowRenderNodeAnimatorR
DShadowRenderNodeAnimator.java29 private boolean scheduled = false; field in ShadowRenderNodeAnimator
/external/googleapis/google/cloud/gkebackup/logging/v1/
Dlogging.proto70 bool scheduled = 3; field
/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.java53 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/stable/net/third_party/quiche/src/quiche/common/
Dbtree_scheduler.h98 bool scheduled() const { return current_sequence_number.has_value(); } in scheduled() function
/external/cronet/tot/net/third_party/quiche/src/quiche/common/
Dbtree_scheduler.h98 bool scheduled() const { return current_sequence_number.has_value(); } in scheduled() function
/external/grpc-grpc/src/core/lib/iomgr/
Dclosure.h82 bool scheduled; member
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dclosure.h82 bool scheduled; member

12