Searched refs:in (Results 551 - 575 of 1697) sorted by relevance

<<21222324252627282930>>

/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dautotest.sh9 # This code is distributed in the hope that it will be useful, but WITHOUT
12 # version 2 for more details (a copy is included in the LICENSE file that
31 # in the source directory
46 case "$OS" in
51 case "$ARCH" in
65 case "$ARCH" in
/openjdk7/jdk/test/sun/net/www/http/ChunkedOutputStream/
H A DcheckError.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
180 BufferedReader in = null;
190 in = new BufferedReader(reader);
191 line = in.readLine();
212 line = in.readLine();
226 // see 19.4.6 Introduction of Transfer-Encoding in RFC2616
230 in.readLine();
234 in.close();
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DReadPKCS12.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
69 InputStream in = new FileInputStream("keystore.old");
70 ks2.load(in, "passphrase".toCharArray());
71 in.close();
106 InputStream in = new FileInputStream(file);
108 ks.load(in, password);
109 in.close();
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DObjID.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
182 * @param in the <code>ObjectInput</code> instance to read
190 public static ObjID read(ObjectInput in) throws IOException { argument
191 long num = in.readLong();
192 UID space = UID.read(in);
234 * The address space identifier is only included in the string
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DInvalidTargetObjectTypeException.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
54 // Two serial forms are supported in this class. The selected form depends
65 // Serializable fields in old serial form
72 // Serializable fields in new serial form
123 * @param s String value that will be incorporated in the message for
141 * @param s String value that will be incorporated in message for
156 private void readObject(ObjectInputStream in) argument
160 // Read an object serialized in th
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftLanczosResampler.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
77 public void interpolate(float[] in, float[] in_offset, float in_end, argument
94 y += in[xx] * sinc_table[i];
106 y += in[xx] * sinc_table[i];
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DXMLHTTPBindingCodec.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
180 public void decode(InputStream in, String contentType, Packet packet) throws IOException { argument
189 xmlCodec.decode(in, contentType, packet);
191 packet.setMessage(new XMLMultiPart(contentType, in, binding));
198 fiCodec.decode(in, contentType, packet);
200 xmlCodec.decode(in, contentType, packet);
202 packet.setMessage(new UnknownContent(contentType, in));
298 // Always encode using Fast Infoset if in optimisiti
311 transformDataSource(DataSource in, boolean isFastInfoset, boolean useFastInfoset, WSBinding binding) argument
[all...]
/openjdk7/jdk/test/com/sun/crypto/provider/TLS/
H A DTestPRF.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
51 InputStream in = new FileInputStream(new File(BASE, "prfdata.txt"));
52 BufferedReader reader = new BufferedReader(new InputStreamReader(in));
112 in.close();
/openjdk7/jdk/test/com/sun/jdi/
H A DCatchPatternTest.sh11 # This code is distributed in the hope that it will be useful, but WITHOUT
14 # version 2 for more details (a copy is included in the LICENSE file that
85 cmd stop in ${classname}.main
86 cmd stop in ${classname}.partTwo
104 for ii in . $TESTSRC $TESTSRC/.. ; do
/openjdk7/jdk/test/java/lang/String/
H A DToLowerCase.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
77 // Remove dot_above in the sequence I + dot_above (Turkish and Azeri)
108 static void test(String in, Locale locale, String expected) { argument
109 String result = in.toLowerCase(locale);
111 System.err.println("input: " + in + ", locale: " + locale +
/openjdk7/jdk/test/java/net/Inet6Address/
H A DB6558853.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
70 // No Scope found in the address String
84 InputStream in = s.getInputStream();
85 int i = in.read();
86 in.close();
/openjdk7/jdk/test/java/net/URLConnection/
H A DRedirectLimit.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
120 try (InputStream in = conURL.getInputStream()) {
121 if ((in.read() != (int)'W') || (in.read()!=(int)'o')) {
/openjdk7/jdk/test/java/rmi/MarshalledObject/compare/
H A DCompare.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
29 * not involved in location should be compared.
90 ObjectInputStream in = new ObjectInputStream(new FileInputStream(file));
91 read = (MarshalledObject) in.readObject();
92 in.close();
/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot_Skel.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
76 java.io.ObjectInput in = call.getInputStream();
77 $param_int_1 = in.readInt();
78 $param_String_2 = (java.lang.String) in.readObject();
/openjdk7/jdk/test/sun/util/logging/
H A DSourceClassName.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
70 System.out.println("Checking log records in file: " + log);
71 FileInputStream in = new FileInputStream(log);
74 BufferedReader reader = new BufferedReader(new InputStreamReader(in));
105 in.close();
/openjdk7/langtools/test/com/sun/javadoc/AccessAsciiArt/
H A DAccessAsciiArt.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
87 "<li><a href=\"../../p1/C.html\" title=\"class in p1\">p1.C</a></li>",
92 "<li><a href=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</a></li>",
114 // Find string in file's contents
143 BufferedReader in = new BufferedReader(new FileReader(file));
149 in.read(allChars, 0, (int)file.length());
150 in.close();
/openjdk7/langtools/test/com/sun/javadoc/AccessFrameTitle/
H A DAccessFrameTitle.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
88 // in case the ending part of the string later changes
113 // Find string in file's contents
142 BufferedReader in = new BufferedReader(new FileReader(file));
148 in.read(allChars, 0, (int)file.length());
149 in.close();
/openjdk7/langtools/test/com/sun/javadoc/AccessH1/
H A DAccessH1.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
27 * @summary Use <H1, <H2>, and <H3> in proper sequence for accessibility
92 // Test the doc title in the overview page
111 // Find string in file's contents
140 BufferedReader in = new BufferedReader(new FileReader(file));
146 in.read(allChars, 0, (int)file.length());
147 in.close();
/openjdk7/langtools/test/com/sun/javadoc/AuthorDD/
H A DAuthorDD.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
111 // Find string in file's contents
140 BufferedReader in = new BufferedReader(new FileReader(file));
146 in.read(allChars, 0, (int)file.length());
147 in.close();
/openjdk7/langtools/test/com/sun/javadoc/VersionNumber/
H A DVersionNumber.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
104 // Find string in file's contents
133 BufferedReader in = new BufferedReader(new FileReader(file));
139 in.read(allChars, 0, (int)file.length());
140 in.close();
/openjdk7/langtools/test/com/sun/javadoc/testSourceTab/
H A DTestSourceTab.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
102 BufferedReader in = new BufferedReader(new FileReader(f));
105 while ((line = in.readLine()) != null) {
110 in.close();
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
32 fixed small problems in stub file
40 fixed some bugs in writer
75 fixed error in libpng.txt and example.c
89 put all the configurable stuff in pngconf.h
111 fixed other bugs introduced in 0.85 and 0.86
131 since it didn't work in previous versions of libpng anyways
138 in pngcon
[all...]
/openjdk7/jdk/test/java/rmi/server/RemoteObject/unrecognizedRefType/
H A DUnrecognizedRefType.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
33 * other classes in the internal package sun.rmi.server should
71 ObjectInputStream in = new ObjectInputStream(bin);
73 Object obj2 = in.readObject();
129 public void readExternal(ObjectInput in) { argument
/openjdk7/jdk/test/sun/net/www/http/KeepAliveCache/
H A DKeepAliveTimerThread.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
27 * @summary Keep-Alive-Timer thread management in KeepAliveCache causes memory leak
42 InputStream in =
47 n = in.read(b);
49 in.close();
110 // start fetch in its own thread group
113 // http request in another thread group
120 throw new RuntimeException("Keep-alive thread started in wrong thread group");
/openjdk7/langtools/test/tools/javadoc/6964914/
H A DTestUserDoclet.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
56 // run javadoc in separate process to ensure doclet executed under
70 BufferedReader in = new BufferedReader(new InputStreamReader(p.getInputStream()));
73 while ((line = in.readLine()) != null) {
82 in.close();

Completed in 120 milliseconds

<<21222324252627282930>>