/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractScheduledService.java | 131 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 D | ListeningScheduledExecutorService.java | 73 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 D | WrappingScheduledExecutorService.java | 58 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/ |
D | ConsentNotificationJobServiceTest.java | 237 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 D | ProgressiveDownloadInformationBox.java | 56 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 D | WrappingScheduledExecutorServiceTest.java | 127 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 D | WrappingScheduledExecutorServiceTest.java | 127 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 D | ListeningScheduledExecutorServiceTest.java | 111 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 D | AbstractScheduledService.java | 130 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 D | ListeningScheduledExecutorService.java | 51 Runnable command, long initialDelay, long period, TimeUnit unit); in scheduleAtFixedRate() 56 Runnable command, long initialDelay, long delay, TimeUnit unit); in scheduleWithFixedDelay()
|
H A D | WrappingScheduledExecutorService.java | 58 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 D | ScheduledExecutorService.java | 165 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/ |
D | ScheduledExecutorService.java | 165 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/ |
D | ScheduledExecutorService.java | 165 long initialDelay, in scheduleAtFixedRate() 205 long initialDelay, in scheduleWithFixedDelay()
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | ForwardingScheduledExecutorService.java | 45 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/ |
D | RecurrentTask.h | 87 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 D | TestingExecutors.java | 144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
H A D | SameThreadScheduledExecutorService.java | 179 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 D | TestingExecutors.java | 144 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 150 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
H A D | SameThreadScheduledExecutorService.java | 179 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 D | TestWrapperSchedulerService.java | 52 …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 D | ScheduledExecutorUtils.java | 115 …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 D | TestScheduledExecutorService.java | 68 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 D | DelegatingEventLoopGroup.java | 162 …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 D | HibernationStateDiskStoreTest.java | 154 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate() 160 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
|