Home
last modified time | relevance | path

Searched defs:read (Results 601 – 625 of 6627) sorted by relevance

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

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/weaver/aidl/android.hardware.weaver-V2-java/android_common/repackaged-jarjar/turbine/
Dandroid.hardware.weaver-V2-java.jar ... RemoteException public abstract android.hardware.weaver.WeaverReadResponse read (int, byte[]) throws android. ...
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/weaver/aidl/android.hardware.weaver-V2-java/android_common/turbine-combined/
Dandroid.hardware.weaver-V2-java.jar ... .RemoteException public android.hardware.weaver.WeaverReadResponse read (int, byte[]) throws android. ...
/aosp_15_r20/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifDecoder.java315 public int read(InputStream is, int contentLength) { in read() method in GifDecoder
395 public int read(byte[] data) { in read() method in GifDecoder
652 private int read() { in read() method in GifDecoder
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DStreamingAeadThreadSafetyTest.java124 int read = channel.read(ByteBuffer.wrap(chunk)); in run() local
165 int read = decChannel.read(ByteBuffer.allocate(1)); in testDecryption() local
363 int read = channel.read(plaintext); in run() local
/aosp_15_r20/external/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java111 public int read() throws IOException { in read() method in BrotliInputStream
126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read() method in BrotliInputStream
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldAndroidPushbackReaderTest.java58 public static String read(Reader a) throws IOException { in read() method in OldAndroidPushbackReaderTest
69 public static String read(Reader a, int x) throws IOException { in read() method in OldAndroidPushbackReaderTest
/aosp_15_r20/device/google/cuttlefish/common/libs/security/
Dkeymaster_channel_test.cpp44 keymaster::Buffer read; in TEST() local
69 keymaster::Buffer read; in TEST() local
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
H A DInflaterInputStreamWithStatistics.java57 public int read() throws IOException { in read() method in InflaterInputStreamWithStatistics
66 public int read(byte[] b, int off, int len) throws IOException { in read() method in InflaterInputStreamWithStatistics
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
H A DAES256SHA256Decoder.java104 public int read() throws IOException { in decode() method
109 public int read(final byte[] b, final int off, final int len) throws IOException { in decode() method
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
H A DDefiniteLengthInputStream.java48 public int read() in read() method in DefiniteLengthInputStream
71 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
H A DDefiniteLengthInputStream.java48 public int read() in read() method in DefiniteLengthInputStream
71 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
/aosp_15_r20/out/soong/.intermediates/frameworks/base/obex/javax.obex.impl/android_common/javac/
Djavax.obex.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DDefiniteLengthInputStream.java47 public int read() in read() method in DefiniteLengthInputStream
70 public int read(byte[] buf, int off, int len) in read() method in DefiniteLengthInputStream
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/javax.obex.impl_intermediates/
Dclasses.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/obex/javax.obex.impl/android_common/repackaged-jarjar/javac/
Djavax.obex.jar ... headerId int length public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ...
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/
H A DTestInputStream.java52 public int read() throws IOException { in read() method in TestInputStream
59 public int read(byte[] b, int off, int len) throws IOException { in read() method in TestInputStream
/aosp_15_r20/external/leakcanary2/shark-hprof/src/main/java/shark/
H A DThrowingCancelableFileSourceProvider.kt22 override fun read( in openStreamingSource() method
35 override fun read( in openRandomAccessSource() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DStringReader.java67 public int read() throws IOException { in read() method in StringReader
89 public int read(char cbuf[], int off, int len) throws IOException { in read() method in StringReader
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DStringReader.java67 public int read() throws IOException { in read() method in StringReader
89 public int read(char cbuf[], int off, int len) throws IOException { in read() method in StringReader
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DTestInputStream.java52 public int read() throws IOException { in read() method in TestInputStream
59 public int read(byte[] b, int off, int len) throws IOException { in read() method in TestInputStream
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DFat16RootDirectory.java53 public static Fat16RootDirectory read( in read() method in Fat16RootDirectory
79 protected void read(ByteBuffer data) throws IOException { in read() method in Fat16RootDirectory
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lzma/
H A DLZMACompressorInputStream.java88 public int read() throws IOException { in read() method in LZMACompressorInputStream
96 public int read(final byte[] buf, final int off, final int len) throws IOException { in read() method in LZMACompressorInputStream
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/io/
H A DSdkDigestInputStream.java105 public int read() throws IOException { in read() method in SdkDigestInputStream
121 public int read(byte[] b, int off, int len) throws IOException { in read() method in SdkDigestInputStream
/aosp_15_r20/external/emma/core/java12/com/vladium/util/
H A DByteArrayIStream.java45 public final int read () in read() method in ByteArrayIStream
53 public final int read (final byte [] buf, final int offset, int length) in read() method in ByteArrayIStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DStringReader.java67 public int read() throws IOException { in read() method in StringReader
89 public int read(char cbuf[], int off, int len) throws IOException { in read() method in StringReader

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