Home
last modified time | relevance | path

Searched defs:read (Results 776 – 800 of 6627) sorted by relevance

1...<<31323334353637383940>>...266

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dtypes.py35 def read(self, size: int = ..., /) -> bytes: ... member in InputStream
47 def read(self, size: int = ..., /) -> bytes: ... member in _Readable
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/zip/
H A DInflaterInputStream.java172 public int read() throws IOException { in read() method in InflaterInputStream
193 public int read(byte[] b, int off, int len) throws IOException { in read() method in InflaterInputStream
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dtypes.py35 def read(self, size: int = ..., /) -> bytes: ... member in InputStream
47 def read(self, size: int = ..., /) -> bytes: ... member in _Readable
/aosp_15_r20/system/teeui/libteeui/include/secure_input/
H A Dsecure_input_proto.h86 inline std::tuple<teeui::ReadStream, DTupKeyEvent> read(teeui::Message<DTupKeyEvent>, in read() function
95 inline std::tuple<teeui::ReadStream, InputResponse> read(teeui::Message<InputResponse>, in read() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/
Dtypes.py35 def read(self, size: int = ..., /) -> bytes: ... member in InputStream
47 def read(self, size: int = ..., /) -> bytes: ... member in _Readable
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothConnection.java192 public String read() throws IOException { in read() method in BluetoothConnection
203 public String read(int bufferSize) throws IOException { in read() method in BluetoothConnection
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/java/util/zip/
DInflaterInputStream.java172 public int read() throws IOException { in read() method in InflaterInputStream
193 public int read(byte[] b, int off, int len) throws IOException { in read() method in InflaterInputStream
/aosp_15_r20/external/libbrillo/brillo/timezone/
H A Dtzif_parser.cc36 int read = file->ReadAtCurrentPos(reinterpret_cast<char*>(&buf), sizeof(buf)); in ReadInt() local
48 int read = tzfile->ReadAtCurrentPos(header->magic, sizeof(header->magic)); in ParseTzifHeader() local
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DBufferedSource.kt57 actual fun read(sink: ByteArray): Int method
61 actual fun read(sink: ByteArray, offset: Int, byteCount: Int): Int method
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/commons-io/commons-io/2.13.0/
HDcommons-io-2.13.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-io/apache-commons-io/android_common_apex33/javac/
Dapache-commons-io.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/
H A DBlockInputStream.java204 public int read() throws IOException { in read() method in BlockInputStream
208 public int read(byte[] buf, int off, int len) throws IOException { in read() method in BlockInputStream
H A DXZInputStream.java336 public int read() throws IOException { in read() method in XZInputStream
374 public int read(byte[] buf, int off, int len) throws IOException { in read() method in XZInputStream
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
H A Dmisc_dfx.c83 static int armada_dfx_sread(u_register_t *read, u_register_t addr) in armada_dfx_sread()
103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/io/
H A DReaderInputStream.java121 public int read() throws IOException { in read() method in ReaderInputStream
128 public int read(byte[] b, int off, int len) throws IOException { in read() method in ReaderInputStream
/aosp_15_r20/device/google/cuttlefish/common/libs/fs/
Dshared_buf.cc52 ssize_t read = 0; in ReadExact() local
70 ssize_t read; in ReadAll() local
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
Dmisc_dfx.c83 static int armada_dfx_sread(u_register_t *read, u_register_t addr) in armada_dfx_sread()
103 int mvebu_dfx_misc_handle(u_register_t func, u_register_t *read, in mvebu_dfx_misc_handle()
/aosp_15_r20/external/guava/guava/src/com/google/common/io/
H A DReaderInputStream.java121 public int read() throws IOException { in read() method in ReaderInputStream
128 public int read(byte[] b, int off, int len) throws IOException { in read() method in ReaderInputStream
/aosp_15_r20/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java137 public int read(byte[] buf, int off, int len) throws IOException { in read() method in SparseInputStream
162 public int read() throws IOException { in read() method in SparseInputStream
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/toolbox/
H A DDiskBasedCache.java551 public int read() throws IOException { in read() method in DiskBasedCache.CountingInputStream
560 public int read(byte[] buffer, int offset, int count) throws IOException { in read() method in DiskBasedCache.CountingInputStream
591 private static int read(InputStream is) throws IOException { in read() method in DiskBasedCache
/aosp_15_r20/external/emma/core/java12/com/vladium/emma/data/
H A DDataFactory.java302 public final int read () throws IOException in read() method in DataFactory.RandomAccessFileInputStream
310 public final int read (final byte [] b, final int off, final int len) in read() method in DataFactory.RandomAccessFileInputStream
319 public final int read (final byte [] b) throws IOException in read() method in DataFactory.RandomAccessFileInputStream
/aosp_15_r20/system/tools/aidl/tests/golden_output/frozen/aidl-cpp-java-test-interface-java-source/gen/android/aidl/tests/
DICppJavaTests.java41 …@Override public java.io.FileDescriptor RepeatFileDescriptor(java.io.FileDescriptor read) throws a… in RepeatFileDescriptor()
391 …@Override public java.io.FileDescriptor RepeatFileDescriptor(java.io.FileDescriptor read) throws a… in RepeatFileDescriptor()
453 …public java.io.FileDescriptor RepeatFileDescriptor(java.io.FileDescriptor read) throws android.os.… in RepeatFileDescriptor()
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpFfsHandle.cpp133 int MtpFfsHandle::doAsync(void* data, size_t len, bool read, bool zero_packet) { in doAsync()
165 int MtpFfsHandle::read(void* data, size_t len) { in read() function in android::MtpFfsHandle
422 int MtpFfsHandle::iobufSubmit(struct io_buffer *buf, int fd, unsigned length, bool read) { in iobufSubmit()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A DFileStore.cpp214 void read(void* buf, size_t count) { in read() function in c10d::__anonf3bb96ef0111::File
237 void read(std::string& str) { in read() function in c10d::__anonf3bb96ef0111::File
245 void read(std::vector<uint8_t>& data) { in read() function in c10d::__anonf3bb96ef0111::File
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/
H A DByteStreamsTest.java547 int read = lin.read(); in testLimit() local
575 int read = lin.read(); in testLimit_mark() local
626 public int read() throws IOException { in read() method in ByteStreamsTest.UnmarkableInputStream

1...<<31323334353637383940>>...266