/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/ |
D | ByteBufferInputStream.java | 31 public int read() { in read() method in ByteBufferInputStream 39 public int read(byte[] bytes, int off, int len) { in read() method in ByteBufferInputStream
|
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/io/ |
H A D | reader.h | 24 void read(T *obj) { in read() function 30 void read(T *objs, std::size_t num_objs) { in read() function
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/obex/javax.obex.impl/android_common/turbine/ |
D | javax.obex.jar | ... [] mPayload
public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/javax.obex.impl_intermediates/ |
D | classes-header.jar | ... [] mPayload
public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ... |
/aosp_15_r20/external/leakcanary2/shark/src/main/java/shark/internal/ |
H A D | ReferenceReader.kt | 19 fun read(source: T): Sequence<Reference> in read() method
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/obex/javax.obex.impl/android_common/turbine-combined/ |
D | javax.obex.jar | ... [] mPayload
public static javax.obex.ObexPacket read (java.io.InputStream) throws java. ... |
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
H A D | ByteBufferBackedInputStream.java | 19 public int read() throws IOException { return _b.hasRemaining() ? (_b.get() & 0xFF) : -1; } in read() method in ByteBufferBackedInputStream 22 public int read(byte[] bytes, int off, int len) throws IOException { in read() method in ByteBufferBackedInputStream
|
/aosp_15_r20/out/soong/.intermediates/packages/providers/MediaProvider/mediaprovider-database/android_common/turbine/ |
D | mediaprovider-database.jar | com/android/providers/media/util/DatabaseUtils.class
<Unknown>
package com. ... |
/aosp_15_r20/hardware/google/aemu/base/ |
D | DecompressingStream.cpp | 36 ssize_t DecompressingStream::read(void* buffer, size_t size) { in read() function in android::base::DecompressingStream 42 int read = 0; in read() local
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/ |
H A D | CompressorInputStream.java | 34 protected void count(final int read) { in count() 44 protected void count(final long read) { in count()
|
/aosp_15_r20/tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/ |
H A D | ReadWithDifferentCompressionLevelsTest.java | 33 try (ZFile read = new ZFile(l9File, new ZFileOptions())) { in readL9() 43 try (ZFile read = new ZFile(l1File, new ZFileOptions())) { in readL1()
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
H A D | Coders.java | 170 public int read() throws IOException { in read() method in Coders.DeflateDecoder.DeflateDecoderInputStream 175 public int read(final byte[] b, final int off, final int len) throws IOException { in read() method in Coders.DeflateDecoder.DeflateDecoderInputStream 180 public int read(final byte[] b) throws IOException { in read() method in Coders.DeflateDecoder.DeflateDecoderInputStream
|
/aosp_15_r20/frameworks/base/core/java/android/net/ |
H A D | LocalSocketImpl.java | 82 public int read() throws IOException { in read() method in LocalSocketImpl.SocketInputStream 95 public int read(byte[] b) throws IOException { in read() method in LocalSocketImpl.SocketInputStream 101 public int read(byte[] b, int off, int len) throws IOException { in read() method in LocalSocketImpl.SocketInputStream
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/ |
H A D | CharSource.java | 183 long read; in countBySkipping() local 241 public String read() throws IOException { in read() method in CharSource 481 public String read() { in read() method in CharSource.CharSequenceCharSource
|
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
H A D | AudioRecordNative.java | 91 public int read(@NonNull byte[] byteArray, in read() method in AudioRecordNative 97 public int read(@NonNull short[] shortArray, in read() method in AudioRecordNative 103 public int read(@NonNull float[] floatArray, in read() method in AudioRecordNative
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | IOUtil.java | 185 static int read(FileDescriptor fd, ByteBuffer dst, long position, in read() method in IOUtil 230 static long read(FileDescriptor fd, ByteBuffer[] bufs, NativeDispatcher nd) in read() method in IOUtil 236 static long read(FileDescriptor fd, ByteBuffer[] bufs, int offset, int length, in read() method in IOUtil
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tests/gen/cpp/ |
D | predefined_types.cpp | 25 std::optional<Types> read(const char* configFile) { in read() function 198 StringTypes StringTypes::read(xmlNode *root) { in read() function in predefined::types::StringTypes 494 DateTypes DateTypes::read(xmlNode *root) { in read() function in predefined::types::DateTypes 775 NumericTypes NumericTypes::read(xmlNode *root) { in read() function in predefined::types::NumericTypes 1103 MiscTypes MiscTypes::read(xmlNode *root) { in read() function in predefined::types::MiscTypes 1407 ListPrimitiveTypes ListPrimitiveTypes::read(xmlNode *root) { in read() function in predefined::types::ListPrimitiveTypes 1712 Types Types::read(xmlNode *root) { in read() function in predefined::types::Types
|
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/predefined_types/xsdc_predefined_types_tinyxml_tests/gen/cpp/ |
D | predefined_types.cpp | 12 std::optional<Types> read(const char* configFile) { in read() function 179 StringTypes StringTypes::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::StringTypes 475 DateTypes DateTypes::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::DateTypes 756 NumericTypes NumericTypes::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::NumericTypes 1084 MiscTypes MiscTypes::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::MiscTypes 1388 ListPrimitiveTypes ListPrimitiveTypes::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::ListPrimitiveTypes 1693 Types Types::read(tinyxml2::XMLElement *root) { in read() function in predefined::types::Types
|
/aosp_15_r20/external/apache-http/src/org/apache/http/impl/io/ |
H A D | IdentityInputStream.java | 79 public int read() throws IOException { in read() method in IdentityInputStream 87 public int read(final byte[] b, int off, int len) throws IOException { in read() method in IdentityInputStream
|
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | CountingInputStream.java | 28 public int read() throws IOException { in read() method in CountingInputStream 36 public int read(byte[] b, int off, int len) throws IOException { in read() method in CountingInputStream
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothInputStream.java | 57 public int read() throws IOException { in read() method in BluetoothInputStream 81 public int read(byte[] b, int offset, int length) throws IOException { in read() method in BluetoothInputStream
|
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/ |
H A D | FileChannelSource.java | 42 @Override public long read(Buffer sink, long byteCount) throws IOException { in read() method in FileChannelSource 46 long read = channel.transferTo(position, byteCount, sink); in read() local
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/io/ |
H A D | MacInputStream.java | 26 public int read() in read() method in MacInputStream 38 public int read( in read() method in MacInputStream
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/io/ |
H A D | MacInputStream.java | 22 public int read() in read() method in MacInputStream 34 public int read( in read() method in MacInputStream
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/io/ |
H A D | MacInputStream.java | 26 public int read() in read() method in MacInputStream 38 public int read( in read() method in MacInputStream
|