Searched refs:println (Results 1 - 25 of 4757) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/sun/tools/jrunscript/
H A Dhello.js7 println('hello');
H A Djrunscript-argsTest.sh46 if (typeof(arguments) == 'undefined') { println("arguments expected"); exit(1); }
48 if (arguments.length != 2) { println("2 arguments are expected here"); exit(1); }
50 if (arguments[0] != 'hello') { println("First arg should be 'hello'"); exit(1); }
52 if (arguments[1] != 'world') { println("Second arg should be 'world'"); exit(1); }
54 println("Passed");
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DTemperatureTableServlet.java16 out.println("<html>");
18 out.println("<head>");
20 out.println(" <title>Temperature Table</title>");
22 out.println("</head>");
24 out.println("<body>");
26 out.println("");
28 out.println("<h1>Temperature Table</h1>");
30 out.println("<p>American tourists visiting Canada can use this handy temperature");
32 out.println("table which converts from Fahrenheit to Celsius:");
34 out.println("<b
[all...]
/openjdk7/langtools/test/tools/javac/
H A DEmptyDocComments.java49 System.out.println("javadoc comment");
50 System.out.println("- contains whitespace");
51 System.out.println("- ends on same line as potential comment");
58 System.out.println("javadoc comment");
59 System.out.println("- contains nothing");
60 System.out.println("- ends on same line as potential comment");
66 System.out.println("javadoc comment");
67 System.out.println("- contains whitespace");
68 System.out.println("- ends on same line as comment start");
76 System.out.println("javado
[all...]
H A DDeclarationStatementInline.java39 System.out.println("Hello");
46 System.out.println("Constructor one");
50 System.out.println("Constructor two");
/openjdk7/jdk/test/com/sun/jdi/sde/onion/pickle/
H A DMangle.java4 System.out.println("four");
5 System.out.println("five");
6 System.out.println("six");
7 System.out.println("seven");
8 System.out.println("eight");
9 System.out.println("nine");
10 System.out.println("ten");
/openjdk7/jdk/test/java/lang/ClassLoader/deadlock/
H A DSupAlice.java27 System.out.println("comSB.SupAlice loaded");
H A DSupBob.java27 System.out.println("comSA.SupBob loaded");
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/
H A DApplication.java33 System.out.println("Bring us up to warp speed!");
/openjdk7/jdk/test/java/net/URLClassLoader/closetest/serverRoot/
H A DTest.java26 System.out.println ("Test created");
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DOrphaned.java29 System.out.println("3");
H A DPossibleFallThrough.java31 System.out.println(0);
33 System.out.println(1);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DHelper.java148 stream.println (" implements org.omg.CORBA.portable.ValueHelper");
150 stream.println ();
151 stream.println ('{');
200 stream.println ('}');
216 stream.println (" private static String _id = \"" + Util.stripLeadingUnderscoresFromID (entry.repositoryID ().ID ()) + "\";");
219 stream.println ();
220 stream.println (" private static " + helperClass + " helper = new " + helperClass + " ();");
221 stream.println ();
222 stream.println (" private static String[] _truncatable_ids = {");
231 stream.println(",");
[all...]
/openjdk7/langtools/test/tools/javac/policy/test3/
H A DA.java3 System.err.println("hello");
5 System.err.println("world");
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DProjectCreator.java28 System.out.println("ProjectCreator options:");
29 System.err.println("WinGammaPlatform platform-specific options:");
30 System.err.println(" -sourceBase <path to directory (workspace) "
32 System.err.println(" -dspFileName <full pathname to which .dsp file "
35 System.err.println(" -envVar <environment variable to be inserted "
38 System.err.println(" -dllLoc <path to directory in which to put "
40 System.err.println(" If any of the above are specified, "
42 System.err.println(" Additional, optional arguments, which can be "
44 System.err.println(" -absoluteInclude <string containing absolute "
46 System.err.println("
[all...]
/openjdk7/langtools/test/tools/javac/depDocComment/
H A DDeprecatedDocComment2.java38 System.out.println("Hello World");
41 System.out.println("Hello World");
50 System.out.println("1");
58 System.out.println("1");
64 System.out.println("1");
69 System.out.println("1");
74 System.out.println("1");
79 System.out.println("1");
86 System.out.println("1");
95 System.out.println("
[all...]
/openjdk7/jdk/test/javax/management/ObjectName/
H A DApplyWildcardTest.java122 System.out.println("----------------------------------------------");
126 System.out.println("\"" + on1 + "\".apply(\"" + on2 + "\")");
128 System.out.println("Result = " + result);
131 System.out.println("Test failed!");
133 System.out.println("Test passed!");
137 System.out.println("Got Unexpected Exception = " + e.toString());
138 System.out.println("Test failed!");
140 System.out.println("----------------------------------------------");
148 System.out.println("----------------------------------------------");
152 System.out.println("\""
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DOQLQuery.java61 out.println("<p align='center'><table>");
62 out.println("<tr><td><b>");
63 out.println("<a href='/'>All Classes (excluding platform)</a>");
64 out.println("</b></td>");
65 out.println("<td><b><a href='/oqlhelp/'>OQL Help</a></b></td></tr>");
66 out.println("</table></p>");
67 out.println("<form action='/oql/' method='get'>");
68 out.println("<p align='center'>");
69 out.println("<textarea name='query' cols=80 rows=10>");
71 out.println(oq
[all...]
/openjdk7/langtools/test/tools/javap/
H A DT4459541.java47 println("class Test {");
48 println("void begin(int i) {");
49 println("i++;");
50 println("i++;");
51 println("}");
53 println("// " + line);
54 println("void before_32767(int i) {");
55 println("i++;");
56 println("i++;");
57 println("}");
105 void println(String text) { method in class:T4459541
[all...]
/openjdk7/jdk/test/java/awt/regtesthelpers/
H A DAbstractTest.java46 Sysout.println( "The test passed." );
47 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
58 Sysout.println( "The test failed: " + whyFailed );
59 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
65 Sysout.println( "The test failed with exception:" );
67 Sysout.println( "The test is over, hit Ctl-C to stop Java VM" );
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DSADebugServer.java33 out.println("Usage: jsadebugd [options] <pid> [server-id]");
34 out.println("\t\t(to connect to a live java process)");
35 out.println(" or jsadebugd [options] <executable> <core> [server-id]");
36 out.println("\t\t(to connect to a core file produced by <executable>)");
37 out.println("\t\tserver-id is an optional unique id for this debug server, needed ");
38 out.println("\t\tif multiple debug servers are run on the same machine");
39 out.println("where options include:");
40 out.println(" -h | -help\tto print this help message");
/openjdk7/jdk/test/java/lang/Double/
H A DConstants.java44 System.out.println("Double.NaN is a constant!");
47 System.out.println("Double.MIN_VALUE is a constant!");
50 System.out.println("Double.MIN_NORMAL is a constant!");
53 System.out.println("Double.MIN_EXPONENT is a constant!");
56 System.out.println("Double.MAX_EXPONENT is a constant!");
59 System.out.println("Double.MAX_VALUE is a constant!");
62 System.out.println("Double.POSITIVE_INFINITY is a constant!");
65 System.out.println("Double.NEGATIVE_INFINITY is a constant!");
/openjdk7/jdk/test/java/lang/Float/
H A DConstants.java44 System.out.println("Float.NaN is a constant!");
47 System.out.println("Float.MIN_VALUE is a constant!");
50 System.out.println("Float.MIN_NORMAL is a constant!");
53 System.out.println("Float.MIN_EXPONENT is a constant!");
56 System.out.println("Float.MAX_EXPONENT is a constant!");
59 System.out.println("Float.MAX_VALUE is a constant!");
62 System.out.println("Float.POSITIVE_INFINITY is a constant!");
65 System.out.println("Float.NEGATIVE_INFINITY is a constant!");
/openjdk7/jdk/test/java/lang/instrument/
H A DManifestTestApp.java26 System.out.println("Hello from ManifestTestApp!");
37 System.out.println("PASS: ExampleForBootClassPath was loaded" +
40 System.out.println("FAIL: ExampleForBootClassPath was loaded" +
50 System.out.println("ExampleForBootClassPath was not loaded.");
56 System.out.println("ExampleForBootClassPath was loaded.");
58 System.out.println("PASS: the correct" +
61 System.out.println("FAIL: the wrong ExampleForBootClassPath" +
63 System.out.println("FAIL: instance.fifteen()=" +
/openjdk7/jdk/test/javax/management/MBeanServerFactory/
H A DReleaseMBeanServerTest.java49 System.out.println("--------------------------------------" +
51 System.out.println("- Testing IllegalArgumentException in " +
53 System.out.println("--------------------------------------" +
56 System.out.println("TEST_0: Call releaseMBeanServer() with " +
60 System.err.println("Didn't get expected IllegalArgumentException!");
63 System.out.println("Got expected IllegalArgumentException!");
66 System.out.println("TEST_1: Call releaseMBeanServer() with an " +
72 System.err.println("Didn't get expected IllegalArgumentException!");
75 System.out.println("Got expected IllegalArgumentException!");
78 System.out.println("TEST_
[all...]

Completed in 293 milliseconds

1234567891011>>