Home
last modified time | relevance | path

Searched defs:read (Results 551 – 575 of 6627) sorted by relevance

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

/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DInputOutputExceptionTest.java47 public int read() throws IOException { in read() method in InputOutputExceptionTest.BrokenInputStream
52 public int read(byte[] bytes, int i, int i1) throws IOException { in read() method in InputOutputExceptionTest.BrokenInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DFilterReader.java64 public int read() throws IOException { in read() method in FilterReader
74 public int read(char cbuf[], int off, int len) throws IOException { in read() method in FilterReader
/aosp_15_r20/prebuilts/sdk/29/public/
HDjavax.obex.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/prebuilts/sdk/29/system/
HDjavax.obex.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DSequenceReader.java98 public int read() throws IOException { in read() method in SequenceReader
116 public int read(final char[] cbuf, int off, int len) throws IOException { in read() method in SequenceReader
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DHashingInputStream.java53 public int read() throws IOException { in read() method in HashingInputStream
67 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in HashingInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DFilterReader.java64 public int read() throws IOException { in read() method in FilterReader
74 public int read(char cbuf[], int off, int len) throws IOException { in read() method in FilterReader
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DProxyReaderTest.java37 public int read(final char[] chars) throws IOException { in read() method in ProxyReaderTest.CustomNullReader
42 public int read(final CharBuffer target) throws IOException { in read() method in ProxyReaderTest.CustomNullReader
H A DAbstractInputStreamTest.java115 final int read = inputStream.read(readBytes, 0, 8 * 1024); in testReadMultipleBytes() local
137 int read; in testReadPastEOF() local
/aosp_15_r20/prebuilts/sdk/29/test/
HDjavax.obex.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DHashingInputStream.java53 public int read() throws IOException { in read() method in HashingInputStream
67 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in HashingInputStream
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DFilterReader.java64 public int read() throws IOException { in read() method in FilterReader
74 public int read(char cbuf[], int off, int len) throws IOException { in read() method in FilterReader
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dio_read_until.rs34 let mut read = BufReader::new(mock); in read_until_not_all_ready() localVariable
64 let mut read = BufReader::new(mock); in read_until_fail() localVariable
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/
H A DCleartextKeysetHandle.java60 public static KeysetHandle read(KeysetReader reader) in read() method in CleartextKeysetHandle
75 public static KeysetHandle read( in read() method in CleartextKeysetHandle
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DLookaheadInputStream.java46 public int read() throws IOException { in read() method in LookaheadInputStream
57 public int read(byte[] b, int off, int len) throws IOException { in read() method in LookaheadInputStream
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/
H A DDeltaInputStream.java69 public int read() throws IOException { in read() method in DeltaInputStream
91 public int read(byte[] buf, int off, int len) throws IOException { in read() method in DeltaInputStream
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DMultiInputStream.java84 public int read() throws IOException { in read() method in MultiInputStream
96 public int read(byte[] b, int off, int len) throws IOException { in read() method in MultiInputStream
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java84 public int read() throws IOException { in read() method in MultiInputStream
96 public int read(byte[] b, int off, int len) throws IOException { in read() method in MultiInputStream
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/external/cronet/components/cronet/android/java/src/org/chromium/net/urlconnection/
H A DCronetInputStream.java37 public int read() throws IOException { in read() method in CronetInputStream
46 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() method in CronetInputStream
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
H A DIndefiniteLengthInputStream.java52 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream
89 public int read() in read() method in IndefiniteLengthInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/
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/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DIndefiniteLengthInputStream.java51 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream
88 public int read() in read() method in IndefiniteLengthInputStream
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
H A DIndefiniteLengthInputStream.java52 public int read(byte[] b, int off, int len) in read() method in IndefiniteLengthInputStream
89 public int read() in read() method in IndefiniteLengthInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/12/libcore/ojluni/src/main/java/java/security/
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

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