Home
last modified time | relevance | path

Searched defs:read (Results 751 – 775 of 6627) sorted by relevance

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

/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedInputStreamTest.java157 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 DCodedInputStreamTest.java157 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 Dimpls.rs18 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 Dimpls.rs18 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 Dtrace-recorder.c403 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/
Dserialposix.py553 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 DZipFile.java145 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/
DEthernetConfigStore.java84 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/
DFileDisk.java110 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 DFakeStreams.h30 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/
DPersistedItemArray.java115 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 DStreamingAeadExample.java103 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 DCharSequenceReader.java188 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/
DPipedReader.java237 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 Dsocket_client.py174 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 DPipedReader.java237 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/
DPipedReader.java237 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 DTryWithResourcesTarget.java146 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 DIOUtils.java119 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/
Dtypes.py35 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 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/virglrenderer/src/
H A Diov.c62 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 Dquery.rs74 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/
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-r530567/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

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