Searched refs:out (Results 26 - 50 of 5004) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DClassQuery.java65 out.print("<h1>");
67 out.println("</h1>");
69 out.println("<h2>Superclass:</h2>");
72 out.println("<h2>Loader Details</h2>");
73 out.println("<h3>ClassLoader:</h3>");
76 out.println("<h3>Signers:</h3>");
79 out.println("<h3>Protection Domain:</h3>");
82 out.println("<h2>Subclasses:</h2>");
85 out.print(" ");
87 out
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DDumpSerializer.java38 private final PrintStream out; field in class:DumpSerializer
40 public DumpSerializer(PrintStream out) { argument
41 this.out = out;
45 out.println('<'+prefix+':'+localName);
49 out.println('@'+prefix+':'+localName+'='+value);
53 out.println("xmlns:"+prefix+'='+uri);
57 out.println('>');
61 out.println("</ >");
65 out
[all...]
/openjdk7/langtools/test/tools/javac/
H A DDeclarationStatementInline.java39 System.out.println("Hello");
46 System.out.println("Constructor one");
50 System.out.println("Constructor two");
/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DT7032633.java36 try (OutputStream out = System.out) {
37 out.flush();
/openjdk7/jdk/test/javax/sound/midi/MidiDeviceConnectors/
H A DTestAllDevices.java49 out("default receiver:");
52 out(" receiver: " + recv);
54 out(" OK");
56 out(" ERROR: not an instance of MidiDeviceReceiver");
61 out(" receiver: MidiUnavailableException (test NOT failed)");
64 out("default transmitter:");
67 out(" transmitter: " + tran);
69 out(" OK");
71 out(" ERROR: not an instance of MidiDeviceTransmitter");
76 out(" transmitte
139 static void out(String s) { method in class:TestAllDevices
[all...]
/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/sun/security/x509/X500Name/
H A DNullX500Name.java41 System.out.println("subject:" + subject.toString());
43 System.out.println("getCN:" + subject.getCommonName());
45 System.out.println("getC:" + subject.getCountry());
47 System.out.println("getL:" + subject.getLocality());
49 System.out.println("getST:" + subject.getState());
51 System.out.println("getName:" + subject.getName());
53 System.out.println("getO:" + subject.getOrganization());
55 System.out.println("getOU:" + subject.getOrganizationalUnit());
57 System.out.println("getType:" + subject.getType());
62 byte[] out
[all...]
/openjdk7/jdk/test/sun/tools/jrunscript/
H A Djrunscript-helpTest.sh36 rm -f jrunscript-helpTest.out 2>/dev/null
37 ${JRUNSCRIPT} -? > jrunscript-helpTest.out 2>&1
39 if [ ! -s jrunscript-helpTest.out ]
42 rm -f jrunscript-helpTest.out 2>/dev/null
46 rm -f jrunscript-helpTest.out 2>/dev/null
47 ${JRUNSCRIPT} -help > jrunscript-helpTest.out 2>&1
49 if [ ! -s jrunscript-helpTest.out ]
52 rm -f jrunscript-helpTest.out 2>/dev/null
56 rm -f jrunscript-helpTest.out
H A Djrunscript-eTest.sh31 # @summary Test that output of 'jrunscript -e' matches the dash-e.out file
42 rm -f jrunscript-eTest.out 2>/dev/null
43 ${JRUNSCRIPT} -e "println('hello')" > jrunscript-eTest.out 2>&1
45 $golden_diff jrunscript-eTest.out ${TESTSRC}/dash-e.out
49 rm -f jrunscript-eTest.out 2>/dev/null
55 rm -f jrunscript-eTest.out 2>/dev/null
56 ${JRUNSCRIPT} -l js -e "println('hello')" > jrunscript-eTest.out 2>&1
58 $golden_diff jrunscript-eTest.out ${TESTSRC}/dash-e.out
[all...]
H A Djrunscript-fTest.sh31 # @summary Test that output of 'jrunscript -f' matches the dash-f.out file
42 rm -f jrunscript-fTest.out 2>/dev/null
43 ${JRUNSCRIPT} -f ${TESTSRC}/hello.js > jrunscript-fTest.out 2>&1
45 $golden_diff jrunscript-fTest.out ${TESTSRC}/dash-f.out
49 rm -f jrunscript-fTest.out 2>/dev/null
56 rm -f jrunscript-fTest.out 2>/dev/null
57 ${JRUNSCRIPT} -l js -f ${TESTSRC}/hello.js > jrunscript-fTest.out 2>&1
59 $golden_diff jrunscript-fTest.out ${TESTSRC}/dash-f.out
[all...]
/openjdk7/langtools/test/tools/javac/diags/examples/
H A DResourceMayNotBeAssigned.java30 try (Writer out = new StringWriter()) {
31 out = null;
/openjdk7/langtools/test/tools/javac/enum/
H A DOkFinal.java34 System.out.println("FISK");
39 System.out.println("HEST");
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DOpaqueClassFile.java40 @Override public void writeBeginning(PrintStream out){ argument
41 out.println("\t// " + opaque.type);
42 out.println("\t// " + opaque.type.getJType());
43 out.println("");
44 out.println("\tpublic " + className + "(" + Pointer.class.getName() + "<?> ptr){");
45 out.println("\t\tsuper(ptr);");
46 out.println("\t}");
47 out.println("");
48 out.println("\tpublic " + className + "(long ptr){");
49 out
[all...]
/openjdk7/jdk/test/javax/management/security/
H A DMBeanPermissionTest.java39 System.out.println(">>> MBeanPermissionTest");
41 System.out.println("Create MBeanPermission(null,\"\")");
43 System.out.println("Didn't get expected IllegalArgumentException");
46 System.out.println("Got expected exception = " + e);
48 System.out.println("Got unexpected exception = " + e);
52 System.out.println("Create MBeanPermission(\"\", null)");
54 System.out.println("Didn't get expected IllegalArgumentException");
57 System.out.println("Got expected exception = " + e);
59 System.out.println("Got unexpected exception = " + e);
64 System.out
[all...]
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpSendOutputStream.java42 * @param out the OutputStream to filter from
45 public HttpSendOutputStream(OutputStream out, HttpSendSocket owner) argument
48 super(out);
60 out = null;
68 if (out == null)
69 out = owner.writeNotify();
70 out.write(b);
83 if (out == null)
84 out = owner.writeNotify();
85 out
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DVertex.java135 String out = "";
147 return out;
150 out = "Issuer: " + x509Cert.getIssuerX500Principal() + "\n";
151 out = out + "Subject: " + x509Cert.getSubjectX500Principal() + "\n";
152 out = out + "SerialNum: " + (x509Cert.getSerialNumber()).toString(16) + "\n";
153 out = out + "Expires: " + x509Cert.getNotAfter().toString() + "\n";
156 out
[all...]
/openjdk7/jdk/test/javax/naming/ldap/LdapName/
H A DNameTests.java53 System.out.println("size is :" + dn.size());
54 System.out.println("isEmpty :" + dn.isEmpty());
55 System.out.println("************Printing as Rdns*********");
58 System.out.println(iter.next());
61 System.out.println();
62 System.out.println("************Printing the Enumeration*********");
65 System.out.println(dnEnum.nextElement());
69 System.out.println();
71 System.out.println("addAll():" + dn.addAll(nameSuffix));
75 System.out
[all...]
/openjdk7/hotspot/test/runtime/6929067/
H A DT.java10 System.out.println("Hello");
/openjdk7/hotspot/test/runtime/7167069/
H A DPrintAsFlag.java36 System.out.printf("Done");
/openjdk7/jdk/make/tools/sharing/tests/
H A DHello.java30 System.out.println("Hello, World!");
/openjdk7/jdk/test/com/sun/jdi/
H A DHelloWorld.java3 System.out.println("Hello, world!");
/openjdk7/jdk/test/com/sun/jdi/connect/spi/
H A DFoo.java31 System.out.println("Foo is running");
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DHelloWorld.java3 System.out.println("Hello, world!");

Completed in 490 milliseconds

1234567891011>>