Home
last modified time | relevance | path

Searched defs:read (Results 576 – 600 of 6627) sorted by relevance

1...<<21222324252627282930>>...266

/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
H A DRandomInputStream.java70 public int read(byte[] b, int off, int len) throws IOException { in read() method in RandomInputStream
96 public int read() throws IOException { in read() method in RandomInputStream
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DCountingInputStream.java54 public int read() throws IOException { in read() method in CountingInputStream
63 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/
H A DDigestInputStream.java124 public int read() throws IOException { in read() method in DigestInputStream
161 public int read(byte[] b, int off, int len) throws IOException { in read() method in DigestInputStream
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar27META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-27/
Dframework.jarcom/android/internal/widget/remotecompose/core/operations/utilities/StringSerializer.class ...
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DSequenceInputStream.java154 public int read() throws IOException { in read() method in SequenceInputStream
188 public int read(byte b[], int off, int len) throws IOException { in read() method in SequenceInputStream
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DConstructedOctetStream.java20 public int read(byte[] b, int off, int len) throws IOException in read() method in ConstructedOctetStream
68 public int read() in read() method in ConstructedOctetStream
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/crypto/
H A DAesCipherDataSource.java64 public int read(byte[] buffer, int offset, int length) throws IOException { in read() method in AesCipherDataSource
68 int read = upstream.read(buffer, offset, length); in read() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DBoundedReader.java99 public int read() throws IOException { in read() method in BoundedReader
123 public int read(final char[] cbuf, final int off, final int len) throws IOException { in read() method in BoundedReader
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DSequenceInputStream.java154 public int read() throws IOException { in read() method in SequenceInputStream
188 public int read(byte b[], int off, int len) throws IOException { in read() method in SequenceInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DSequenceInputStream.java154 public int read() throws IOException { in read() method in SequenceInputStream
188 public int read(byte b[], int off, int len) throws IOException { in read() method in SequenceInputStream
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
H A DConstructedOctetStream.java21 public int read(byte[] b, int off, int len) throws IOException in read() method in ConstructedOctetStream
69 public int read() in read() method in ConstructedOctetStream
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
H A DConstructedOctetStream.java21 public int read(byte[] b, int off, int len) throws IOException in read() method in ConstructedOctetStream
69 public int read() in read() method in ConstructedOctetStream
/aosp_15_r20/external/grpc-grpc-java/protobuf-lite/src/main/java/io/grpc/protobuf/lite/
H A DProtoInputStream.java64 public int read() { in read() method in ProtoInputStream
76 public int read(byte[] b, int off, int len) throws IOException { in read() method in ProtoInputStream
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/
H A DSdkFilterInputStream.java58 public int read() throws IOException { in read() method in SdkFilterInputStream
64 public int read(byte[] b, int off, int len) throws IOException { in read() method in SdkFilterInputStream
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/crypto/
H A DAesCipherDataSource.java64 public int read(byte[] buffer, int offset, int length) throws IOException { in read() method in AesCipherDataSource
68 int read = upstream.read(buffer, offset, length); in read() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/buffer/
H A DCircularBufferInputStream.java116 public int read() throws IOException { in read() method in CircularBufferInputStream
124 …public int read(final byte[] targetBuffer, final int offset, final int length) throws IOException { in read() method in CircularBufferInputStream
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/async/
H A DInputStreamConsumingPublisherTest.java133 public int read() throws IOException { in streamOfLength() method
147 public int read() throws IOException { in streamWithAllBytesInOrder() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/io/detail/
Din.hpp31 read(IS& is, char const* delim, mpl::false_ = mpl::false_()) in read() function
39 read(IS&, char const*, mpl::true_) in read() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dbuf.rs358 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
359 let read = self.fill_buf()?.read(buf)?; in read() localVariable
369 let read = { in read_to_end() localVariable
580 let mut read = bytes.len(); in test_buf_impl() localVariable
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DScannerTest.java84 public int read(CharBuffer cb) throws IOException { in read() method in ScannerTest.MockCloseable
4630 public int read(CharBuffer target) throws IOException { in read() method in ScannerTest.MockStringReader
4647 public int read(CharBuffer target) throws IOException { in read() method in ScannerTest.MockStringReader2Read
5546 public int read(CharBuffer charBuffer) throws IOException { in test_nextLine() method in ScannerTest.CountReadable
/aosp_15_r20/external/mesa3d/src/glx/
H A Ddrisw_glx.c279 swrastGetImage2(__DRIdrawable * read, in swrastGetImage2()
308 swrastGetImage(__DRIdrawable * read, in swrastGetImage()
316 swrastGetImageShm2(__DRIdrawable * read, in swrastGetImageShm2()
346 swrastGetImageShm(__DRIdrawable * read, in swrastGetImageShm()
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DAudioTrackOffloadTest.java184 final int read = audioInputStream.read(data); in testMultipleAudioTrackOffloadPreemption() local
348 final int read = audioInputStream.read(data); in testAudioTrackOffload() local
507 int read = inputStream.read(resourceContent); in readResource() local
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/
H A DInternalSharedExpanderHelpers.kt25 override fun read(source: HeapInstance): Sequence<Reference> { in <lambda>() method in shark.internal.InternalSharedHashMapReferenceReader
116 override fun read(source: HeapInstance): Sequence<Reference> { in read() method in shark.internal.InternalSharedArrayListReferenceReader
162 override fun read(source: HeapInstance): Sequence<Reference> { in read() method in shark.internal.InternalSharedLinkedListReferenceReader
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/net/
DNetworkStatsRecorder.java402 public void read(InputStream in) throws IOException { in read() method in NetworkStatsRecorder.CombiningRewriter
436 public void read(InputStream in) throws IOException { in read() method in NetworkStatsRecorder.RemoveUidRewriter
489 public void read(InputStream in) throws IOException { in read() method in NetworkStatsRecorder.RemoveDataBeforeRewriter

1...<<21222324252627282930>>...266