Home
last modified time | relevance | path

Searched defs:readByteArray (Results 1 – 25 of 904) sorted by relevance

12345678910>>...37

/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSource.kt272 fun readByteArray(): ByteArray method
275 fun readByteArray(byteCount: Long): ByteArray method
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DBufferedSource.kt53 actual fun readByteArray(): ByteArray method
55 actual fun readByteArray(byteCount: Long): ByteArray method
H A DRealBufferedSource.kt63 override fun readByteArray(): ByteArray = commonReadByteArray() method in okio.RealBufferedSource
64 override fun readByteArray(byteCount: Long): ByteArray = commonReadByteArray(byteCount) method in okio.RealBufferedSource
H A DBuffer.kt148 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 DBufferedSource.kt83 actual fun readByteArray(): ByteArray method
86 actual fun readByteArray(byteCount: Long): ByteArray method
H A DRealBufferedSource.kt74 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 DBufferedSource.java104 byte[] readByteArray() throws IOException; in readByteArray() method
107 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
H A DRealBufferedSource.java91 @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 DBufferedSource.java106 byte[] readByteArray() throws IOException; in readByteArray() method
109 byte[] readByteArray(long byteCount) throws IOException; in readByteArray() method
H A DRealBufferedSource.java92 @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 DProtobufReader.kt73 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 DCodedInputStream.java334 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 DCodedInputStream.java334 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 DBufferIterator.java48 public abstract void readByteArray(byte[] bytes, int arrayOffset, int byteCount); in readByteArray() method in BufferIterator
H A DByteBufferIterator.java50 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 DBufferIterator.java53 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 DBitwiseInputStream.java102 public byte[] readByteArray(int bits) throws AccessException { in readByteArray() method in BitwiseInputStream
/aosp_15_r20/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DBitwiseInputStream.java95 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 DByteBufferIterator.java37 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 DByteBufferIterator.java37 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 DByteBufferIterator.java37 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 DBridgeBufferIterator.java55 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 DWasi.kt43 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/
Dclasses.jarandroidx/versionedparcelable/CustomVersionedParcelable.class CustomVersionedParcelable.java package androidx.versionedparcelable public abstract androidx.versionedparcelable ...
Dandroid-versionedparcelable-nodeps.jarandroidx/versionedparcelable/CustomVersionedParcelable.class CustomVersionedParcelable.java package androidx.versionedparcelable public abstract androidx.versionedparcelable ...

12345678910>>...37