/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 157 public int read() throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 163 public int read(byte[] b) throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 169 public int read(byte[] b, int off, int len) throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 629 public int read() throws IOException { in read() method in CodedInputStreamTest.RepeatingInputStream
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedInputStreamTest.java | 157 public int read() throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 163 public int read(byte[] b) throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 169 public int read(byte[] b, int off, int len) throws IOException { in read() method in CodedInputStreamTest.SmallBlockInputStream 629 public int read() throws IOException { in read() method in CodedInputStreamTest.RepeatingInputStream
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/ |
H A D | impls.rs | 18 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 126 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 241 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 452 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/ |
H A D | impls.rs | 18 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 126 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 241 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method 452 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
|
/aosp_15_r20/external/trace-cmd/lib/trace-cmd/ |
H A D | trace-recorder.c | 403 long read; in splice_data() local 446 long read; in direct_splice_data() local 565 long read = 1; in tracecmd_start_recording() local
|
/aosp_15_r20/external/python/pyserial/serial/ |
D | serialposix.py | 553 def read(self, size=1): member in Serial 806 def read(self, size=1): member in PosixPollSerial 883 def read(self, size=1): member in VTIMESerial
|
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/zip/ |
H A D | ZipFile.java | 145 private static native int read(long jzfile, long jzentry, long pos, byte[] b, int off, int len); in read() method in ZipFile 304 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in ZipFile.ZipFileInputStream 308 public int read() throws java.io.IOException { in read() method in ZipFile.ZipFileInputStream
|
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/ethernet/ |
D | EthernetConfigStore.java | 84 public void read() { in read() method in EthernetConfigStore 89 void read(final String newFilePath, final String oldFilePath, final String filename) { in read() method in EthernetConfigStore
|
/aosp_15_r20/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/ |
D | FileDisk.java | 110 public void read(long devOffset, ByteBuffer dest) throws IOException { in read() method in FileDisk 118 final int read = fc.read(dest, devOffset); in read() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | FakeStreams.h | 30 size_t read(void* buf, size_t bytes) override { in read() function 73 size_t read(void* buffer, size_t size) override { in read() function
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PersistedItemArray.java | 115 public List<T> read(Context context, ItemFactory<T> factory) { in read() method in PersistedItemArray 124 public List<T> read(Context context, ItemFactory<T> factory, LongFunction<UserHandle> userFn) { in read() method in PersistedItemArray
|
/aosp_15_r20/external/tink/java_src/examples/streamingaead/ |
H A D | StreamingAeadExample.java | 103 int read = inputChannel.read(byteBuffer); in encryptFile() local 126 int read = plaintextChannel.read(byteBuffer); in decryptFile() local
|
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/ |
H A D | CharSequenceReader.java | 188 public int read() { in read() method in CharSequenceReader 205 public int read(final char[] array, final int offset, final int length) { in read() method in CharSequenceReader
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/ |
D | PipedReader.java | 237 public synchronized int read() throws IOException { in read() method in PipedReader 297 public synchronized int read(char cbuf[], int off, int len) throws IOException { in read() method in PipedReader
|
/aosp_15_r20/external/pigweed/pw_console/py/pw_console/ |
H A D | socket_client.py | 174 def read(self, num_bytes: int = PW_RPC_MAX_PACKET_SIZE) -> bytes: member in SocketClient 215 def read( member in SocketClientWithLogging
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/ |
H A D | PipedReader.java | 237 public synchronized int read() throws IOException { in read() method in PipedReader 297 public synchronized int read(char cbuf[], int off, int len) throws IOException { in read() method in PipedReader
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/ |
D | PipedReader.java | 237 public synchronized int read() throws IOException { in read() method in PipedReader 297 public synchronized int read(char cbuf[], int off, int len) throws IOException { in read() method in PipedReader
|
/aosp_15_r20/external/jacoco/org.jacoco.core.test.validation.java7/src/org/jacoco/core/test/validation/java7/targets/ |
H A D | TryWithResourcesTarget.java | 146 private static Object read(Object r1, Object r2, Object r3) { in read() method in TryWithResourcesTarget 150 private static Object read(Object r1) { in read() method in TryWithResourcesTarget
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/ |
H A D | IOUtils.java | 119 final int read = readFully(input, SKIP_BUF, 0, in skip() local 193 int read = 0; in readFully() local
|
/aosp_15_r20/external/python/cpython3/Lib/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/prebuilts/build-tools/common/py3-stdlib/wsgiref/ |
H A 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/virglrenderer/src/ |
H A D | iov.c | 62 size_t read = 0; in vrend_read_from_iovec() local 120 size_t read = 0; in vrend_read_from_iovec_cb() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/pipe/ |
H A D | query.rs | 74 fn read(&mut self, wait: bool) -> Option<Self::ResType>; in read() method 84 fn read(&mut self, wait: bool) -> Option<u64> { in read() method
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/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/prebuilts/clang/host/linux-x86/clang-r530567/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
|