/external/okio/okio/src/commonMain/kotlin/okio/ |
D | BufferedSource.kt | 272 fun readByteArray(): ByteArray method 275 fun readByteArray(byteCount: Long): ByteArray method
|
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | BufferedSource.kt | 53 actual fun readByteArray(): ByteArray method 55 actual fun readByteArray(byteCount: Long): ByteArray method
|
D | RealBufferedSource.kt | 63 override fun readByteArray(): ByteArray = commonReadByteArray() method in okio.RealBufferedSource 64 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) method in okio.RealBufferedSource
|
D | Buffer.kt | 148 override fun readByteArray(): ByteArray = commonReadByteArray() in <lambda>() method in okio.Buffer 150 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in <lambda>() method in okio.Buffer
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | BufferedSource.kt | 83 actual fun readByteArray(): ByteArray method 86 actual fun readByteArray(byteCount: Long): ByteArray method
|
D | RealBufferedSource.kt | 73 override fun readByteArray(): ByteArray = commonReadByteArray() in buffer() method in okio.RealBufferedSource 74 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in buffer() method in okio.RealBufferedSource
|
D | Buffer.kt | 340 override fun readByteArray() = commonReadByteArray() in <lambda>() method in okio.Buffer 343 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in <lambda>() method in okio.Buffer
|
/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/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/ |
D | BufferIterator.java | 48 public abstract void readByteArray(byte[] bytes, int arrayOffset, int byteCount); in readByteArray() method in BufferIterator
|
D | ByteBufferIterator.java | 48 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in ByteBufferIterator
|
D | NioBufferIterator.java | 69 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in NioBufferIterator
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMemoryMappedFile.java | 114 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFile.RoboBufferIterator
|
D | ShadowMemoryMappedFileS.java | 98 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFileS.RoboBufferIterator
|
/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/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 334 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream 920 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder 1646 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder 2436 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder 3561 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | CodedInputStream.java | 334 public abstract byte[] readByteArray() throws IOException; in readByteArray() method in CodedInputStream 920 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.ArrayDecoder 1646 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.UnsafeDirectNioDecoder 2436 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.StreamDecoder 3561 public byte[] readByteArray() throws IOException { in readByteArray() method in CodedInputStream.IterableDirectByteBufferDecoder
|
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PacketStream.java | 573 byte[] readByteArray(int length) { in readByteArray() method in PacketStream
|
/external/skia/src/core/ |
D | SkReadBuffer.cpp | 282 bool SkReadBuffer::readByteArray(void* value, size_t size) { in readByteArray() function in SkReadBuffer
|
/external/okio/okio/src/jvmTest/java/okio/ |
D | BufferedSourceTest.java | 529 @Test public void readByteArray() throws IOException { in readByteArray() method in BufferedSourceTest
|
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/ |
D | ZoneInfoDataTest.java | 922 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in ZoneInfoDataTest.ByteBufferIterator
|