Searched defs:initialDelay (Results 1 - 25 of 27) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
H A DListeningScheduledExecutorService.java51 Runnable command, long initialDelay, long period, TimeUnit unit);
56 Runnable command, long initialDelay, long delay, TimeUnit unit);
50 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
55 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
H A DWrappingScheduledExecutorService.java52 Runnable command, long initialDelay, long period, TimeUnit unit) {
53 return delegate.scheduleAtFixedRate(wrapTask(command), initialDelay, period, unit);
58 Runnable command, long initialDelay, long delay, TimeUnit unit) {
59 return delegate.scheduleWithFixedDelay(wrapTask(command), initialDelay, delay, unit);
51 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
57 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
H A DAbstractScheduledService.java116 * @param initialDelay the time to delay first execution
119 * @param unit the time unit of the initialDelay and delay parameters
121 public static Scheduler newFixedDelaySchedule(final long initialDelay, final long delay, argument
127 return executor.scheduleWithFixedDelay(task, initialDelay, delay, unit);
136 * @param initialDelay the time to delay first execution
138 * @param unit the time unit of the initialDelay and period parameters
140 public static Scheduler newFixedRateSchedule(final long initialDelay, final long period, argument
146 return executor.scheduleAtFixedRate(task, initialDelay, period, unit);
H A DMoreExecutors.java583 Runnable command, long initialDelay, long period, TimeUnit unit) {
587 delegate.scheduleAtFixedRate(task, initialDelay, period, unit);
593 Runnable command, long initialDelay, long delay, TimeUnit unit) {
597 delegate.scheduleWithFixedDelay(task, initialDelay, delay, unit);
582 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
592 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
H A DProgressiveDownloadInformationBox.java56 long initialDelay; field in class:ProgressiveDownloadInformationBox.Entry
58 public Entry(long rate, long initialDelay) { argument
60 this.initialDelay = initialDelay;
72 return initialDelay;
75 public void setInitialDelay(long initialDelay) { argument
76 this.initialDelay = initialDelay;
83 ", initialDelay=" + initialDelay
[all...]
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DSameThreadScheduledExecutorService.java186 long initialDelay, long period, TimeUnit unit) {
193 long initialDelay, long delay, TimeUnit unit) {
185 scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit) argument
192 scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, TimeUnit unit) argument
H A DTestingExecutors.java141 Runnable command, long initialDelay, long period, TimeUnit unit) {
146 Runnable command, long initialDelay, long delay, TimeUnit unit) {
140 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
145 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DFadeDrawableComponent.java134 public void setupFade(float startOpacity, float endOpacity, float duration, int loopType, int function, float initialDelay) { argument
140 mInitialDelay = initialDelay;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java53 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
282 private static final int initialDelay = 10; field in class:AbstractScheduledServiceTest.SchedulerTest
290 private void assertSingleCallWithCorrectParameters(Runnable command, long initialDelay, argument
294 assertEquals(SchedulerTest.initialDelay, initialDelay);
301 Scheduler schedule = Scheduler.newFixedRateSchedule(initialDelay, delay, unit);
304 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay,
306 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
314 Scheduler schedule = Scheduler.newFixedDelaySchedule(initialDelay, dela
[all...]
H A DWrappingScheduledExecutorServiceTest.java118 void assertLastMethodCalled(String method, long initialDelay, long delay, TimeUnit unit) { argument
120 assertEquals(initialDelay, lastInitialDelay);
143 Runnable command, long initialDelay, long period, TimeUnit unit) {
146 lastInitialDelay = initialDelay;
153 Runnable command, long initialDelay, long delay, TimeUnit unit) {
156 lastInitialDelay = initialDelay;
142 scheduleAtFixedRate( Runnable command, long initialDelay, long period, TimeUnit unit) argument
152 scheduleWithFixedDelay( Runnable command, long initialDelay, long delay, TimeUnit unit) argument
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 870 milliseconds

12