Home
last modified time | relevance | path

Searched defs:initialDelay (Results 1 – 25 of 820) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java131 public static Scheduler newFixedDelaySchedule(Duration initialDelay, Duration delay) { in newFixedDelaySchedule()
147 final long initialDelay, final long delay, final TimeUnit unit) { in newFixedDelaySchedule()
168 public static Scheduler newFixedRateSchedule(Duration initialDelay, Duration period) { in newFixedRateSchedule()
183 final long initialDelay, final long period, final TimeUnit unit) { in newFixedRateSchedule()
H A DListeningScheduledExecutorService.java73 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate()
81 Runnable command, Duration initialDelay, Duration period) { in scheduleAtFixedRate()
89 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay()
97 Runnable command, Duration initialDelay, Duration delay) { in scheduleWithFixedDelay()
H A DWrappingScheduledExecutorService.java58 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
64 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DConsentNotificationJobServiceTest.java237 long initialDelay = ConsentNotificationJobService.calculateInitialDelay(calendar); in testDelaysWhenCalledBeforeIntervalBegins() local
254 long initialDelay = ConsentNotificationJobService.calculateInitialDelay(calendar); in testDelaysWhenCalledWithinTheInterval() local
271 long initialDelay = ConsentNotificationJobService.calculateInitialDelay(calendar); in testDelaysWhenCalledAfterTheInterval() local
285 long initialDelay = ConsentNotificationJobService.calculateInitialDelay(calendar); in testDelaysWhenDebugModeOn() local
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DProgressiveDownloadInformationBox.java56 long initialDelay; field in ProgressiveDownloadInformationBox.Entry
58 public Entry(long rate, long initialDelay) { in Entry()
75 public void setInitialDelay(long initialDelay) { in setInitialDelay()
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorServiceTest.java127 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { in assertLastMethodCalled()
154 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
165 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorServiceTest.java127 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { in assertLastMethodCalled()
154 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
165 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
H A DListeningScheduledExecutorServiceTest.java111 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
121 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/
H A DAbstractScheduledService.java130 final long initialDelay, final long delay, final TimeUnit unit) { in newFixedDelaySchedule()
153 final long initialDelay, final long period, final TimeUnit unit) { in newFixedRateSchedule()
H A DListeningScheduledExecutorService.java51 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate()
56 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay()
H A DWrappingScheduledExecutorService.java58 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
64 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DScheduledExecutorService.java165 long initialDelay, in scheduleAtFixedRate()
205 long initialDelay, in scheduleWithFixedDelay()
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/
H A DForwardingScheduledExecutorService.java45 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
51 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/async/
DRecurrentTask.h87 void start(std::chrono::milliseconds initialDelay) { in start()
215 std::chrono::milliseconds interval, std::chrono::milliseconds initialDelay) in SimpleRecurrentTask()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DTestingExecutors.java144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
H A DSameThreadScheduledExecutorService.java179 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
185 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DTestingExecutors.java144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
H A DSameThreadScheduledExecutorService.java179 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
185 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/util/
H A DTestWrapperSchedulerService.java52 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate()
57 …public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, … in scheduleWithFixedDelay()
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DScheduledExecutorUtils.java115 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate()
120 … public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, in scheduleWithFixedDelay()
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DTestScheduledExecutorService.java68 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
74 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/
H A DDelegatingEventLoopGroup.java162 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate()
167 …public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, … in scheduleWithFixedDelay()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/apphibernation/
H A DHibernationStateDiskStoreTest.java154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate()
160 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()

12345678910>>...33