Home
last modified time | relevance | path

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

12345678910>>...17

/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/
H A DRemoteCallTest.java124 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCallbackIsCalled_returnsTimeOut() local
148 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenTimesOutBeforeCancelIsCalled_returnsTimeOut() local
161 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCallbackIsCalledBeforeTimeOut_returnsResult() local
210 ConditionVariable scheduled = new ConditionVariable(false); in testCall_whenCancelIsCalledBeforeTimeOutButAfterCall_returnsCancel() local
232 ConditionVariable scheduled = new ConditionVariable(false); in testExecute_whenTimesOutBeforeCallback_returnsTimeOut() local
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A 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
H A DFutures.java238 Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A 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
H A DFutures.java254 Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/nrs/
H A DHandlerPublisherVerificationTest.java53 private final boolean scheduled; field in HandlerPublisherVerificationTest
59 public HandlerPublisherVerificationTest(int batchSize, int publishInitial, boolean scheduled) { in HandlerPublisherVerificationTest()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/test/
H A DMessageQueueTest.kt6 private var scheduled = false in <lambda>() variable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
H A DWindow.kt32 private var scheduled = false variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_hlo_schedule.cc83 absl::flat_hash_set<HloInstruction*> scheduled; in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
115 absl::flat_hash_set<HloInstruction*> scheduled; in PostprocessorToScheduleAsEarlyOrLateAsPossible() local
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
H A DWithTimeoutThreadDispatchTest.kt41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
H A DWithTimeoutOrNullThreadDispatchTest.kt41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DJSDispatcher.kt108 private var scheduled = false in toString() variable
/aosp_15_r20/frameworks/base/services/core/jni/
H A Dcom_android_server_utils_AnrTimer.cpp683 nsecs_t scheduled; member in android::__anon7735ada10111::AnrTimerService::Timer
943 const nsecs_t scheduled; member
993 void insert(nsecs_t scheduled, timer_id_t id, AnrTimerService *service) { in insert()
1005 void remove(nsecs_t scheduled, timer_id_t id) { in remove()
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/auto/
DDrivingDecisionReminderService.kt62 private var scheduled = false in <lambda>() variable
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DOneShotScheduler.java34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowRenderNodeAnimatorR.java27 private boolean scheduled = false; field in ShadowRenderNodeAnimatorR
H A DShadowRenderNodeAnimator.java29 private boolean scheduled = false; field in ShadowRenderNodeAnimator
/aosp_15_r20/external/googleapis/google/cloud/gkebackup/logging/v1/
H A Dlogging.proto70 bool scheduled = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/toposort/
H A Dpass.cc44 DenseSet<Operation *> scheduled; in SortTopologically() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
H A DWriteQueue.java53 private final AtomicBoolean scheduled = new AtomicBoolean(); field in WriteQueue
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconv_depthwise_backprop_filter_test.cc141 bool scheduled = false) { in BuildHloTextBatchGroupedConvolution2D()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dbtree_scheduler.h96 bool scheduled() const { return current_sequence_number.has_value(); } in scheduled() function
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/
H A DTimerThread.h232 const std::chrono::system_clock::time_point scheduled; member
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestScheduledExecutorService.java42 private List<TestFuture> scheduled = new ArrayList<>(); field in TestScheduledExecutorService
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_alarm_test.cc61 bool scheduled() const { return scheduled_; } in scheduled() function in quic::test::__anon279278ed0111::TestAlarm

12345678910>>...17