Home
last modified time | relevance | path

Searched defs:read (Results 326 – 350 of 6627) sorted by relevance

1...<<11121314151617181920>>...266

/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DRandomAccessFileInputStream.java200 public int read() throws IOException { in read() method in RandomAccessFileInputStream
205 public int read(final byte[] bytes) throws IOException { in read() method in RandomAccessFileInputStream
210 public int read(final byte[] bytes, final int offset, final int length) throws IOException { in read() method in RandomAccessFileInputStream
H A DNullReader.java233 public int read() throws IOException { in read() method in NullReader
256 public int read(final char[] chars) throws IOException { in read() method in NullReader
274 public int read(final char[] chars, final int offset, final int length) throws IOException { in read() method in NullReader
H A DBoundedInputStream.java176 public int read() throws IOException { in read() method in BoundedInputStream
195 public int read(final byte[] b) throws IOException { in read() method in BoundedInputStream
210 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in BoundedInputStream
H A DNullInputStream.java248 public int read() throws IOException { in read() method in NullInputStream
271 public int read(final byte[] bytes) throws IOException { in read() method in NullInputStream
289 public int read(final byte[] bytes, final int offset, final int length) throws IOException { in read() method in NullInputStream
H A DUnsynchronizedByteArrayInputStream.java251 public int read() { in read() method in UnsynchronizedByteArrayInputStream
256 public int read(final byte[] dest) { in read() method in UnsynchronizedByteArrayInputStream
262 public int read(final byte[] dest, final int off, final int len) { in read() method in UnsynchronizedByteArrayInputStream
/aosp_15_r20/external/webrtc/modules/video_coding/utility/
H A Divf_file_reader.cc59 size_t read = file_.Read(&ivf_header, kIvfHeaderSize); in Reset() local
135 size_t read = file_.Read(&payload->data()[current_layer_start_pos], in NextFrame() local
206 size_t read = file_.Read(&ivf_frame_header, kIvfFrameHeaderSize); in ReadNextFrameHeader() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DBuffer.kt124 override fun read(): Int { in <lambda>() method
132 override fun read(sink: ByteArray, offset: Int, byteCount: Int): Int { in <lambda>() method
345 override fun read(sink: ByteArray) = commonRead(sink) in <lambda>() method in okio.Buffer
350 override fun read(sink: ByteArray, offset: Int, byteCount: Int): Int = in <lambda>() method in okio.Buffer
354 override fun read(sink: ByteBuffer): Int { in <lambda>() method in okio.Buffer
467 override fun read(sink: Buffer, byteCount: Long): Long = commonRead(sink, byteCount) in <lambda>() method in okio.Buffer
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_base.rs40 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
158 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
242 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
312 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
457 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
635 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
747 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
956 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1016 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
1091 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
[all …]
H A Dgenerated_gdef.rs53 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
296 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
402 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
474 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
580 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
670 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
730 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
797 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
871 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
963 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/7/libcore/ojluni/src/main/java/java/nio/channels/
DDatagramChannel.java506 public abstract int read(ByteBuffer dst) throws IOException; in read() method in DatagramChannel
521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in DatagramChannel
537 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in DatagramChannel
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/channels/
DDatagramChannel.java506 public abstract int read(ByteBuffer dst) throws IOException; in read() method in DatagramChannel
521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in DatagramChannel
537 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in DatagramChannel
DSocketChannel.java472 public abstract int read(ByteBuffer dst) throws IOException; in read() method in SocketChannel
478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in SocketChannel
485 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in SocketChannel
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/archives/
DArchiveEntryInputStream.java46 public int read() throws IOException { in read() method in ArchiveEntryInputStream
51 public int read(byte[] b, int off, int len) throws IOException { in read() method in ArchiveEntryInputStream
75 int read(byte[] b, int off, int len) throws IOException; in read() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/channels/
H A DDatagramChannel.java506 public abstract int read(ByteBuffer dst) throws IOException; in read() method in DatagramChannel
521 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in DatagramChannel
537 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in DatagramChannel
H A DSocketChannel.java472 public abstract int read(ByteBuffer dst) throws IOException; in read() method in SocketChannel
478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in SocketChannel
485 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in SocketChannel
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/8/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java472 public abstract int read(ByteBuffer dst) throws IOException; in read() method in SocketChannel
478 public abstract long read(ByteBuffer[] dsts, int offset, int length) in read() method in SocketChannel
485 public final long read(ByteBuffer[] dsts) throws IOException { in read() method in SocketChannel
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/gz/
Dread.rs77 fn read(&mut self, into: &mut [u8]) -> io::Result<usize> { in read() method
186 fn read(&mut self, into: &mut [u8]) -> io::Result<usize> { in read() method
284 fn read(&mut self, into: &mut [u8]) -> io::Result<usize> { in read() method
333 fn read(&mut self, buf: &mut [u8]) -> Result<usize> { in read() method
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/setupwizard/android_onboarding.contracts.setupwizard/android_common/kotlin_headers/
Dandroid_onboarding.contracts.setupwizard.jar ... .android.onboarding.contracts.setupwizard.SuwArguments read (com.android.onboarding.contracts.NodeAwareIntentScope ...
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
H A DHuffmanDecoder.java195 abstract int read(byte[] b, int off, int len) throws IOException; in read() method in HuffmanDecoder.DecoderState
204 private long read; field in HuffmanDecoder.UncompressedState
216 int read(byte[] b, int off, int len) throws IOException { in read() method in HuffmanDecoder.UncompressedState
257 int read(byte[] b, int off, int len) throws IOException { in read() method in HuffmanDecoder.InitialState
294 int read(byte[] b, int off, int len) throws IOException { in read() method in HuffmanDecoder.HuffmanCodes
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DAPIData.java38 static APIData read(BufferedReader br, boolean internal) { in read() method in APIData
68 public static APIData read(File file, boolean internal) { in read() method in APIData
108 static APIData read(String fileName, boolean internal) { in read() method in APIData
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DFileInputStream.java56 public int read() throws java.io.IOException { in read() method in FileInputStream
60 public int read(byte[] b) throws java.io.IOException { in read() method in FileInputStream
64 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in FileInputStream
/aosp_15_r20/device/google/cuttlefish/host/libs/location/
DGpxParser.cpp53 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), "%f", in parseLocation() local
67 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), "%f", in parseLocation() local
112 int read = SscanfWithCLocale(reinterpret_cast<const char *>(tmpStr), in parseLocation() local
/aosp_15_r20/frameworks/multidex/library/test/src/androidx/multidex/
H A DZipUtilTest.java75 int read = raf.read(dirData, off, length); in testCrcRange() local
122 int read = in.read(buffer); in testCrcValue() local
152 int read = in.read(buffer); in testInvalidCrcValue() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
DCountedDataInputStream.java45 public int read(byte[] b) throws IOException { in read() method in CountedDataInputStream
52 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountedDataInputStream
59 public int read() throws IOException { in read() method in CountedDataInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java288 public int read() throws IOException { in read() method in FileInputStream
320 public int read(byte b[]) throws IOException { in read() method in FileInputStream
343 public int read(byte b[], int off, int len) throws IOException { in read() method in FileInputStream

1...<<11121314151617181920>>...266