/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
D | BufferedSource.java | 106 byte[] readByteArray() throws IOException; in readByteArray() method 109 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
|
D | RealBufferedSource.java | 92 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource 97 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
|
/external/okhttp/okio/okio/src/main/java/okio/ |
D | BufferedSource.java | 104 byte[] readByteArray() throws IOException; in readByteArray() method 107 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
|
D | RealBufferedSource.java | 91 @Override public byte[] readByteArray() throws IOException { in readByteArray() method in RealBufferedSource 96 @Override public byte[] readByteArray(long byteCount) throws IOException { in readByteArray() method in RealBufferedSource
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMemoryMappedFile.java | 109 @Override public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFile.RoboBufferIterator
|
D | ShadowParcel.java | 548 public byte[] readByteArray() { in readByteArray() method in ShadowParcel.ByteBuffer 563 public boolean readByteArray(byte[] dest, int destLen) { in readByteArray() method in ShadowParcel.ByteBuffer
|
/external/okhttp/okio/okio/src/test/java/okio/ |
D | BufferedSourceTest.java | 349 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
|
/external/skqp/src/core/ |
D | SkReadBuffer.cpp | 230 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
|
D | SkReadBuffer.h | 316 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 328 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream 914 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder 1639 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder 2388 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder 3499 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 240 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
|
D | SkReadBuffer.h | 286 bool readByteArray (void*, size_t) { return false; } in readByteArray() function
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PacketStream.java | 573 byte[] readByteArray(int length) { in readByteArray() method in PacketStream
|