HomeSort by relevance Sort by last modified time
    Searched defs:writeRawBytes (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 384 output.writeRawBytes(new byte[32]); // Pad with a few random bytes.
493 output.writeRawBytes(new byte[] { (byte)0x80 });
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 42 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
296 writeRawBytes(bytes);
313 writeRawBytes(value);
742 public void writeRawBytes(final byte[] value) throws IOException {
743 writeRawBytes(value, 0, value.length);
747 public void writeRawBytes(final byte[] value, int offset, int length)
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 389 output.writeRawBytes(new byte[32]); // Pad with a few random bytes.
498 output.writeRawBytes(new byte[] { (byte)0x80 });
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 44 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
357 writeRawBytes(bytes);
386 writeRawBytes(value);
904 public void writeRawBytes(final ByteString value) throws IOException {
905 writeRawBytes(value, 0, value.size());
909 public void writeRawBytes(final byte[] value) throws IOException {
910 writeRawBytes(value, 0, value.length);
914 public void writeRawBytes(final byte[] value, int offset, int length)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 43 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
356 writeRawBytes(bytes);
386 writeRawBytes(bytes);
874 public void writeRawBytes(final byte[] value) throws IOException {
875 writeRawBytes(value, 0, value.length);
879 public void writeRawBytes(final byte[] value, int offset, int length)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 43 * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are
337 writeRawBytes(bytes);
355 writeRawBytes(bytes);
361 writeRawBytes(value);
838 public void writeRawBytes(final byte[] value) throws IOException {
839 writeRawBytes(value, 0, value.length);
843 public void writeRawBytes(final byte[] value, int offset, int length)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 815 milliseconds