Searched refs:delay (Results 101 - 125 of 148) sorted by relevance

123456

/openjdk7/jdk/test/java/awt/Focus/TranserFocusToWindow/
H A DTranserFocusToWindow.java103 // we need this delay so WM can not treat two clicks on title as double click
104 robot.delay(500);
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_impl.h44 int delay; /* before next image display, in msec */ member in struct:SplashImage
H A Dsplashscreen_png.c153 splash->frames[0].delay = 0;
/openjdk7/jdk/test/javax/swing/JSplitPane/4885629/
H A Dbug4885629.java97 robot.delay(1000);
/openjdk7/jdk/test/javax/swing/text/DefaultStyledDocument/6636983/
H A Dbug6636983.java114 robot.delay(550); // The magic number equals JRobot.DEFAULT_DELAY
/openjdk7/jdk/src/share/classes/java/awt/
H A DRobot.java528 delay(autoDelay);
539 public synchronized void delay(int ms) { method in class:Robot
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java156 robot.delay(50);
174 robot.delay(50);
/openjdk7/jdk/test/java/awt/Mouse/MouseModifiersUnitTest/
H A DModifierPermutation.java72 robot.delay(500);
74 robot.delay(500);
135 // robot.delay(100);
146 // robot.delay(100);
/openjdk7/jdk/test/java/awt/Window/GrabSequence/
H A DGrabSequence.java96 robot.delay(100);
108 robot.delay(100);
/openjdk7/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DMain.java371 * @param delay the amount of delay, in seconds, before requesting
374 static void setupTimer(int delay) { argument
382 delay * 1000);
/openjdk7/jdk/src/share/classes/java/lang/
H A DThread.java1264 long delay = millis - now;
1265 if (delay <= 0) {
1268 wait(delay);
/openjdk7/jdk/src/macosx/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.m284 timeout = splash->time + splash->frames[splash->currentFrame].delay
294 splash->frames[splash->currentFrame].delay) {
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DSelCacheTest.java85 delay();
H A DTest1.java92 delay();
H A DTest12.java85 delay();
H A DTest3.java64 delay();
H A DTest4.java62 delay();
H A DTest5.java63 delay ();
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/
H A DButtonActionKeyTest.java102 robot.delay(20);
/openjdk7/jdk/test/java/awt/Window/Grab/
H A DGrabTest.java181 robot.delay(50);
/openjdk7/jdk/test/javax/swing/JTable/6263446/
H A Dbug6263446.java220 robot.delay(500);
/openjdk7/jdk/test/javax/swing/JTree/6263446/
H A Dbug6263446.java120 robot.delay(500);
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java578 // (possibly right away if delay=0) by a Timer thread.
587 public void schedule(long delay, long interval) { argument
595 scheduleSession(new SessionTask(interval),delay);
611 private synchronized boolean scheduleSession(SessionTask task, long delay) { argument
615 timer.schedule(task,delay);
766 * start. This delay is measured starting at the end of
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftChannel.java340 int noteNumber, int velocity, int delay, ModelConnectionBlock[] connectionBlocks,
375 voice.noteOn(noteNumber, velocity, delay);
414 /* A special noteOn with delay parameter, which is used to
417 void noteOn(int noteNumber, int velocity, int delay) { argument
420 noteOn_internal(noteNumber, velocity, delay);
425 private void noteOn_internal(int noteNumber, int velocity, int delay) { argument
509 play_delay = delay;
632 int delay = play_delay;
656 initVoice(voices[voiceNo], p, prevVoiceID, noteNumber, velocity, delay,
339 initVoice(SoftVoice voice, SoftPerformer p, int voiceID, int noteNumber, int velocity, int delay, ModelConnectionBlock[] connectionBlocks, ModelChannelMixer channelmixer, boolean releaseTriggered) argument
/openjdk7/jdk/test/java/awt/Focus/AutoRequestFocusTest/
H A DAutoRequestFocusSetVisibleTest.java110 robot.delay(100);
147 // 1. Show Frame with owned modal Dialog without delay.
463 robot.delay(200);

Completed in 97 milliseconds

123456