Searched refs:out (Results 251 - 275 of 5004) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/java/rmi/testlibrary/
H A DStreamPipe.java35 private OutputStream out; field in class:StreamPipe
43 private StreamPipe(InputStream in, OutputStream out, String name) { argument
46 this.out = out;
50 * Creates a StreamPipe thread that copies in to out and returns
53 public static StreamPipe plugTogether(InputStream in, OutputStream out) { argument
60 StreamPipe pipe = new StreamPipe(in, out, name);
75 out.write(buf, 0, nr);
/openjdk7/jdk/test/javax/imageio/
H A DEmptyFileTest.java42 File out = new File("output.myimg");
44 System.out.printf("File %s: %s\n", out.getAbsolutePath(),
45 out.exists() ? "EXISTS" : "NEW");
51 status = ImageIO.write(img, format, out);
60 if (out.exists()) {
63 System.out.println("Test PASSED.");
/openjdk7/jdk/test/javax/management/ImplementationVersion/
H A DImplVersionCommand.java36 System.out.println("Create the MBean server");
41 System.out.println("Get the JMX implementation version");
49 System.out.println("JMX implementation version = " +
51 System.out.println("Java Runtime implementation version = " +
62 System.out.println("JMX and Java Runtime implementation " +
67 System.out.println("JMX and Java Runtime implementation " +
71 System.out.println("Bye! Bye!");
/openjdk7/jdk/test/javax/management/remote/mandatory/version/
H A DImplVersionCommand.java36 System.out.println("Create RMIJRMPServerImpl");
41 System.out.println("Get JMX Remote implementation version from RMIServer");
43 System.out.println("RMIServer.getVersion() = "+ full_version);
49 System.out.println("JMX Remote implementation version = " +
51 System.out.println("Java Runtime implementation version = " +
62 System.out.println("JMX Remote and Java Runtime versions match.");
63 System.out.println("Bye! Bye!");
/openjdk7/jdk/src/windows/classes/sun/security/krb5/internal/tools/
H A DKlist.java100 System.out.println("KeyTab " + klist.name + " not found.");
103 System.out.println("KeyTab " + klist.name
183 System.out.println("\nKey tab: " + name +
187 System.out.println("\nKey tab: " + name +
190 System.out.println("\nKey tab: " + name + ", " +
193 System.out.println("[" + (i + 1) + "] " +
196 System.out.println("\t KVNO: " +
200 System.out.println("\t Key type: " +
205 System.out.println("\t Key: " +
209 System.out
[all...]
/openjdk7/hotspot/test/compiler/8004741/
H A DTest8004741.java52 System.out.println("test got ThreadDeath");
81 System.out.println("unexpected InterruptedException");
86 System.out.println("unexpected test state change, expected " +
101 System.out.println("thread running");
111 System.out.println("unexpected Throwable " + e);
127 System.out.println("stopping thread");
146 System.out.println("Missing NegativeArraySizeException #1");
149 System.out.println("Saw expected NegativeArraySizeException #1");
155 System.out.println("Missing NegativeArraySizeException #2");
158 System.out
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DLineNumberOnBraceTest.java26 System.out.println("Howdy!");
28 System.out.println("No args to debuggee"); // stopLine
30 System.out.println("Some args to debuggee");
35 System.out.println("In 2nd else"); // bug 4870514 is that we stop here.
38 System.out.println("In 2nd else");
40 System.out.println("Goodbye from LineNumberOnBraceTarg!"); // stopLine2 + 6
49 System.out.println("caught exception");
51 System.out.println("finally");
89 System.out.println("Debuggee is stopped at line " + ln);
95 System.out
[all...]
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DOriginServer.java76 System.out.println("Class Server died: " + e.getMessage());
81 DataOutputStream out =
93 out.writeBytes("HTTP/1.0 200 OK\r\n");
94 out.writeBytes("Content-Length: " + bytecodes.length +
96 out.writeBytes("Content-Type: text/html\r\n\r\n");
97 out.write(bytecodes);
98 out.flush();
105 // write out error response
106 out.writeBytes("HTTP/1.0 400 " + e.getMessage() + "\r\n");
107 out
[all...]
/openjdk7/jdk/test/javax/management/loading/
H A DParserInfiniteLoopTest.java55 System.out.println("Create the MBean server");
60 System.out.println("Create the MLet");
65 System.out.println("Register the MLet MBean");
71 System.out.println("Call mlet.getMBeansFromURL(<url>)");
73 System.out.println("test.src = " + testSrc);
83 System.out.println("MLet File = " + mletFile);
86 System.out.println(
91 System.out.println("TEST FAILED: Got unexpected null cause " +
95 System.out.println("TEST FAILED: Got unexpected non-null " +
99 System.out
[all...]
/openjdk7/jdk/test/javax/management/modelmbean/
H A DExoticTargetTypeTest.java40 System.out.println("Testing that ModelMBeanOperationInfo can contain" +
67 System.out.println("Testing nonstandard ModelMBean with nonstandard " +
73 System.out.println("...OK");
75 System.out.println("...TEST FAILS: invoke worked but did " +
80 System.out.println("...TEST FAILS: exception:");
81 e.printStackTrace(System.out);
85 System.out.println("Testing standard ModelMBean with nonstandard " +
93 System.out.println("...TEST FAILS: invoke worked but should not");
98 System.out.println("...OK: got exception MBeanException/" +
102 System.out
[all...]
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DBuildStep.java56 * represents an unsuccessful path, so the certificate has been backed out
198 resultString = "Certificate backed out since path does not "
205 resultString = "Certificate backed out since path does not "
224 String out = "Internal Error\n";
228 out = resultToString(result);
229 out = out + vertex.throwableToString();
234 out = resultToString(result);
237 out = "Internal Error: Invalid step result\n";
239 return out;
[all...]
/openjdk7/jdk/test/javax/rmi/ssl/
H A DSocketFactoryTest.java77 System.out.println("Serializing object: " + o);
85 System.out.println("Deserializing object");
105 System.out.println("SocketFactoryTest START.");
200 System.out.println("testEquals(client1,client1,true)");
202 System.out.println("testEquals(client1,client2,true)");
204 System.out.println("testEquals(client1,client11,true)");
206 System.out.println("testEquals(client1,client21,true)");
208 System.out.println("testEquals(client11,client21,true)");
210 System.out.println("testEquals(client1,null,false)");
212 System.out
[all...]
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DB6726695.java77 OutputStream out = null;
80 out = http.getOutputStream();
95 out = null;
97 out = http.getOutputStream();
100 if (out == null) {
103 out.write(data);
104 out.flush();
109 out.close();
118 out = null;
120 out
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DPrintAP.java46 Messager out; field in class:PrintAP.PrintingVisitors
57 this.out = env.getMessager();
103 System.out.println();
106 System.out.print("class " + d.getSimpleName());
112 System.out.print(" extends " + Super.toString());
116 System.out.println(" {");
125 System.out.println();
129 System.out.print("enum " + d.getSimpleName());
133 System.out.println(" {");
140 System.out
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DPipedInputStream.java83 * <code>in==out</code> implies the buffer is full
93 protected int out = 0; field in class:PipedInputStream
204 if (in == out)
208 out = 0;
231 if (in == out)
234 if (out < in) {
236 } else if (in < out) {
238 in = out = 0;
241 nextTransferAmount = out - in;
268 while (in == out) {
[all...]
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DEUC_TW.java127 Output out = new Output(new Formatter(sb));
129 out.format(copyright);
130 out.format("%n// -- This file was mechanically generated: Do not edit! -- //%n");
131 out.format("package sun.nio.cs.ext;%n%n");
132 out.format("class EUC_TWMapping {%n%n");
135 out.format(" final static int b1Min = 0x%x;%n", b1Min);
136 out.format(" final static int b1Max = 0x%x;%n", b1Max);
137 out.format(" final static int b2Min = 0x%x;%n", b2Min);
138 out.format(" final static int b2Max = 0x%x;%n", b2Max);
141 out
[all...]
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DMemoryUtil.java44 System.out.println(INDENT + formatSize("Initial size ", usage.getInit()));
45 System.out.println(INDENT + formatSize("Used size ", usage.getUsed()));
46 System.out.println(INDENT + formatSize("Committd size ", usage.getCommitted()));
47 System.out.println(INDENT + formatSize("Max size ", usage.getMax()));
51 System.out.println(INDENT + "Memory Pool name: " + pool.getName());
52 System.out.println(INDENT + "Type: " + pool.getType());
53 System.out.println(INDENT + "Memory Usage: " +
55 System.out.println(INDENT + "Threshold: " +
57 System.out.print(INDENT + "Manager = [");
60 System.out
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/server/
H A DRefsByTypeQuery.java61 System.out.println("null class for " + ref);
89 out.println("<p align='center'>");
92 out.println("[" + clazz.getIdString() + "]");
94 out.println("</p>");
97 out.println("<h3 align='center'>Referrers by Type</h3>");
102 out.println("<h3 align='center'>Referees by Type</h3>");
111 out.println("<table border='1' align='center'>");
123 out.println("<tr><th>Class</th><th>Count</th></tr>");
126 out.println("<tr><td>");
127 out
[all...]
/openjdk7/jdk/test/java/io/Serializable/InvalidClassException/noargctor/
H A DDefaultPackage.java87 public void writeExternal(ObjectOutput out) throws IOException { argument
98 public void writeExternal(ObjectOutput out) throws IOException { argument
109 public void writeExternal(ObjectOutput out) throws IOException { argument
122 public void writeExternal(ObjectOutput out) throws IOException { argument
136 ObjectOutputStream out = new ObjectOutputStream(baos);
137 out.writeObject(new DefaultPublicSerializable());
138 out.writeObject(new DefaultProtectedSerializable());
139 out.writeObject(new DefaultAccessSerializable());
140 out.writeObject(new DefaultPrivateSerializable());
155 out
[all...]
/openjdk7/hotspot/test/compiler/7068051/
H A DTest7068051.java65 System.out.println("..................................");
66 System.out.println(" --> is :" + is);
67 System.out.println(" is.hash :" + is.hashCode());
68 System.out.println();
69 System.out.println(" e.name :" + e.getName());
70 System.out.println(" e.hash :" + e.hashCode());
71 System.out.println(" e.method :" + e.getMethod());
72 System.out.println(" e.size :" + e.getSize());
73 System.out.println(" e.csize :" + e.getCompressedSize());
76 System.out
[all...]
/openjdk7/jdk/test/java/net/NetworkInterface/
H A DTest.java42 System.out.println("\n" + name);
50 System.out.println(addr);
55 System.out.println("getInetAddresses() test passed.");
67 System.out.println("equals() tests passed.");
71 System.out.println("hashCode() test passed.");
78 System.out.println("\nMiscellenous tests: ");
84 System.out.println("getByName(null) test passed.");
90 System.out.println("getByInetAddress(null) test passed.");
96 System.out.println("getByName(<unknown>) test passed.");
103 System.out
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/
H A DMain.java67 * @param out Where the tool's output is directed.
69 public static int process(PrintWriter out, String... args) { argument
70 if (out == null)
71 throw new NullPointerException("Parameter out cannot be null.");
72 return processing(null, out, args);
95 * @param out Where the tool's output is directed.
97 public static int process(AnnotationProcessorFactory factory, PrintWriter out, argument
99 if (out == null)
100 throw new NullPointerException("Parameter out cannot be null.");
103 return processing(factory, out, arg
106 processing(AnnotationProcessorFactory factory, PrintWriter out, String... args) argument
[all...]
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DCloseFailedClientTest.java67 System.out.println("Test to close a failed client.");
73 System.out.println("Test failed for " + protocols[i]);
76 System.out.println("Test successed for " + protocols[i]);
79 System.out.println("Test failed for " + protocols[i]);
80 e.printStackTrace(System.out);
86 System.out.println("Test passed");
89 System.out.println("TEST FAILED");
97 System.out.println("Test for protocol " + proto);
108 System.out.println("Skipping unsupported URL " + url);
127 System.out
[all...]
H A DFailedConnectionTest.java47 System.out.println(">>> test to get an IOException when calling"+
54 System.out.println(">>> Test failed for " + protocols[i]);
57 System.out.println(">>> Test successed for " + protocols[i]);
60 System.out.println(">>> Test failed for " + protocols[i]);
61 e.printStackTrace(System.out);
67 System.out.println(">>> Test passed");
69 System.out.println(">>> TEST FAILED");
76 System.out.println(">>> Test for protocol " + proto);
85 System.out.println("Skipping unsupported URL " + proto);
102 System.out
[all...]
/openjdk7/langtools/test/tools/javac/
H A DT6668802.java44 String[] out = compileBadFile(f);
45 for (String line: out)
47 if (!out[1].equals(test)) {
49 show(" actual", out[1]);
56 FileWriter out = new FileWriter(f);
57 out.write(contents);
58 out.close();
68 PrintWriter out = new PrintWriter(sw);
69 int rc = com.sun.tools.javac.Main.compile(opts, out);
72 out
[all...]

Completed in 292 milliseconds

<<11121314151617181920>>