Home
last modified time | relevance | path

Searched defs:readByte (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DIOFunctionTest.java48 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testAndThenConsumer() local
63 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testAndThenFunction() local
75 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testAndThenIOConsumer() local
90 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testAndThenIOFunction() local
101 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testApply() local
136 final IOFunction<InputStream, Integer> readByte = InputStream::read; in testComposeIOFunction() local
149 final IOSupplier<Integer> readByte = is::read; in testComposeIOSupplier() local
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/srcs/android/aconfig/storage/
H A DByteBufferReader.java32 public int readByte() { in readByte() method in ByteBufferReader
59 public int readByte(int i) { in readByte() method in ByteBufferReader
/aosp_15_r20/external/leakcanary2/shark-graph/src/main/java/shark/internal/
H A DByteSubArray.kt17 fun readByte(): Byte { in readByte() method
H A DFieldValuesReader.kt64 private fun readByte(): Byte { in readByte() method in shark.internal.FieldValuesReader
H A DClassFieldsReader.kt119 fun readByte(): Byte { in readByte() method in shark.internal.ClassFieldsReader.ReadInFlight
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DBufferedSource.kt46 fun readByte(): Byte method
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
H A DDexReader.java365 public int readByte() { in readByte() method in DexReader
381 public int readByte(int offset) { return dexBuf.readByte(offset); } in readByte() method in DexReader
/aosp_15_r20/dalvik/dx/src/com/android/dex/util/
H A DByteInput.java29 byte readByte(); in readByte() method
H A DByteArrayByteInput.java29 public byte readByte() { in readByte() method in ByteArrayByteInput
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStreamTest.java42 int readByte = inputStream.read(); in readSingleBytes() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/
H A DDataSourceInputStreamTest.java42 int readByte = inputStream.read(); in readSingleBytes() local
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/base/
H A DBitStreamReader.java69 public byte readByte() { in readByte() method in BitStreamReader
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DByteArrayDataInput.java57 byte readByte(); in readByte() method
/aosp_15_r20/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/internal/
H A DBufferIterator.java55 public abstract byte readByte(); in readByte() method in BufferIterator
H A DByteBufferIterator.java55 public byte readByte() { in readByte() method in ByteBufferIterator
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DDataInput.java304 byte readByte() throws IOException; in readByte() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DDataInput.java304 byte readByte() throws IOException; in readByte() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DDataInput.java304 byte readByte() throws IOException; in readByte() method
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DByteArrayDataInput.java57 byte readByte(); in readByte() method
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DBufferIterator.java61 public abstract byte readByte(); in readByte() method in BufferIterator
/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.java39 public byte readByte() { throw new RuntimeException("Stub!"); } in readByte() 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.java39 public byte readByte() { throw new RuntimeException("Stub!"); } in readByte() 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.java39 public byte readByte() { throw new RuntimeException("Stub!"); } in readByte() method in ByteBufferIterator
/aosp_15_r20/external/openscreen/osp/go/
H A Dbinary.go83 func readByte(r io.Reader) (byte, error) { func
/aosp_15_r20/system/media/audio_utils/include/audio_utils/
H A DCircularBuffer.h80 uint8_t readByte() { in readByte() function

12345678910>>...53