Searched defs:DELAY (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/management/RuntimeMXBean/
H A DUpTime.java34 final static long DELAY = 5; // Seconds field in class:UpTime
57 // Wait for DELAY seconds
59 while (System.currentTimeMillis() < systemStartInner + DELAY * 1000) {
62 o.wait(DELAY * 1000);
104 o1 u1 i1 Sleep for DELAY minutes i2 u2 o2
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4177735.java38 private static final long DELAY = 1000L; field in class:Test4177735
46 pause(DELAY);
49 pause(DELAY);
68 pause(DELAY);
/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DReadTimeoutTest.java39 * A background thread does the read. The foreground waits for DELAY*4
50 private static final int DELAY = 5000; // milliseconds field in class:ReadTimeoutTest
60 System.setProperty("sun.rmi.transport.tcp.readTimeout", Integer.toString(DELAY));
97 Thread.sleep(DELAY);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSwingWorker.java828 private final static int DELAY = 1000 / 30; field in class:SwingWorker.DoSubmitAccumulativeRunnable
837 Timer timer = new Timer(DELAY, this);

Completed in 81 milliseconds