/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | LZMAInputStream.java | 656 public int read() throws IOException { in read() method in LZMAInputStream 683 public int read(byte[] buf, int off, int len) throws IOException { in read() method in LZMAInputStream
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/audio/5.0/[email protected]_genc++_headers/gen/android/hardware/audio/5.0/ |
D | IStreamIn.h | 54 uint64_t read __attribute__ ((aligned(8))); member 97 uint64_t read __attribute__ ((aligned(8))); member
|
/aosp_15_r20/frameworks/base/libs/hwui/jni/ |
H A D | ByteBufferStreamAdaptor.cpp | 55 size_t read(void* buffer, size_t size) override { in read() function in ByteBufferStream 193 size_t read(void* buffer, size_t size) override { in read() function in ByteArrayStream
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/audio/4.0/[email protected]_genc++_headers/gen/android/hardware/audio/4.0/ |
D | IStreamIn.h | 54 uint64_t read __attribute__ ((aligned(8))); member 97 uint64_t read __attribute__ ((aligned(8))); member
|
/aosp_15_r20/external/tensorflow/tensorflow/c/eager/parallel_device/ |
H A D | parallel_device_testlib.cc | 243 TensorHandlePtr read = variable->Read(context, status.get()); in BasicTestsForTwoDevices() local 274 TensorHandlePtr read = variable->Read(context, status.get()); in BasicTestsForTwoDevices() local
|
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/ |
H A D | Streams.kt | 21 fun read(): Int { in read() method in kotlinx.serialization.protobuf.internal.ByteArrayInput
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/tuple/include/boost/tuple/ |
D | tuple_io.hpp | 284 read (std::basic_istream<CharType, CharTrait> &is, cons<T1, null_type>& t1) { in read() function 293 read(std::basic_istream<CharType, CharTrait> &is, cons<T1, T2>& t1) { in read() function
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/audio/5.0/[email protected]_genc++_headers/gen/android/hardware/audio/5.0/ |
D | IStreamIn.h | 54 uint64_t read __attribute__ ((aligned(8))); member 97 uint64_t read __attribute__ ((aligned(8))); member
|
/aosp_15_r20/external/freetype/src/pshinter/ |
H A D | pshglob.c | 142 FT_Short* read, in psh_blues_set_zones_0() 656 FT_Short* read; in psh_globals_new() local
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/6.0/[email protected]_genc++_headers/gen/android/hardware/audio/6.0/ |
D | IStreamIn.h | 54 uint64_t read __attribute__ ((aligned(8))); member 97 uint64_t read __attribute__ ((aligned(8))); member
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
D | MessageData.java | 280 final boolean seen, final boolean read) { in createReceivedSmsMessage() 316 final boolean seen, final boolean read, final long sent, in createSmsMessage() 339 final int smsPriority, final String subject, final boolean seen, final boolean read, in createMmsMessage()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | FileChannelImpl.java | 181 public int read(ByteBuffer dst) throws IOException { in read() method in FileChannelImpl 205 public long read(ByteBuffer[] dsts, int offset, int length) in read() method in FileChannelImpl 763 public int read(ByteBuffer dst, long position) throws IOException { in read() method in FileChannelImpl
|
/aosp_15_r20/external/erofs-utils/lib/ |
H A D | io.c | 146 ssize_t ret, read = 0; in erofs_io_pread() local 342 ssize_t read; in erofs_dev_read() local
|
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/protobuf-lite/grpc-java-protobuf-lite/android_common_apex10000/turbine/ |
D | grpc-java-protobuf-lite.jar | ... OutputStream) throws java.io.IOException
public int read ()
public int read (byte[], ... |
/aosp_15_r20/external/kotlinx.serialization/core/commonTest/src/kotlinx/serialization/ |
H A D | BasicTypesSerializationTest.kt | 156 fun read(): Int = when (position) { in read() method in kotlinx.serialization.BasicTypesSerializationTest.StringReader
|
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | tests.rs | 1198 read: usize, in regression_stream_rare_byte_prefilter() field 1202 fn read(&mut self, buf: &mut [u8]) -> ::std::io::Result<usize> { in regression_stream_rare_byte_prefilter() method
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | gzip.py | 61 def read(self, size): member in _PaddedFile 331 def read(self, size=-1): member in GzipFile
|
/aosp_15_r20/external/rust/android-crates-io/crates/mio/src/net/uds/ |
D | stream.rs | 155 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 165 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractMessageLite.java | 293 public int read() throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream 305 public int read(final byte[] b, final int off, int len) throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream
|
/aosp_15_r20/external/crosvm/fuse/src/ |
H A D | worker.rs | 47 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 125 let read = f.read_at(&mut buf[pos..end], off)?; in write_from() localVariable
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | AbstractMessageLite.java | 293 public int read() throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream 305 public int read(final byte[] b, final int off, int len) throws IOException { in read() method in AbstractMessageLite.Builder.LimitedInputStream
|
/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/ |
H A D | ReadableBuffers.java | 361 public int read() { in read() method in ReadableBuffers.BufferInputStream 370 public int read(byte[] dest, int destOffset, int length) throws IOException { in read() method in ReadableBuffers.BufferInputStream
|
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/protobuf-lite/grpc-java-protobuf-lite/android_common_apex30/turbine/ |
D | grpc-java-protobuf-lite.jar | ... OutputStream) throws java.io.IOException
public int read ()
public int read (byte[], ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/protobuf-lite/grpc-java-protobuf-lite/android_common_apex33/turbine/ |
D | grpc-java-protobuf-lite.jar | ... OutputStream) throws java.io.IOException
public int read ()
public int read (byte[], ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/protobuf-lite/grpc-java-protobuf-lite/android_common_apex34/turbine/ |
D | grpc-java-protobuf-lite.jar | ... OutputStream) throws java.io.IOException
public int read ()
public int read (byte[], ... |