Home
last modified time | relevance | path

Searched defs:read (Results 476 – 500 of 6627) sorted by relevance

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

/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/exif/
DByteBufferInputStream.java31 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 Dreader.h24 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/
Djavax.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/
Dclasses-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 DReferenceReader.kt19 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/
Djavax.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 DByteBufferBackedInputStream.java19 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/
Dmediaprovider-database.jarcom/android/providers/media/util/DatabaseUtils.class <Unknown> package com. ...
/aosp_15_r20/hardware/google/aemu/base/
DDecompressingStream.cpp36 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 DCompressorInputStream.java34 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 DReadWithDifferentCompressionLevelsTest.java33 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 DCoders.java170 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 DLocalSocketImpl.java82 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 DCharSource.java183 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 DAudioRecordNative.java91 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 DIOUtil.java185 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/
Dpredefined_types.cpp25 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/
Dpredefined_types.cpp12 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 DIdentityInputStream.java79 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 DCountingInputStream.java28 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/
DBluetoothInputStream.java57 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 DFileChannelSource.java42 @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 DMacInputStream.java26 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 DMacInputStream.java22 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 DMacInputStream.java26 public int read() in read() method in MacInputStream
38 public int read( in read() method in MacInputStream

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