/external/guava/guava/src/com/google/common/util/concurrent/ |
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()
|
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()
|
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()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
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()
|
/external/guava/android/guava/src/com/google/common/util/concurrent/ |
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()
|
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()
|
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()
|
D | MoreExecutors.java | 510 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 518 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
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()
|
/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/ |
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()
|
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()
|
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/ |
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()
|
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()
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
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()
|
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()
|
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
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()
|
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/util/ |
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()
|
/external/connectedappssdk/sdk/src/main/java/com/google/android/enterprise/connectedapps/ |
D | DebuggableScheduledExecutorService.java | 61 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 67 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/ |
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()
|
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/ |
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()
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ |
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()
|
/external/grpc-grpc-java/core/src/testFixtures/java/io/grpc/internal/ |
D | FakeClock.java | 155 Runnable cmd, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate() 162 Runnable cmd, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
|
/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
D | SynchronizationContext.java | 178 final Runnable task, long initialDelay, long delay, TimeUnit unit, in scheduleWithFixedDelay()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | FadeDrawableComponent.java | 134 …t startOpacity, float endOpacity, float duration, int loopType, int function, float initialDelay) { in setupFade()
|
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/retrying/ |
D | RetrySettings.java | 179 public abstract Builder setInitialRetryDelay(Duration initialDelay); in setInitialRetryDelay()
|