Searched refs:write (Results 151 - 175 of 283) sorted by relevance

1234567891011>>

/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm11n.java101 write(out,
H A DForm12x.java128 write(out, opcodeUnit(insn,
H A DForm21s.java100 write(out,
H A DForm22b.java102 write(out,
H A DForm22c.java104 write(out,
H A DForm22s.java102 write(out,
H A DForm22t.java98 write(out,
H A DForm31c.java124 write(out,
H A DForm31i.java98 write(out,
H A DForm51l.java95 write(out,
H A DForm21c.java129 write(out,
H A DForm21h.java118 write(out, opcodeUnit(insn, regs.get(0).getReg()), bits);
/dalvik/dx/src/com/android/dx/dex/file/
H A DEncodedArrayItem.java55 * The write size isn't known up-front because (the variable-lengthed)
128 out.write(encodedForm);
/dalvik/libcore/luni/src/test/java/com/google/coretests/
H A DCoreTestIsolator.java46 public void write(int oneByte) throws IOException {
/dalvik/libcore/luni/src/test/java/tests/api/java/lang/reflect/
H A DGenericSignatureFormatErrorTest.java116 os.write(b);
/dalvik/libcore/luni-kernel/src/main/java/java/lang/
H A DRuntime.java815 writer.write(chars, 0, read);
862 public void write(int b) throws IOException { method in class:WriterOutputStream
863 out.write(b);
877 writer.write(chars, 0, read);
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
H A DClientKeyExchange.java137 out.write(exchange_keys);
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DDalvikExecTest.java157 jarOut.write("This Resource contains some text.".getBytes());
230 jarOut.write("This Resource contains some text.".getBytes());
288 out.write(buffer, 0, count);
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
H A DPrintStreamTest.java80 tobj.write(1);
108 tobj.write(1);
146 tobj.write(1);
176 tobj.write(1);
295 public void write(int b) throws IOException {
299 public void write(byte[] b, int o, int l) throws IOException {
802 * @tests java.io.PrintStream#write(byte[], int, int)
807 method = "write",
811 // Test for method void java.io.PrintStream.write(byte [], int, int)
813 os.write(fileStrin
[all...]
/dalvik/libcore/luni/src/main/java/java/util/
H A DProperties.java207 * the {@code PrintStream} to write the content to in human readable
244 * the {@code PrintWriter} to write the content to in human
500 * @param out the {@code OutputStream} to write to.
540 * @param out the {@code OutputStream} to write to.
542 * @throws IOException if an error occurs during the write to the {@code
558 writer.write("#"); //$NON-NLS-1$
559 writer.write(comment);
560 writer.write(lineSeparator);
562 writer.write("#"); //$NON-NLS-1$
563 writer.write(ne
[all...]
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
H A DFileChannelImpl.java429 return write(buffer, position);
468 return target.write(buffer);
517 * @see java.nio.channels.WritableByteChannel#write(java.nio.ByteBuffer)
520 public int write(ByteBuffer buffer, long position) throws IOException { method in class:FileChannelImpl
544 public int write(ByteBuffer buffer) throws IOException { method in class:FileChannelImpl
567 bytesWritten = (int) fileSystem.write(handle, buffer
582 public long write(ByteBuffer[] buffers, int offset, int length) method in class:FileChannelImpl
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
H A DSourceChannelTest.java99 sink.write(ByteBuffer.allocate(1));
134 sink.write(buffer);
224 long writeCount = sink.write(bufArray);
307 sink.write(buffer);
392 sink.write(bufArray);
515 sink.write(buffer);
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
H A DSHAOutputStream.java83 // Optimization, for write
99 * returned by getHash() if write() is never called.
420 * number of bytes in buffer to write
423 public void write(byte[] buffer, int off, int len) { method in class:SHAOutputStream
458 public void write(int b) { method in class:SHAOutputStream
461 write(oneByte, 0, 1);
/dalvik/libcore/archive/src/main/java/java/util/jar/
H A DJarInputStream.java184 verStream.write(buffer, offset, r);
/dalvik/libcore/luni/src/main/java/java/io/
H A DEmulatedFieldsForDumping.java196 public void write(ObjectOutput output) throws IOException { method in class:EmulatedFieldsForDumping

Completed in 517 milliseconds

1234567891011>>