HomeSort by relevance Sort by last modified time
    Searched defs:scheduleAtFixedRate (Results 1 - 14 of 14) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledExecutorService.java 15 * execution. The <tt>scheduleAtFixedRate</tt> and
55 * scheduler.scheduleAtFixedRate(beeper, 10, 10, SECONDS);
125 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command,
ScheduledThreadPoolExecutor.java 40 * <code>scheduleAtFixedRate</code> or
68 * {@code submit}, {@code schedule}, {@code scheduleAtFixedRate},
526 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command,
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java     [all...]
  /libcore/luni/src/main/java/java/util/
Timer.java 526 public void scheduleAtFixedRate(TimerTask task, long delay, long period) {
549 public void scheduleAtFixedRate(TimerTask task, Date when, long period) {
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 251 timer.scheduleAtFixedRate(sampler, 0, 1000/samplesPerSecond);
  /libcore/luni/src/test/java/tests/api/java/util/concurrent/
ScheduledExecutorSubclassTest.java 124 * scheduleAtFixedRate executes runnable after given initial delay
129 ScheduledFuture h = p1.scheduleAtFixedRate(runnable, SHORT_DELAY_MS, SHORT_DELAY_MS, MILLISECONDS);
157 * scheduleAtFixedRate executes series of tasks at given rate
163 p1.scheduleAtFixedRate(counter, 0, 1, MILLISECONDS);
266 * scheduleAtFixedRate throws RejectedExecutionException if shutdown
272 se.scheduleAtFixedRate(new NoOpRunnable(),
599 p1.scheduleAtFixedRate(new NoOpRunnable(), 5, 5, MILLISECONDS);
617 p1.scheduleAtFixedRate(new NoOpRunnable(), 1, 1, MILLISECONDS);
    [all...]
ScheduledExecutorTest.java 71 * scheduleAtFixedRate executes runnable after given initial delay
76 ScheduledFuture h = p1.scheduleAtFixedRate(runnable, SHORT_DELAY_MS, SHORT_DELAY_MS, MILLISECONDS);
104 * scheduleAtFixedRate executes series of tasks at given rate
110 p1.scheduleAtFixedRate(counter, 0, 1, MILLISECONDS);
215 * scheduleAtFixedRate throws RejectedExecutionException if shutdown
221 se.scheduleAtFixedRate(new NoOpRunnable(),
550 p1.scheduleAtFixedRate(new NoOpRunnable(), 5, 5, MILLISECONDS);
568 p1.scheduleAtFixedRate(new NoOpRunnable(), 1, 1, MILLISECONDS);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 624 milliseconds