Home
last modified time | relevance | path

Searched defs:read (Results 651 – 675 of 6627) sorted by relevance

1...<<21222324252627282930>>...266

/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/gz/
Dbufread.rs133 fn read(&mut self, mut into: &mut [u8]) -> io::Result<usize> { in read() method
283 fn read(&mut self, into: &mut [u8]) -> io::Result<usize> { in read() method
433 fn read(&mut self, into: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java389 public int read() throws IOException { in read() method in RandomAccessFile
433 public int read(byte b[], int off, int len) throws IOException { in read() method in RandomAccessFile
456 public int read(byte b[]) throws IOException { in read() method in RandomAccessFile
DByteArrayInputStream.java145 public synchronized int read() { in read() method in ByteArrayInputStream
172 public synchronized int read(byte b[], int off, int len) { in read() method in ByteArrayInputStream
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dgzip.py86 def read(self, size): member in _PaddedFile
296 def read(self, size=-1): member in GzipFile
474 def read(self, size=-1): member in _GzipReader
/aosp_15_r20/trusty/user/app/storage/test/storage_host_test/
Dstorage_host_test.c90 int read, in file_test_open()
192 int read, in file_test_etc()
234 int read, in file_test()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dgzip.py86 def read(self, size): member in _PaddedFile
296 def read(self, size=-1): member in GzipFile
474 def read(self, size=-1): member in _GzipReader
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DRandomAccessFile.java389 public int read() throws IOException { in read() method in RandomAccessFile
433 public int read(byte b[], int off, int len) throws IOException { in read() method in RandomAccessFile
456 public int read(byte b[]) throws IOException { in read() method in RandomAccessFile
H A DByteArrayInputStream.java145 public synchronized int read() { in read() method in ByteArrayInputStream
172 public synchronized int read(byte b[], int off, int len) { in read() method in ByteArrayInputStream
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dgzip.py86 def read(self, size): member in _PaddedFile
296 def read(self, size=-1): member in GzipFile
474 def read(self, size=-1): member in _GzipReader
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder_tests.rs453 let read = short_reader in consume_with_short_reads_and_validate() localVariable
469 fn read(&mut self, buf: &mut [u8]) -> Result<usize, io::Error> { in read() method
483 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/
Dis_write_buffered.cpp73 size_t read(const Mutable_Buffers&) in read() function in test_stream
79 size_t read(const Mutable_Buffers&, boost::system::error_code& ec) in read() function in test_stream
Dis_read_buffered.cpp73 size_t read(const Mutable_Buffers&) in read() function in test_stream
79 size_t read(const Mutable_Buffers&, boost::system::error_code& ec) in read() function in test_stream
/aosp_15_r20/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
H A DBlockInputStream.java79 public int read() throws IOException { in read() method in BlockInputStream
92 public int read(byte[] data, int off, int len) throws IOException { in read() method in BlockInputStream
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldAndroidPushbackInputStreamTest.java58 public static String read(InputStream a) throws IOException { in read() method in OldAndroidPushbackInputStreamTest
69 public static String read(InputStream a, int x) throws IOException { in read() method in OldAndroidPushbackInputStreamTest
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/hedge/
Drotating_histogram.rs13 read: Histogram<u64>, field
31 pub fn read(&mut self) -> &mut Histogram<u64> { in read() method
/aosp_15_r20/packages/modules/Permission/SafetyCenter/Persistence/tests/java/com/android/safetycenter/persistence/
DSafetyCenterIssuesPersistenceWriteTest.kt44 val read = SafetyCenterIssuesPersistence.read(file) in toString() constant
/aosp_15_r20/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
H A DLazyDelegateByteSource.java128 public byte[] read() throws IOException { in read() method in LazyDelegateByteSource
133 public <T> T read(@Nonnull ByteProcessor<T> processor) throws IOException { in read() method in LazyDelegateByteSource
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/
H A DvktBufferedReader.hpp57 void read(std::vector<uint8_t> &buffer) in read() function in vkt::video::BufferedReader
62 void read(uint8_t *out, size_t n) in read() function in vkt::video::BufferedReader
/aosp_15_r20/external/capstone/bindings/java/capstone/
H A DSystemz.java38 public void read() { in read() method in Systemz.Operand
67 public void read() { in read() method in Systemz.UnionOpInfo
H A DSparc.java37 public void read() { in read() method in Sparc.Operand
65 public void read() { in read() method in Sparc.UnionOpInfo
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DByteArrayInputStream.java145 public synchronized int read() { in read() method in ByteArrayInputStream
172 public synchronized int read(byte b[], int off, int len) { in read() method in ByteArrayInputStream
/aosp_15_r20/frameworks/av/services/audioflinger/datapath/
H A DAudioStreamIn.cpp128 status_t AudioStreamIn::read(void* buffer, size_t bytes, size_t* read) in read() function in android::AudioStreamIn
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate/
H A DDeflateCompressorInputStream.java74 public int read() throws IOException { in read() method in DeflateCompressorInputStream
82 public int read(final byte[] buf, final int off, final int len) throws IOException { in read() method in DeflateCompressorInputStream
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/internal/
H A DConstrainableInputStream.java49 public int read(byte[] b, int off, int len) throws IOException { in read() method in ConstrainableInputStream
64 final int read = super.read(b, off, len); in read() local
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/json/
H A DImmutableMultimapTypeAdapterFactory.java83 @Override public T read(JsonReader in) throws IOException { in create() method
104 @Override public T read(JsonReader in) throws IOException { in create() method

1...<<21222324252627282930>>...266