Searched defs:println (Results 26 - 50 of 118) sorted by relevance

12345

/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DSysout.java30 To display a message for the tester to see, simply call Sysout.println()
32 This mimics System.out.println but works within the test harness as well
60 println( "Any messages for the tester will display here." );
78 public static void println( String messageIn ) method in class:Sysout
83 System.out.println(messageIn);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDebug.java56 System.err.println();
57 System.err.println("all turn on all debugging");
58 System.err.println("ssl turn on ssl debugging");
59 System.err.println();
60 System.err.println("The following can be used with ssl:");
61 System.err.println("\trecord enable per-record tracing");
62 System.err.println("\thandshake print each handshake message");
63 System.err.println("\tkeygen print key generation data");
64 System.err.println("\tsession print session activity");
65 System.err.println("\tdefaultct
141 public void println(String message) method in class:Debug
150 public void println() method in class:Debug
159 public static void println(String prefix, String message) method in class:Debug
164 public static void println(PrintStream s, String name, byte[] data) { method in class:Debug
[all...]
/openjdk7/jdk/src/share/classes/sun/security/util/
H A DDebug.java70 System.err.println();
71 System.err.println("all turn on all debugging");
72 System.err.println("access print all checkPermission results");
73 System.err.println("combiner SubjectDomainCombiner debugging");
74 System.err.println("gssloginconfig");
75 System.err.println("configfile JAAS ConfigFile loading");
76 System.err.println("configparser JAAS ConfigFile parsing");
77 System.err.println(" GSS LoginConfigImpl debugging");
78 System.err.println("jar jar verification");
79 System.err.println("logincontex
152 public void println(String message) method in class:Debug
161 public void println() method in class:Debug
170 public static void println(String prefix, String message) method in class:Debug
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DTagStack.java176 public void println(char[] array) { method in class:NPrintWriter
201 super.println(array);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DMessageOutput.java63 System.err.println();
64 System.err.println(format("Fatal error"));
65 System.err.println(format(messageKey));
108 System.out.println(line);
121 static void println() { method in class:MessageOutput
122 System.out.println();
134 static void println(String key) { method in class:MessageOutput
135 System.out.println(format(key));
146 static void println(String key, String argument) { method in class:MessageOutput
147 System.out.println(forma
154 static void println(String key, Object [] arguments) { method in class:MessageOutput
[all...]
/openjdk7/jdk/test/com/sun/awt/SecurityWarning/
H A DGetSizeShouldNotReturnZero.java164 Sysout.println( "The test passed." );
165 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
188 Sysout.println( "The test failed: " + whyFailed );
189 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
268 To display a message for the tester to see, simply call Sysout.println
270 This mimics System.out.println but works within the test harness as well
283 println( "Any messages for the tester will display here." );
292 println( "Any messages for the tester will display here." );
302 public static void println( String messageIn ) method in class:Sysout
305 System.out.println(messageI
[all...]
/openjdk7/jdk/test/com/sun/awt/Translucency/
H A DWindowOpacity.java60 System.out.println("Either the Toolkit or the native system does not support controlling the window opacity level.");
236 Sysout.println( "The test passed." );
237 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
260 Sysout.println( "The test failed: " + whyFailed );
261 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
340 To display a message for the tester to see, simply call Sysout.println
342 This mimics System.out.println but works within the test harness as well
355 println( "Any messages for the tester will display here." );
364 println( "Any messages for the tester will display here." );
374 public static void println( Strin method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Component/NoUpdateUponShow/
H A DNoUpdateUponShow.java155 Sysout.println( "The test passed." );
156 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
179 Sysout.println( "The test failed: " + whyFailed );
180 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
259 To display a message for the tester to see, simply call Sysout.println
261 This mimics System.out.println but works within the test harness as well
274 println( "Any messages for the tester will display here." );
283 println( "Any messages for the tester will display here." );
293 public static void println( String messageIn ) method in class:Sysout
296 System.out.println(messageI
[all...]
/openjdk7/jdk/test/java/awt/Dialog/NonResizableDialogSysMenuResize/
H A DNonResizableDialogSysMenuResize.java66 Sysout.println("NOTE: The test is known to work correctly with English MS Windows only.");
93 System.out.println("The initial position of the dialog is: " + loc1 + "; the size is: " + dim1);
125 System.out.println("AFTER RESIZE: The position of the dialog is: " + loc2 + "; the size is: " + dim2);
210 Sysout.println( "The test passed." );
211 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
234 Sysout.println( "The test failed: " + whyFailed );
235 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
314 To display a message for the tester to see, simply call Sysout.println
316 This mimics System.out.println but works within the test harness as well
329 println( "An
348 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/DefaultFocusOwner/
H A DDefaultFocusOwner.java141 Sysout.println( "The test passed." );
142 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
167 Sysout.println( "The test failed: " + whyFailed );
168 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
246 To display a message for the tester to see, simply call Sysout.println
248 This mimics System.out.println but works within the test harness as well
261 println( "Any messages for the tester will display here." );
270 println( "Any messages for the tester will display here." );
280 public static void println( String messageIn ) method in class:Sysout
378 System.out.println(messageI
[all...]
/openjdk7/jdk/test/java/awt/FileDialog/FileDialogReturnTest/
H A DFileDialogReturnTest.java104 Sysout.println("[file=" + fd.getFile()+"]");
105 Sysout.println("[dir=" + fd.getDirectory()+"]");
125 To display a message for the tester to see, simply call Sysout.println
127 This mimics System.out.println but works within the test harness as well
140 println( "Any messages for the tester will display here." );
149 println( "Any messages for the tester will display here." );
159 public static void println( String messageIn ) method in class:Sysout
243 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Focus/InputVerifierTest3/
H A DInputVerifierTest3.java83 System.err.println("verify on " + input);
110 System.out.println("focus owner = " + KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner());
118 System.out.println("focus owner = " + KeyboardFocusManager.getCurrentKeyboardFocusManager().getFocusOwner());
207 Sysout.println( "The test passed." );
208 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
225 Sysout.println( "The test failed: " + whyFailed );
226 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
264 To display a message for the tester to see, simply call Sysout.println
266 This mimics System.out.println but works within the test harness as well
279 println( "An
298 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Focus/ModalBlockedStealsFocusTest/
H A DModalBlockedStealsFocusTest.java64 Sysout.println("The test is not for MToolkit.");
73 Sysout.println(e.toString());
105 Sysout.println("Test passed");
130 To display a message for the tester to see, simply call Sysout.println
132 This mimics System.out.println but works within the test harness as well
145 println( "Any messages for the tester will display here." );
154 println( "Any messages for the tester will display here." );
164 public static void println( String messageIn ) method in class:Sysout
248 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Focus/NonFocusableResizableTooSmall/
H A DNonFocusableResizableTooSmall.java75 System.out.println("The insets of the frame: " + insets);
77 System.out.println("The test environment must have non-zero right & bottom insets!");
84 System.out.println("The bounds before resizing: " + bounds1);
104 System.out.println("The bounds after resizing: " + bounds2);
187 Sysout.println( "The test passed." );
188 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
211 Sysout.println( "The test failed: " + whyFailed );
212 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 bu
325 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Focus/ToFrontFocusTest/
H A DToFrontFocus.java125 System.err.println("------------ Starting test ------------");
156 To display a message for the tester to see, simply call Sysout.println
158 This mimics System.out.println but works within the test harness as well
171 println( "Any messages for the tester will display here." );
180 println( "Any messages for the tester will display here." );
190 public static void println( String messageIn ) method in class:Sysout
/openjdk7/jdk/test/java/awt/Focus/WindowInitialFocusTest/
H A DWindowInitialFocusTest.java70 Sysout.println(e.toString());
103 Sysout.println("Test passed");
128 To display a message for the tester to see, simply call Sysout.println
130 This mimics System.out.println but works within the test harness as well
143 println( "Any messages for the tester will display here." );
152 println( "Any messages for the tester will display here." );
162 public static void println( String messageIn ) method in class:Sysout
246 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Frame/DynamicLayout/
H A DDynamicLayout.java69 System.out.println("isDynamicLayoutActive(): " + Toolkit.getDefaultToolkit().isDynamicLayoutActive());
99 System.out.println("The initial position of the JTextField is: " + loc1);
103 System.out.println("The test environment must have non-zero right & bottom insets! The current insets are: " + insets);
120 System.out.println("Position of the JTextField while resizing is: " + loc2);
209 Sysout.println( "The test passed." );
210 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
233 Sysout.println( "The test failed: " + whyFailed );
234 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
313 To display a message for the tester to see, simply call Sysout.println
315 This mimics System.out.println bu
347 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Frame/LayoutOnMaximizeTest/
H A DLayoutOnMaximizeTest.java72 Sysout.println("NOTE: The test is known to work correctly with English MS Windows only.");
114 System.out.println("The initial position of the JTextField is: " + loc1);
154 System.out.println("Position of the JTextField after maximization is: " + loc2);
242 Sysout.println( "The test passed." );
243 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
266 Sysout.println( "The test failed: " + whyFailed );
267 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
346 To display a message for the tester to see, simply call Sysout.println
348 This mimics System.out.println but works within the test harness as well
361 println( "An
380 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Frame/ShownOffScreenOnWin98/
H A DShownOffScreenOnWin98Test.java83 System.out.println("The frame location: " + loc);
84 System.out.println("The screen bound: " + scrBnd);
85 System.out.println("The screen insets: " + scrIns);
180 Sysout.println( "The test passed." );
181 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
204 Sysout.println( "The test failed: " + whyFailed );
205 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
284 To display a message for the tester to see, simply call Sysout.println
286 This mimics System.out.println but works within the test harness as well
299 println( "An
318 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Frame/UnfocusableMaximizedFrameResizablity/
H A DUnfocusableMaximizedFrameResizablity.java64 System.out.println("The MAXIMIZED_BOTH state is not supported by the toolkit. Nothing to test.");
84 System.out.println("Initial frame bounds: " + bounds);
99 System.out.println("Final frame bounds: " + finalBounds);
185 Sysout.println( "The test passed." );
186 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
209 Sysout.println( "The test failed: " + whyFailed );
210 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
289 To display a message for the tester to see, simply call Sysout.println
291 This mimics System.out.println but works within the test harness as well
304 println( "An
323 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/ButtonActionKeyTest/
H A DButtonActionKeyTest.java74 Sysout.println("Action performed!");
82 Sysout.println(e.toString());
109 Sysout.println("Test passed.");
133 To display a message for the tester to see, simply call Sysout.println
135 This mimics System.out.println but works within the test harness as well
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
251 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/MenuItemActivatedTest/
H A DMenuItemActivatedTest.java86 Sysout.println(e.toString());
118 Sysout.println("Test passed.");
142 To display a message for the tester to see, simply call Sysout.println
144 This mimics System.out.println but works within the test harness as well
157 println( "Any messages for the tester will display here." );
166 println( "Any messages for the tester will display here." );
176 public static void println( String messageIn ) method in class:Sysout
260 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/
H A DSubMenuShowTest.java79 Sysout.println(e.toString());
122 Sysout.println("Test passed.");
146 To display a message for the tester to see, simply call Sysout.println
148 This mimics System.out.println but works within the test harness as well
161 println( "Any messages for the tester will display here." );
170 println( "Any messages for the tester will display here." );
180 public static void println( String messageIn ) method in class:Sysout
264 System.out.println(messageIn);
/openjdk7/jdk/test/java/awt/Menu/OpensWithNoGrab/
H A DOpensWithNoGrab.java54 System.out.println("This test is for XAWT/Motif only");
116 System.out.println("Color obtained under opened menu is: "+c );
202 Sysout.println( "The test passed." );
203 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
226 Sysout.println( "The test failed: " + whyFailed );
227 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
306 To display a message for the tester to see, simply call Sysout.println
308 This mimics System.out.println but works within the test harness as well
321 println( "Any messages for the tester will display here." );
330 println( "An
340 public static void println( String messageIn ) method in class:Sysout
[all...]
/openjdk7/jdk/test/java/awt/Mixing/
H A DHWDisappear.java200 Sysout.println( "The test passed." );
201 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
224 Sysout.println( "The test failed: " + whyFailed );
225 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
304 To display a message for the tester to see, simply call Sysout.println
306 This mimics System.out.println but works within the test harness as well
319 println( "Any messages for the tester will display here." );
328 println( "Any messages for the tester will display here." );
338 public static void println( String messageIn ) method in class:Sysout
341 System.out.println(messageI
[all...]

Completed in 133 milliseconds

12345