Searched refs:write (Results 226 - 250 of 384) sorted by relevance

1234567891011>>

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DZipFileTest.java107 out.write(buf, 0, result);
425 zipOutputStream.write(new byte[2]);
428 zipOutputStream.write(new byte[2]);
431 zipOutputStream.write(new byte[2]);
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DPreferencesTest.java83 writer.write("lamb");
/libcore/luni/src/test/java/libcore/javax/crypto/
H A DCipherOutputStreamTest.java72 cos.write(encrypted);
/libcore/ojluni/src/main/java/java/time/
H A DZoneRegion.java18 * 2 along with this work; if not, write to the Free Software Foundation,
207 void write(DataOutput out) throws IOException { method in class:ZoneRegion
/libcore/ojluni/src/main/java/java/util/jar/
H A DJarInputStream.java18 * 2 along with this work; if not, write to the Free Software Foundation,
113 baos.write(buffer, 0, n);
H A DManifest.java18 * 2 along with this work; if not, write to the Free Software Foundation,
95 * #write}.
146 public void write(OutputStream out) throws IOException { method in class:Manifest
150 // Now write out the pre-entry attributes
164 e.getValue().write(dos);
/libcore/ojluni/src/main/java/sun/security/x509/
H A DCRLReasonCodeExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
158 * @param out the DerOutputStream to write the extension to.
170 out.write(tmp.toByteArray());
H A DGeneralSubtree.java18 * 2 along with this work; if not, write to the Free Software Foundation,
209 out.write(DerValue.tag_Sequence, seq);
H A DInhibitAnyPolicyExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
181 out.write(tmp.toByteArray());
H A DInvalidityDateExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
177 * @param out the DerOutputStream to write the extension to
189 out.write(tmp.toByteArray());
H A DIssuerAlternativeNameExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
159 * @param out the OutputStream to write the extension to.
170 out.write(tmp.toByteArray());
H A DSubjectAlternativeNameExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
164 * @param out the OutputStream to write the extension to.
175 out.write(tmp.toByteArray());
H A DAuthorityKeyIdentifierExtension.java18 * 2 along with this work; if not, write to the Free Software Foundation,
112 seq.write(DerValue.tag_Sequence, tmp);
215 * @param out the OutputStream to write the extension to.
226 out.write(tmp.toByteArray());
/libcore/ojluni/src/test/java/nio/file/attribute/
H A DBasicFileAttributeViewTest.java16 * 2 along with this work; if not, write to the Free Software Foundation,
113 out.write("this is not an empty file".getBytes("UTF-8"));
/libcore/support/src/test/java/tests/support/
H A DSupport_Exec.java124 writer.write(c);
H A DSupport_GetPutFieldsDeprecated.java29 * {@code ObjectOutputStream.PutField.write(ObjectOutput)} to write the fields
132 putField.write(oos);
H A DSupport_TestWebData.java121 out.write(in.read());
H A DSupport_TestWebServer.java591 ps.write(buf, 0, 5);
592 ps.write(EOL);
639 // Post method write body data
691 ps.write(bytes, offset, count);
697 ps.write(EOL);
816 * @param ps The PrintStream to write to
825 * @param ps The PrintStream to write to
/libcore/tzdata/tools2/src/main/libcore/tzdata/update2/tools/
H A DCreateTimeZoneDistro.java66 os.write(distro.getBytes());
/libcore/luni/src/test/java/libcore/java/nio/file/
H A DFiles2Test.java927 Files.write(filesSetup.getDataFilePath(), lines, StandardCharsets.UTF_16);
970 Files.write(filesSetup.getDataFilePath(), lines, StandardCharsets.UTF_8);
1066 // Test the case where file is write-only.
1115 bufferedWriter.write(TEST_FILE_DATA);
1122 bufferedWriter.write(TEST_FILE_DATA_2);
1149 bufferedWriter.write(TEST_FILE_DATA);
1179 sbc.write(ByteBuffer.allocate(10));
1213 sbc.write(ByteBuffer.wrap(TEST_FILE_DATA_2.getBytes()));
1237 // Pointer will move to the end of the file after read operation. The write should
1239 sbc.write(ByteBuffe
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
H A DProcessManagerTest.java41 out.write(greeting.getBytes());
42 out.write('\n');
/libcore/luni/src/test/java/libcore/java/net/
H A DOldURLClassLoaderTest.java85 out.write(resValues[0].getBytes());
94 out.write(resValues[1].getBytes());
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DSelectorTest.java125 // Have the 'server' write something.
126 ssc.accept().write(ByteBuffer.allocate(128));
128 // At this point, the client should be able to read or write immediately.
171 server.write(ByteBuffer.allocate(8192));
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java95 socket.getOutputStream().write((
110 socket.getOutputStream().write((
/libcore/ojluni/src/main/java/sun/security/pkcs/
H A DPKCS9Attributes.java18 * 2 along with this work; if not, write to the Free Software Foundation,
239 out.write(tag);
240 out.write(derEncoding, 1, derEncoding.length -1);

Completed in 318 milliseconds

1234567891011>>