Searched refs:Timer (Results 1 - 5 of 5) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTimerTest.java22 import java.util.Timer;
39 * Timer is not cancelled.
54 Timer timer = null;
59 public TimerTestTask(Timer t) {
109 * java.util.Timer#Timer(boolean)
112 Timer t = null;
115 t = new Timer(true);
128 * java.util.Timer#Timer()
[all...]
H A DTimerTaskTest.java20 import java.util.Timer;
26 * Timer is not cancelled.
79 Timer t = null;
87 t = new Timer();
94 t = new Timer();
113 t = new Timer();
123 t = new Timer();
138 t = new Timer();
150 t = new Timer();
174 Timer
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DTimer.java35 * <p>Corresponding to each <tt>Timer</tt> object is a single background
37 * Timer tasks should complete quickly. If a timer task takes excessive time
43 * <p>After the last live reference to a <tt>Timer</tt> object goes away
59 * <tt>Timer</tt> object without the need for external synchronization.
69 * versatile replacement for the {@code Timer}/{@code TimerTask}
74 * {@code Timer}.
89 public class Timer { class
105 * gracefully when there are no live references to the Timer object and no
107 * Timer as such a finalizer would be susceptible to a subclass's
131 public Timer() { method in class:Timer
145 public Timer(boolean isDaemon) { method in class:Timer
158 public Timer(String name) { method in class:Timer
173 public Timer(String name, boolean isDaemon) { method in class:Timer
[all...]
/libcore/dalvik/src/main/java/dalvik/system/profiler/
H A DSamplingProfiler.java24 import java.util.Timer;
71 * Timer that is used for the lifetime of the profiler
73 private final Timer timer = new Timer("SamplingProfiler", true);
/libcore/
H A Dopenjdk_java_files.mk1168 ojluni/src/main/java/java/util/Timer.java \

Completed in 466 milliseconds