/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/ |
H A D | BufferedSource.kt | 272 fun readByteArray(): ByteArray method 275 fun readByteArray(byteCount: Long): ByteArray method
|
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 53 actual fun readByteArray(): ByteArray method 55 actual fun readByteArray(byteCount: Long): ByteArray method
|
H A 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
|
H A 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
|
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/ |
H A D | BufferedSource.kt | 83 actual fun readByteArray(): ByteArray method 86 actual fun readByteArray(byteCount: Long): ByteArray method
|
H A D | RealBufferedSource.kt | 74 override fun readByteArray(): ByteArray = commonReadByteArray() in buffer() method in okio.RealBufferedSource 75 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) in buffer() method in okio.RealBufferedSource
|
/aosp_15_r20/external/okhttp/okio/okio/src/main/java/okio/ |
H A D | BufferedSource.java | 104 byte[] readByteArray() throws IOException; in readByteArray() method 107 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
|
H A 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
|
/aosp_15_r20/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/ |
H A D | BufferedSource.java | 106 byte[] readByteArray() throws IOException; in readByteArray() method 109 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
|
H A 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
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | ProtobufReader.kt | 73 fun readByteArray(): ByteArray { in readByteArray() method in kotlinx.serialization.protobuf.internal.ProtobufReader
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A 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
|
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/ |
H A D | BufferIterator.java | 48 public abstract void readByteArray(byte[] bytes, int arrayOffset, int byteCount); in readByteArray() method in BufferIterator
|
H A D | ByteBufferIterator.java | 50 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { in readByteArray() method in ByteBufferIterator
|
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/ |
H A D | BufferIterator.java | 53 public abstract void readByteArray(byte[] bytes, int arrayOffset, int byteCount); in readByteArray() method in BufferIterator
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitwiseInputStream.java | 102 public byte[] readByteArray(int bits) throws AccessException { in readByteArray() method in BitwiseInputStream
|
/aosp_15_r20/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/ |
D | BitwiseInputStream.java | 95 public byte[] readByteArray(int bits) throws AccessException { in readByteArray() method in BitwiseInputStream
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/com/android/i18n/timezone/internal/ |
H A D | ByteBufferIterator.java | 37 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { throw new RuntimeExceptio… in readByteArray() method in ByteBufferIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/com/android/i18n/timezone/internal/ |
H A D | ByteBufferIterator.java | 37 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { throw new RuntimeExceptio… in readByteArray() method in ByteBufferIterator
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/com/android/i18n/timezone/internal/ |
H A D | ByteBufferIterator.java | 37 public void readByteArray(byte[] bytes, int arrayOffset, int byteCount) { throw new RuntimeExceptio… in readByteArray() method in ByteBufferIterator
|
/aosp_15_r20/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/libcore/io/ |
H A D | BridgeBufferIterator.java | 55 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { in readByteArray() method in BridgeBufferIterator
|
/aosp_15_r20/external/okio/okio-wasifilesystem/src/wasmWasiMain/kotlin/okio/internal/ |
H A D | Wasi.kt | 43 private fun Pointer.readByteArray(byteCount: Int): ByteArray { in readByteArray() method
|
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/support/android-versionedparcelable-nodeps/android_common/aar/ |
D | classes.jar | androidx/versionedparcelable/CustomVersionedParcelable.class
CustomVersionedParcelable.java
package androidx.versionedparcelable
public abstract androidx.versionedparcelable ... |
D | android-versionedparcelable-nodeps.jar | androidx/versionedparcelable/CustomVersionedParcelable.class
CustomVersionedParcelable.java
package androidx.versionedparcelable
public abstract androidx.versionedparcelable ... |