/external/okio/okio/src/commonMain/kotlin/okio/ |
D | BufferedSource.kt | 312 fun readByteArray(): ByteArray method 315 fun readByteArray(byteCount: Long): ByteArray method
|
D | RealBufferedSource.kt | 43 override fun readByteArray(): ByteArray method 44 override fun readByteArray(byteCount: Long): ByteArray method
|
D | Buffer.kt | 131 override fun readByteArray(): ByteArray in copyTo() method in okio.Buffer 132 override fun readByteArray(byteCount: Long): ByteArray in copyTo() method in okio.Buffer
|
/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
D | BufferedSource.kt | 55 actual fun readByteArray(): ByteArray method 57 actual fun readByteArray(byteCount: Long): ByteArray method
|
D | RealBufferedSource.kt | 64 actual override fun readByteArray(): ByteArray = commonReadByteArray() method in okio.RealBufferedSource 65 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) method in okio.RealBufferedSource
|
D | Buffer.kt | 150 actual override fun readByteArray(): ByteArray = commonReadByteArray() in <lambda>() method in okio.Buffer 152 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in <lambda>() method in okio.Buffer
|
/external/okio/okio/src/jvmMain/kotlin/okio/ |
D | BufferedSource.kt | 86 actual fun readByteArray(): ByteArray method 89 actual fun readByteArray(byteCount: Long): ByteArray method
|
D | RealBufferedSource.kt | 76 actual override fun readByteArray(): ByteArray = commonReadByteArray() in buffer() method in okio.RealBufferedSource 77 actual override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in buffer() method in okio.RealBufferedSource
|
D | Buffer.kt | 342 actual override fun readByteArray() = commonReadByteArray() in <lambda>() method in okio.Buffer 345 actual 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 | 50 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/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/ |
D | Wasi.kt | 43 private fun Pointer.readByteArray(byteCount: Int): ByteArray { in readByteArray() method
|
/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
D | ProtobufReader.kt | 73 fun readByteArray(): ByteArray { in readByteArray() method in kotlinx.serialization.protobuf.internal.ProtobufReader
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowMemoryMappedFile.java | 99 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFile.RoboBufferIterator
|
D | ShadowMemoryMappedFileS.java | 101 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in ShadowMemoryMappedFileS.RoboBufferIterator
|
/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/stable/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/cronet/tot/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/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
D | PacketStream.java | 573 byte[] readByteArray(int length) { in readByteArray() method in PacketStream
|