Home
last modified time | relevance | path

Searched defs:read (Results 376 – 400 of 6627) sorted by relevance

1...<<11121314151617181920>>...266

/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/xsd/display-layout-config/gen/cpp/
Dcom_android_server_display_config_layout.cpp38 std::optional<Layouts> read(const char* configFile) { in read() function
106 Layout Layout::read(xmlNode *root) { in read() function in com::android::server::display::config::layout::Layout
231 Display Display::read(xmlNode *root) { in read() function in com::android::server::display::config::layout::Display
352 Layouts Layouts::read(xmlNode *root) { in read() function in com::android::server::display::config::layout::Layouts
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs40 fn read(&mut self, buf: &mut [u8]) -> usize { in read() method
243 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
264 let read = read_u16s_fixup_surrogates(handle, &mut utf16_buf, 1, &mut self.surrogate)?; in read() localVariable
283 let read = in read() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs40 fn read(&mut self, buf: &mut [u8]) -> usize { in read() method
243 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
264 let read = read_u16s_fixup_surrogates(handle, &mut utf16_buf, 1, &mut self.surrogate)?; in read() localVariable
283 let read = in read() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/
H A Dstdio.rs40 fn read(&mut self, buf: &mut [u8]) -> usize { in read() method
243 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
264 let read = read_u16s_fixup_surrogates(handle, &mut utf16_buf, 1, &mut self.surrogate)?; in read() localVariable
283 let read = in read() localVariable
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DObservableInputStream.java254 public int read() throws IOException { in read() method in ObservableInputStream
275 public int read(final byte[] buffer) throws IOException { in read() method in ObservableInputStream
288 public int read(final byte[] buffer, final int offset, final int length) throws IOException { in read() method in ObservableInputStream
H A DBOMInputStream.java408 public int read() throws IOException { in read() method in BOMInputStream
423 public int read(final byte[] buf) throws IOException { in read() method in BOMInputStream
441 public int read(final byte[] buf, int off, int len) throws IOException { in read() method in BOMInputStream
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/base64-0.13.1/src/read/
H A Ddecoder.rs116 let read = self in read_from_delegate() localVariable
174 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
218 let read = self.read_from_delegate()?; in read() localVariable
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/pack200/
H A DPack200CompressorInputStream.java195 public int read() throws IOException { in read() method in Pack200CompressorInputStream
200 public int read(final byte[] b) throws IOException { in read() method in Pack200CompressorInputStream
205 public int read(final byte[] b, final int off, final int count) throws IOException { in read() method in Pack200CompressorInputStream
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/io/
H A DObjectInputStream.java99 public int read() throws java.io.IOException { in read() method in ObjectInputStream
103 public int read(byte[] buf, int off, int len) throws java.io.IOException { in read() method in ObjectInputStream
380 public int read() throws java.io.IOException { in read() method in ObjectInputStream.BlockDataInputStream
384 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in ObjectInputStream.BlockDataInputStream
400 int read(byte[] b, int off, int len, boolean copy) throws java.io.IOException { in read() method in ObjectInputStream.BlockDataInputStream
802 public int read() throws java.io.IOException { in read() method in ObjectInputStream.PeekInputStream
806 public int read(byte[] b, int off, int len) throws java.io.IOException { in read() method in ObjectInputStream.PeekInputStream
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dtcp_stream.rs80 let mut read = vec![0; written.len()]; in try_read_write() localVariable
121 let mut read = vec![0; written.len()]; in try_read_write() localVariable
339 let mut read = Vec::with_capacity(written.len()); in try_read_buf() localVariable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtmgr/early_vms/gen/cpp/
Dandroid_system_virtualizationservice.cpp35 std::optional<EarlyVms> read(const char* configFile) { in read() function
106 EarlyVm EarlyVm::read(xmlNode *root) { in read() function in android::system::virtualizationservice::EarlyVm
148 EarlyVms EarlyVms::read(xmlNode *root) { in read() function in android::system::virtualizationservice::EarlyVms
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/
H A DStreamingAeadSeekableDecryptingChannel.java265 public synchronized int read(ByteBuffer dst, long start) throws IOException { in read() method in StreamingAeadSeekableDecryptingChannel
276 public synchronized int read(ByteBuffer dst) throws IOException { in read() method in StreamingAeadSeekableDecryptingChannel
314 int read = dst.position() - startPos; in read() local
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/read/
Ddecoder.rs122 let read = self in read_from_delegate() localVariable
232 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
271 let read = self.read_from_delegate()?; in read() localVariable
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/assignable_devices/gen/cpp/
Dandroid_system_virtualizationservice.cpp35 std::optional<Devices> read(const char* configFile) { in read() function
106 Device Device::read(xmlNode *root) { in read() function in android::system::virtualizationservice::Device
148 Devices Devices::read(xmlNode *root) { in read() function in android::system::virtualizationservice::Devices
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dio.rs39 fn read(&mut self, offset: u64, max_read_size: usize) -> AvifResult<&[u8]> { in read() method
97 fn read(&mut self, offset: u64, max_read_size: usize) -> AvifResult<&[u8]> { in read() method
126 fn read(&mut self, offset: u64, max_read_size: usize) -> AvifResult<&[u8]> { in read() method
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/external/python/cpython3/Lib/
D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
D_pyio.py637 def read(self, size=-1): member in RawIOBase
706 def read(self, size=-1): member in BufferedIOBase
941 def read(self, size=-1): member in BytesIO
1076 def read(self, size=None): member in BufferedReader
1374 def read(self, size=-1): member in BufferedRWPair
1460 def read(self, size=None): member in BufferedRandom
1653 def read(self, size=None): member in FileIO
1842 def read(self, size=-1): member in TextIOBase
2526 def read(self, size=None): member in TextIOWrapper
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp362 size_t read; in GetSequenceDataV2() local
657 bool CowReader::GetRawBytes(const CowOperation* op, void* buffer, size_t len, size_t* read) { in GetRawBytes()
669 bool CowReader::GetRawBytes(uint64_t offset, void* buffer, size_t len, size_t* read) { in GetRawBytes()
701 size_t read; in Read() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java224 private <V extends Number,A> Future<V> read(boolean isScatteringRead, in read() method in AsynchronousSocketChannelImpl
280 public final Future<Integer> read(ByteBuffer dst) { in read() method in AsynchronousSocketChannelImpl
287 public final <A> void read(ByteBuffer dst, in read() method in AsynchronousSocketChannelImpl
301 public final <A> void read(ByteBuffer[] dsts, in read() method in AsynchronousSocketChannelImpl
/aosp_15_r20/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/
DEvsEnumeratorHidlUnitTest_1_0.cpp151 d->getDisplayInfo([&desc](const auto& read) { desc = read; }); in TEST_F()
175 c->getCameraInfo([&desc](const auto& read) { desc = read; }); in TEST_F()
312 c->getCameraInfo([&desc](const auto& read) { desc = read; }); in TEST_F()
329 int32_t read = c->getExtendedInfo(id); in TEST_F() local
/aosp_15_r20/frameworks/av/media/mtp/
H A DMtpFfsCompatHandle.cpp152 int MtpFfsCompatHandle::read(void* data, size_t len) { in read() function in android::MtpFfsCompatHandle
176 bool read = false; in receiveFile() local
268 bool read = false; in sendFile() local

1...<<11121314151617181920>>...266