/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/ |
D | types.py | 35 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 D | InflaterInputStream.java | 172 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/ |
D | types.py | 35 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 D | secure_input_proto.h | 86 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/ |
D | types.py | 35 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 D | BluetoothConnection.java | 192 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/ |
D | InflaterInputStream.java | 172 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 D | tzif_parser.cc | 36 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 D | BufferedSource.kt | 57 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/ |
HD | commons-io-2.13.0.jar | META-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/ |
D | apache-commons-io.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/xz-java/src/org/tukaani/xz/ |
H A D | BlockInputStream.java | 204 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 D | XZInputStream.java | 336 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 D | misc_dfx.c | 83 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 D | ReaderInputStream.java | 121 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/ |
D | shared_buf.cc | 52 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/ |
D | misc_dfx.c | 83 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 D | ReaderInputStream.java | 121 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 D | SparseInputStream.java | 137 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 D | DiskBasedCache.java | 551 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 D | DataFactory.java | 302 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/ |
D | ICppJavaTests.java | 41 …@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 D | MtpFfsHandle.cpp | 133 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 D | FileStore.cpp | 214 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 D | ByteStreamsTest.java | 547 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
|