Searched defs:println (Results 76 - 100 of 118) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/java/sql/
H A DDriverManager.java88 // Used in println() to synchronize logWriter
101 println("JDBC DriverManager initialized");
251 println("DriverManager.getDriver(\"" + url + "\")");
264 println("getDriver returning " + aDriver.driver.getClass().getName());
272 println(" skipping: " + aDriver.driver.getClass().getName());
277 println("getDriver: no suitable driver");
303 println("registerDriver: " + driver);
321 println("DriverManager.deregisterDriver: " + driver);
333 println(" couldn't find driver to unload");
359 println(" skippin
438 public static void println(String message) { method in class:DriverManager
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/trace/
H A DEventThread.java156 println("====== " + thread.name() + " ======");
159 private void println(String str) { method in class:EventThread.ThreadTrace
161 writer.println(str);
165 println(event.method().name() + " -- "
177 println(" " + field.name() + " = " + value);
181 println("Exception: " + event.exception() +
213 println("====== " + thread.name() + " end ======");
287 writer.println("-- VM Started --");
344 writer.println("-- The application exited --");
350 writer.println("
[all...]
/openjdk7/jdk/test/java/awt/Container/isRemoveNotifyNeeded/
H A DJInternalFrameTest.java67 System.err.println("addNotify() on " + background);
73 System.err.println("removeNotify() on " + background);
208 Sysout.println( "The test passed." );
209 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
232 Sysout.println( "The test failed: " + whyFailed );
233 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
312 To display a message for the tester to see, simply call Sysout.println
314 This mimics System.out.println but works within the test harness as well
327 println( "Any messages for the tester will display here." );
336 println( "An
346 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Focus/ClearLwQueueBreakTest/
H A DClearLwQueueBreakTest.java131 Sysout.println("Stage 1.");
141 Sysout.println("Stage 2.");
144 Sysout.println("Test passed.");
214 To display a message for the tester to see, simply call Sysout.println
216 This mimics System.out.println but works within the test harness as well
229 println( "Any messages for the tester will display here." );
238 println( "Any messages for the tester will display here." );
248 public static void println( String messageIn ) method in class:Sysout
332 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Focus/RequestOnCompWithNullParent/
H A DRequestOnCompWithNullParent1.java167 Sysout.println( "The test passed." );
168 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
191 Sysout.println( "The test failed: " + whyFailed );
192 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
235 System.err.println("parent = " + parent);
236 System.err.println("target = " + TestButton.this);
237 System.err.println("new parent = " + TestButton.this.getParent());
297 To display a message for the tester to see, simply call Sysout.println
299 This mimics System.out.println but works within the test harness as well
312 println( "An
331 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Focus/ShowFrameCheckForegroundTest/
H A DShowFrameCheckForegroundTest.java93 System.out.println("Test passed.");
115 System.out.println("Stage " + stage + ". Toplevel " + toplevel + " - passed");
140 * To display a message for the tester to see, simply call Sysout.println
142 * This mimics System.out.println but works within the test harness as well
153 println( "Any messages for the tester will display here." );
161 println( "Any messages for the tester will display here." );
170 public static void println( String messageIn ) { method in class:Sysout
245 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Frame/MaximizedToIconified/
H A DMaximizedToIconified.java58 System.out.println("state = " + state + "; getExtendedState() = " + f.getExtendedState());
85 System.out.println("last = " + lastFrameState + "; getOldState() = " + e.getOldState() + "; getNewState() = " + e.getNewState());
89 System.out.println("Wrong getOldState(): expected = " + lastFrameState + "; received = " + e.getOldState());
99 System.out.println("Frame state = " + state + " is NOT supported by the native system. The state is skipped.");
207 Sysout.println( "The test passed." );
208 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
231 Sysout.println( "The test failed: " + whyFailed );
232 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
311 To display a message for the tester to see, simply call Sysout.println
313 This mimics System.out.println bu
345 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java87 System.err.println(e.toString());
104 System.err.println("OK pressed");
117 System.err.println("Ok got focus");
124 System.err.println("B pressed");
154 System.err.println("b is shown");
160 System.err.println("b is focused");
173 System.err.println("typing ahead");
203 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
206 System.err.println("Robot.waitForIdle, non-fatal exception caught:");
310 To display a message for the tester to see, simply call Sysout.println
344 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/List/ListFlickers/
H A DListFlickers.java134 Sysout.println( "The test passed." );
135 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
162 Sysout.println( "The test failed: " + whyFailed );
163 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
241 To display a message for the tester to see, simply call Sysout.println
243 This mimics System.out.println but works within the test harness as well
258 println( "Any messages for the tester will display here." );
267 println( "Any messages for the tester will display here." );
282 public static void println( String messageIn ) method in class:Sysout
384 System.out.println(messageI
[all...]
/openjdk7/jdk/test/java/awt/List/SetBackgroundTest/
H A DSetBackgroundTest.java80 Sysout.println(" --- init rough color ... ");
81 Sysout.println(" color = "+color);
82 Sysout.println(" roughColor = "+roughColor);
91 Sysout.println(" this is XAWT-only test. ");
135 Sysout.println(" --- test ... ");
136 Sysout.println(" container = "+container);
137 Sysout.println(" component = "+component);
138 Sysout.println(" color = "+color);
139 Sysout.println(" roughColor = "+roughColor);
140 Sysout.println(" robotColo
365 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Modal/ModalDialogMultiscreenTest/
H A DModalDialogMultiscreenTest.java81 System.out.println("Not multi-head environment, test not valid!");
186 Sysout.println( "The test passed." );
187 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
212 Sysout.println( "The test failed: " + whyFailed );
213 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
291 To display a message for the tester to see, simply call Sysout.println
293 This mimics System.out.println but works within the test harness as well
306 println( "Any messages for the tester will display here." );
315 println( "Any messages for the tester will display here." );
325 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Modal/WsDisabledStyle/CloseBlocker/
H A DCloseBlocker.java136 Sysout.println(" completed. ");
206 Sysout.println( "The test passed." );
207 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
232 Sysout.println( "The test failed: " + whyFailed );
233 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
311 To display a message for the tester to see, simply call Sysout.println
313 This mimics System.out.println but works within the test harness as well
326 println( "Any messages for the tester will display here." );
335 println( "Any messages for the tester will display here." );
345 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Modal/WsDisabledStyle/OverBlocker/
H A DOverBlocker.java126 Sysout.println(" completed. ");
196 Sysout.println( "The test passed." );
197 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
222 Sysout.println( "The test failed: " + whyFailed );
223 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
301 To display a message for the tester to see, simply call Sysout.println
303 This mimics System.out.println but works within the test harness as well
316 println( "Any messages for the tester will display here." );
325 println( "Any messages for the tester will display here." );
335 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java148 //Use System.out.println for diagnostic messages that you want
150 //Use Sysout.println for messages you want the tester to read.
156 //Use Sysout.println to communicate with the user NOT System.out!!
157 //Sysout.println ("Something Happened!");
235 To display a message for the tester to see, simply call Sysout.println
237 This mimics System.out.println but works within the test harness as well
250 println( "Any messages for the tester will display here." );
259 println( "Any messages for the tester will display here." );
269 public static void println( String messageIn ) method in class:Sysout
/openjdk7/jdk/test/java/awt/TextArea/MouseOverScrollbarWhenTyping/
H A DTest.java117 Sysout.println( "The test passed." );
118 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
145 Sysout.println( "The test failed: " + whyFailed );
146 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
224 To display a message for the tester to see, simply call Sysout.println
226 This mimics System.out.println but works within the test harness as well
241 println( "Any messages for the tester will display here." );
250 println( "Any messages for the tester will display here." );
265 public static void println( String messageIn ) method in class:Sysout
367 System.out.println(messageI
[all...]
H A DTest1.java118 Sysout.println( "The test passed." );
119 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
146 Sysout.println( "The test failed: " + whyFailed );
147 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
225 To display a message for the tester to see, simply call Sysout.println
227 This mimics System.out.println but works within the test harness as well
242 println( "Any messages for the tester will display here." );
251 println( "Any messages for the tester will display here." );
266 public static void println( String messageIn ) method in class:Sysout
368 System.out.println(messageI
[all...]
/openjdk7/jdk/test/java/awt/TrayIcon/DragEventSource/
H A DDragEventSource.java56 Sysout.println("HANDLED BY THE CUSTOM HANDLER !!!!!!"+e);
69 System.out.println("is SysTray Supported: " + isSupported);
100 System.out.println(icons.length);
188 Sysout.println( "The test passed." );
189 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
214 Sysout.println( "The test failed: " + whyFailed );
215 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
294 To display a message for the tester to see, simply call Sysout.println
296 This mimics System.out.println but works within the test harness as well
309 println( "An
328 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/event/HierarchyEvent/AncestorResized/
H A DAncestorResized.java103 System.out.println("The test environment must have non-zero right & bottom insets! The current insets are: " + insets);
211 Sysout.println( "The test passed." );
212 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
235 Sysout.println( "The test failed: " + whyFailed );
236 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
315 To display a message for the tester to see, simply call Sysout.println
317 This mimics System.out.println but works within the test harness as well
330 println( "Any messages for the tester will display here." );
339 println( "Any messages for the tester will display here." );
349 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/event/KeyEvent/KeyTyped/
H A DCtrlASCII.java214 //Use System.out.println for diagnostic messages that you want
216 //Use Sysout.println for messages you want the tester to read.
255 Sysout.println("Success\n");
275 System.out.println("Unexpected keychar: "+keych);
276 Sysout.println("Unexpected keychar: "+keych);
295 System.out.println("Other Event ");
296 Sysout.println("Other Event ");
300 Sysout.println (" 0x"+ Integer.toHexString(evt.getKeyChar()));
320 To display a message for the tester to see, simply call Sysout.println
322 This mimics System.out.println bu
354 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/event/MouseEvent/SmoothWheel/
H A DSmoothWheel.java77 Sysout.println(e.toString());
164 Sysout.println( "The test passed." );
165 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
192 Sysout.println( "The test failed: " + whyFailed );
193 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
271 To display a message for the tester to see, simply call Sysout.println
273 This mimics System.out.println but works within the test harness as well
288 println( "Any messages for the tester will display here." );
297 println( "Any messages for the tester will display here." );
312 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/event/MouseEvent/SpuriousExitEnter/
H A DSpuriousExitEnter.java62 Sysout.println("Entered : " + e);
65 Sysout.println("Exited : " + e);
141 Sysout.println( "The test passed." );
142 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
169 Sysout.println( "The test failed: " + whyFailed );
170 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
249 To display a message for the tester to see, simply call Sysout.println
251 This mimics System.out.println but works within the test harness as well
266 println( "Any messages for the tester will display here." );
275 println( "An
289 public static void println( String messageIn ) method in class:Sysout
[all...]
H A DSpuriousExitEnter_1.java89 Sysout.println("Entered : " + e);
92 Sysout.println("Exited : " + e);
168 Sysout.println( "The test passed." );
169 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
196 Sysout.println( "The test failed: " + whyFailed );
197 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
276 To display a message for the tester to see, simply call Sysout.println
278 This mimics System.out.println but works within the test harness as well
293 println( "Any messages for the tester will display here." );
302 println( "An
316 public static void println( String messageIn ) method in class:Sysout
[all...]
H A DSpuriousExitEnter_2.java105 Sysout.println("Entered on " + e.getSource().getClass().getName());
108 Sysout.println("Exited on " + e.getSource().getClass().getName());
193 Sysout.println( "The test passed." );
194 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
221 Sysout.println( "The test failed: " + whyFailed );
222 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
301 To display a message for the tester to see, simply call Sysout.println
303 This mimics System.out.println but works within the test harness as well
318 println( "Any messages for the tester will display here." );
327 println( "An
341 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/print/Dialog/
H A DDialogOrient.java172 Sysout.println( "The test passed." );
173 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
198 Sysout.println( "The test failed: " + whyFailed );
199 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
277 To display a message for the tester to see, simply call Sysout.println
279 This mimics System.out.println but works within the test harness as well
292 println( "Any messages for the tester will display here." );
301 println( "Any messages for the tester will display here." );
311 public static void println( String messageIn ) method in class:Sysout
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DCollate2DPrintingTest.java98 System.out.println ("DONE");
148 println( "Any messages for the tester will display here." );
157 println( "Any messages for the tester will display here." );
167 public static void println( String messageIn ) method in class:Sysout

Completed in 102 milliseconds

12345