HomeSort by relevance Sort by last modified time
    Searched refs:writeBytes (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipFileTest.java 82 private static void writeBytes(File f, byte[] bytes) throws IOException {
111 writeBytes(badZip, buffer);
148 writeBytes(zipFile, outBuffer);
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSerializerFoo.java 216 out.writeBytes(s);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DataOutputStreamTest.java 121 * @tests java.io.DataOutputStream#writeBytes(java.lang.String)
134 new DataOutputStream(null).writeBytes("");
RandomAccessFileTest.java 316 raf.writeBytes("HelloWorld");
332 raf.writeBytes("HelloWorld");
457 raf.writeBytes("HelloWorld");
705 * @tests java.io.RandomAccessFile#writeBytes(java.lang.String)
709 // java.io.RandomAccessFile.writeBytes(java.lang.String)
712 raf.writeBytes("HelloWorld");
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java 80 tw.writeBytes(kp.cookie, 0, 16);
  /libcore/luni/src/test/java/libcore/java/io/
DataOutputStreamTest.java 46 // writeBytes takes only the bottom byte from each character.
47 os.writeBytes("0\u12341");
OldAndroidDataInputStreamTest.java 72 f.writeBytes("BCD");
OldDataInputStreamTest.java 262 os.writeBytes("Lorem\nipsum\rdolor sit amet...");
OldRandomAccessFileTest.java 754 * java.io.RandomAccessFile#writeBytes(java.lang.String)
760 raf.writeBytes(testString);
783 raf.writeBytes("Already closed.");
797 * java.io.RandomAccessFile#writeBytes(java.lang.String)
803 raf.writeBytes(testString);
972 raf.writeBytes("HelloWorld");
    [all...]
OldObjectOutputStreamTest.java 199 boos.writeBytes("Lorem ipsum");
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ProfileData.java 157 mOut.writeBytes(String.format("0x%x %s\n", entry.getValue(), entry.getKey()));
  /external/aac/libFDK/include/
FDK_bitstream.h 603 * \brief fill the outputBuffer with all valid bytes hold in BitBuffer. The WriteBytes
608 * \param writeBytes Number of bytes write to output buffer.
611 FDK_INLINE void FDKfetchBuffer(HANDLE_FDK_BITSTREAM hBitStream, UCHAR *outputBuffer, UINT *writeBytes)
614 FDK_Fetch(&hBitStream->hBitBuf, outputBuffer, writeBytes);
  /prebuilts/devtools/tools/lib/
httpmime-4.1.jar 
  /prebuilts/tools/common/http-client/
httpmime-4.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpmime/4.1/
httpmime-4.1.jar 
  /frameworks/base/obex/javax/obex/
ServerOperation.java 211 mPrivateInput.writeBytes(body, 1);
496 mPrivateInput.writeBytes(body, 1);
ClientSession.java 481 privateInput.writeBytes(body, 1);
  /bionic/libc/tools/zoneinfo/
ZoneCompactor.java 207 f.writeBytes(s);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 80 out.writeBytes(BinaryHprof.MAGIC + "1.0.2");
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 226 public void writeBytes(final int fieldNumber, final ByteString value)
299 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value);
    [all...]
  /external/guava/guava/src/com/google/common/io/
ByteStreams.java 432 @SuppressWarnings("deprecation") // for writeBytes
492 @Override public void writeBytes(String s) {
494 output.writeBytes(s);
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 225 public void writeBytes(final int fieldNumber, final ByteString value)
298 writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value);
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 225 processOutput.writeBytes(String.format("%s >> %s\n", command, outputFile));
  /libcore/luni/src/main/java/java/io/
RandomAccessFile.java 749 public final void writeBytes(String str) throws IOException {
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
SFTPv3Client.java 585 tw.writeBytes(createAttrs(attr));
610 tw.writeBytes(createAttrs(attr));
    [all...]

Completed in 1481 milliseconds

12 3 4 5