Searched refs:delay (Results 26 - 50 of 148) sorted by relevance

123456

/openjdk7/jdk/test/java/awt/Focus/WrongKeyTypedConsumedTest/
H A DWrongKeyTypedConsumedTest.java105 robot.delay(50);
107 robot.delay(50);
117 robot.delay(50);
119 robot.delay(50);
/openjdk7/jdk/test/java/awt/Frame/7024749/
H A Dbug7024749.java52 robot.delay(1000);
/openjdk7/jdk/test/java/awt/Mouse/TitleBarDoubleClick/
H A DTitleBarDoubleClick.java88 robot.delay(50);
90 // Need to use it instead robot.delay() when the bug become fixed.
93 robot.delay(50);
96 robot.delay(50);
99 robot.delay(50);
/openjdk7/jdk/test/java/awt/Toolkit/ToolkitPropertyTest/
H A DToolkitPropertyTest_Enable.java51 robot.delay(1000);
99 robot.delay(70);
101 robot.delay(200);
103 robot.delay(1000);
H A DToolkitPropertyTest_Disable.java52 robot.delay(1000);
98 robot.delay(70);
100 robot.delay(200);
113 robot.delay(2000);
/openjdk7/jdk/test/java/io/PipedOutputStream/
H A DDeadReader.java64 private int delay; field in class:LazyReader
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServer.java79 void terminate(int delay) throws RemoteException; argument
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DDelayQueue.java44 * when its delay has expired. The <em>head</em> of the queue is that
45 * <tt>Delayed</tt> element whose delay expired furthest in the
46 * past. If no delay has expired there is no head and <tt>poll</tt>
79 * the leader, it waits only for the next delay to elapse, but
117 * Inserts the specified element into this delay queue.
128 * Inserts the specified element into this delay queue.
150 * Inserts the specified element into this delay queue. As the queue is
161 * Inserts the specified element into this delay queue. As the queue is
176 * if this queue has no elements with an expired delay.
179 * queue has no elements with an expired delay
[all...]
/openjdk7/jdk/test/java/awt/event/KeyEvent/SwallowKeyEvents/
H A DSwallowKeyEvents.java91 r.delay(100);
93 r.delay(100);
/openjdk7/jdk/test/java/awt/event/MouseWheelEvent/InfiniteRecursion/
H A DInfiniteRecursion.java94 robot.delay(10);
99 robot.delay(10);
H A DInfiniteRecursion_1.java92 robot.delay(10);
97 robot.delay(10);
H A DInfiniteRecursion_2.java104 robot.delay(10);
109 robot.delay(10);
H A DInfiniteRecursion_3.java88 robot.delay(10);
93 robot.delay(10);
H A DInfiniteRecursion_4.java76 robot.delay(10);
81 robot.delay(10);
/openjdk7/jdk/test/java/lang/System/finalization/
H A DFinThreads.java86 static void alarm(final Thread sleeper, final long delay) argument
92 Thread.sleep(delay);
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4177735.java74 private static void pause(long delay) { argument
76 Thread.sleep(delay);
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DHttpServerImpl.java69 public void stop (int delay) { argument
70 server.stop (delay);
H A DHttpsServerImpl.java77 public void stop (int delay) { argument
78 server.stop (delay);
/openjdk7/jdk/test/java/awt/Mouse/ExtraMouseClick/
H A DExtraMouseClick.java161 robot.delay(1000);
176 robot.delay(1000);
188 robot.delay(1000);
208 robot.delay(1000);
221 robot.delay(1000);
230 robot.delay(10);
232 robot.delay(1000);
/openjdk7/jdk/test/java/awt/WMSpecificTests/Metacity/
H A DFullscreenDialogModality.java104 robot.delay(2000);
124 robot.delay(100);
132 robot.delay(200);
/openjdk7/jdk/test/javax/sound/midi/Gervill/SoftLowFrequencyOscillator/
H A DTestProcessControlLogic.java39 private static void testLFO(boolean shared, int instance, float freq, float delay, argument
45 double[] lfo_delay = lfo.get(instance, "delay");
49 lfo_delay[0] = delay;
54 int delayCount = (int) ((Math.pow(2, delay / 1200.0) * control_rate));
63 // After the delay the LFO should start oscillate
/openjdk7/jdk/test/javax/swing/system/6799345/
H A DTestShutdown.java177 int delay = r.nextInt() % 50;
178 Thread.sleep(delay);
179 publish(delay);
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/MenuItemActivatedTest/
H A DMenuItemActivatedTest.java99 robot.delay(20);
101 robot.delay(20);
103 robot.delay(20);
111 robot.delay(20);
/openjdk7/jdk/test/java/awt/Window/AlwaysOnTop/
H A DAlwaysOnTopEvenOfWindow.java72 robot.delay(50);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManagerMXBean.java125 * @param delay The first scan session will be started after
126 * the given delay. 0 means start now.
141 public void schedule(long delay, long interval) argument

Completed in 118 milliseconds

123456