/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/remote/ |
H A D | RemoteCallTest.java | 124 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 D | MoreExecutors.java | 496 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 D | Futures.java | 238 Future<?> scheduled = executorService.schedule(task, delay, timeUnit); in scheduleAsync() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | MoreExecutors.java | 557 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 D | Futures.java | 254 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 D | HandlerPublisherVerificationTest.java | 53 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 D | MessageQueueTest.kt | 6 private var scheduled = false in <lambda>() variable
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/ |
H A D | Window.kt | 32 private var scheduled = false variable
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | gpu_hlo_schedule.cc | 83 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 D | WithTimeoutThreadDispatchTest.kt | 41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
|
H A D | WithTimeoutOrNullThreadDispatchTest.kt | 41 val scheduled = AtomicInteger(0) in testCancellationDispatchCustomNoDelay() constant
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/ |
H A D | JSDispatcher.kt | 108 private var scheduled = false in toString() variable
|
/aosp_15_r20/frameworks/base/services/core/jni/ |
H A D | com_android_server_utils_AnrTimer.cpp | 683 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/ |
D | DrivingDecisionReminderService.kt | 62 private var scheduled = false in <lambda>() variable
|
/aosp_15_r20/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | OneShotScheduler.java | 34 private HashMap <String, Integer> scheduled; field in OneShotScheduler
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowRenderNodeAnimatorR.java | 27 private boolean scheduled = false; field in ShadowRenderNodeAnimatorR
|
H A D | ShadowRenderNodeAnimator.java | 29 private boolean scheduled = false; field in ShadowRenderNodeAnimator
|
/aosp_15_r20/external/googleapis/google/cloud/gkebackup/logging/v1/ |
H A D | logging.proto | 70 bool scheduled = 3; field
|
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/toposort/ |
H A D | pass.cc | 44 DenseSet<Operation *> scheduled; in SortTopologically() local
|
/aosp_15_r20/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/ |
H A D | WriteQueue.java | 53 private final AtomicBoolean scheduled = new AtomicBoolean(); field in WriteQueue
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/ |
H A D | conv_depthwise_backprop_filter_test.cc | 141 bool scheduled = false) { in BuildHloTextBatchGroupedConvolution2D()
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | btree_scheduler.h | 96 bool scheduled() const { return current_sequence_number.has_value(); } in scheduled() function
|
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/ |
H A D | TimerThread.h | 232 const std::chrono::system_clock::time_point scheduled; member
|
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
D | TestScheduledExecutorService.java | 42 private List<TestFuture> scheduled = new ArrayList<>(); field in TestScheduledExecutorService
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_alarm_test.cc | 61 bool scheduled() const { return scheduled_; } in scheduled() function in quic::test::__anon279278ed0111::TestAlarm
|