Searched refs:write (Results 276 - 298 of 298) sorted by relevance

<<1112

/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
H A DInflaterInputStreamTest.java276 dos.write(test);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
H A DOSNetworkSystem.java707 * the socket on which to write the bytes
721 public int write(FileDescriptor fd, byte[] data, int offset, int count) method in class:OSNetworkSystem
734 * the socket on which to write the bytes
758 // * the socket on which to write the bytes
763 // * the index of the first byte to be write
/dalvik/libcore/luni/src/test/java/tests/api/java/net/
H A DJarURLConnectionTest.java461 out.write(new byte[] { 'a', 'b', 'c' });
/dalvik/libcore/nio_char/src/test/java/tests/api/java/nio/charset/
H A DCharsetProviderTest.java117 writer.write(content);
/dalvik/libcore/security/src/main/java/java/security/
H A DCodeSource.java583 oos.write(data);
/dalvik/vm/analysis/
H A DDexOptimize.c21 * happen to write", since the VM that writes it is by definition the same
624 /* unmap the read-write version, forcing writes to disk */
722 actual = write(fd, &optHdr, sizeof(optHdr));
1057 actual = write(fd, buf, bufLen);
1093 actual = write(fd, &header, sizeof(header));
1095 logFailedWrite(size, actual, "aux chunk header write", errno);
1100 actual = write(fd, data, size);
1102 logFailedWrite(size, actual, "aux chunk write", errno);
1155 /* write the end marker */
1164 * Log a failed write
[all...]
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java623 out.write(posted.getBytes());
924 out.write(helloWorldString);
/dalvik/hit/src/com/android/hit/
H A DHprofParser.java475 staticFieldValues.write(buffer, 0, fieldSize);
/dalvik/libcore/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DHandlerTest.java776 public void write(int arg0) throws IOException { method in class:HandlerTest.NullOutputStream
H A DSocketHandlerTest.java1015 os.write(1);
/dalvik/libcore/luni/src/main/java/java/util/
H A DSimpleTimeZone.java1016 stream.write(values);
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DInputStreamReaderTest.java120 osw.write(buf);
H A DSerializationStressTest3.java325 // Tests the behavior of ObjectOutputStream.PutField.write()
357 // Use fields.write() instead of out.writeFields();
358 fields.write(out);
2043 "read,write");
2046 p.add(new PropertyPermission("java.*", "write"));
/dalvik/libcore/xml/src/test/java/org/apache/harmony/xml/
H A DXsltXPathConformanceTestSuite.java609 out.write(buffer, 0, count);
H A DExpatParserTest.java764 out.write(response.getBytes("UTF-8"));
/dalvik/libcore/luni/src/main/java/java/net/
H A DURLClassLoader.java721 bos.write(buf, 0, count);
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
H A DRuntimeTest.java917 lcOut.write(simpleString.getBytes("UTF-8"));
/dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
H A DDOM3TreeWalker.java511 // The Serializer does not provide a way to write out the
512 // DOCTYPE internal subset via an event call, so we write it
542 writer.write(dtd.toString());
H A DLSSerializerImpl.java209 * created and initialized the first time any of the write methods are
210 * invoked to serialize the Node. Subsequent write methods on the same
880 * @see org.w3c.dom.ls.LSSerializer#write(org.w3c.dom.Node, org.w3c.dom.ls.LSOutput)
887 public boolean write(Node nodeArg, LSOutput destination) throws LSException { method in class:LSSerializerImpl
1116 // Should we reset the serializer configuration before each write operation?
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp675 * Any read or write attempt loops will be cancelled once this flag becomes 0.
693 * another thread stuck in a select(), it will write a byte to the pipe, waking
850 * while thread #2 is sitting in a blocking read or write. The type argument
935 write(data->fdsEmergency[1], &token, 1);
1063 * @param buf non-null; buffer to write
1073 // LOGD("Entering sslWrite(), caller requests to write %d bytes...", len);
1120 // Sucessfully write at least one byte.
1133 // The concept of a write timeout doesn't really make sense, and
1325 * Turn on "partial write" mode. This means that SSL_write() will
1326 * behave like Posix write() an
[all...]
/dalvik/libcore/x-net/src/test/java/tests/api/javax/net/ssl/
H A DSSLEngineTest.java1822 log("write: " + produced);
1823 out.write(writeBuffer);
/dalvik/libcore/xml/src/test/java/tests/xml/
H A DDomTest.java1035 writer.write("<a>"
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DFormatterTest.java86 if (p.getActions().equals("write") && p instanceof FilePermission) {
4764 bw.write(1);// write something into the file

Completed in 657 milliseconds

<<1112