Searched refs:scheduleWithFixedDelay (Results 1 - 24 of 24) sorted by relevance

/external/guava/guava/src/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorService.java57 public final ScheduledFuture<?> scheduleWithFixedDelay( method in class:WrappingScheduledExecutorService
59 return delegate.scheduleWithFixedDelay(wrapTask(command), initialDelay, delay, unit);
H A DListeningScheduledExecutorService.java55 ListenableScheduledFuture<?> scheduleWithFixedDelay( method in interface:ListeningScheduledExecutorService
H A DAbstractScheduledService.java114 * {@link ScheduledExecutorService#scheduleWithFixedDelay} method.
127 return executor.scheduleWithFixedDelay(task, initialDelay, delay, unit);
H A DMoreExecutors.java592 public ListenableScheduledFuture<?> scheduleWithFixedDelay( method in class:MoreExecutors.ScheduledListeningDecorator
597 delegate.scheduleWithFixedDelay(task, initialDelay, delay, unit);
/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DTestingExecutors.java62 * {@code scheduleWithFixedDelay}. In the case of tasks submitted by
77 * {@code scheduleAtFixedRate} and {@code scheduleWithFixedDelay} are not
145 @Override public ListenableScheduledFuture<?> scheduleWithFixedDelay( method in class:TestingExecutors.NoOpScheduledExecutorService
H A DSameThreadScheduledExecutorService.java192 public ListenableScheduledFuture<?> scheduleWithFixedDelay(Runnable command, method in class:SameThreadScheduledExecutorService
195 "scheduleWithFixedDelay is not supported.");
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DWrappingScheduledExecutorServiceTest.java58 testExecutor.scheduleWithFixedDelay(DO_NOTHING, 100, 10, TimeUnit.MINUTES);
59 mock.assertLastMethodCalled("scheduleWithFixedDelay", 100, 10, TimeUnit.MINUTES);
152 @Override public ScheduledFuture<?> scheduleWithFixedDelay( method in class:WrappingScheduledExecutorServiceTest.MockExecutor
155 lastMethodCalled = "scheduleWithFixedDelay";
H A DAbstractScheduledServiceTest.java53 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
317 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
H A DMoreExecutorsTest.java347 future = service.scheduleWithFixedDelay(runnable, 1, 1, TimeUnit.MILLISECONDS);
380 future = service.scheduleWithFixedDelay(runnable, 5, 5, TimeUnit.MINUTES);
/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/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/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/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/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/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/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/v3/runtime/
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 ...
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-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 248 milliseconds