Home
last modified time | relevance | path

Searched defs:read (Results 826 – 850 of 6627) sorted by relevance

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

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dfs.rs259 pub fn read<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> { in read() function
782 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
909 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
955 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
1031 pub fn read(&mut self, read: bool) -> &mut Self { in read() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dsignalfd.rs92 pub fn read(&self) -> Result<Option<signalfd_siginfo>> { in read() method
169 fn read() { in read() function
/aosp_15_r20/packages/apps/Nfc/testutils/pn532/src/com/android/nfc/pn532/
DTransportLayer.kt54 fun read(timeout: Long, numBytes: Int = MAX_READ_BUFFER_SIZE): ByteArray? { in read() method in com.android.nfc.pn532.TransportLayer
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/
H A DJsonTreeReader.kt87 fun read(): JsonElement { in read() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_stat.rs52 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
288 pub fn read(data: FontData<'a>, axis_value_count: u16) -> Result<Self, ReadError> { in read() method
389 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
463 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
577 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
705 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
821 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DObjectInputStream.java900 public int read() throws IOException { in read() method in ObjectInputStream
917 public int read(byte[] buf, int off, int len) throws IOException { in read() method in ObjectInputStream
2659 public int read() throws IOException { in read() method in ObjectInputStream.PeekInputStream
2671 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.PeekInputStream
2987 public int read() throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
2998 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
3072 int read(byte[] b, int off, int len, boolean copy) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
H A DBufferedInputStream.java256 public synchronized int read() throws IOException { in read() method in BufferedInputStream
326 public synchronized int read(byte b[], int off, int len) in read() method in BufferedInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/1/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java900 public int read() throws IOException { in read() method in ObjectInputStream
917 public int read(byte[] buf, int off, int len) throws IOException { in read() method in ObjectInputStream
2659 public int read() throws IOException { in read() method in ObjectInputStream.PeekInputStream
2671 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.PeekInputStream
2987 public int read() throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
2998 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
3072 int read(byte[] b, int off, int len, boolean copy) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DObjectInputStream.java900 public int read() throws IOException { in read() method in ObjectInputStream
917 public int read(byte[] buf, int off, int len) throws IOException { in read() method in ObjectInputStream
2659 public int read() throws IOException { in read() method in ObjectInputStream.PeekInputStream
2671 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.PeekInputStream
2987 public int read() throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
2998 public int read(byte[] b, int off, int len) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
3072 int read(byte[] b, int off, int len, boolean copy) throws IOException { in read() method in ObjectInputStream.BlockDataInputStream
DBufferedInputStream.java256 public synchronized int read() throws IOException { in read() method in BufferedInputStream
326 public synchronized int read(byte b[], int off, int len) in read() method in BufferedInputStream
/aosp_15_r20/external/grpc-grpc/src/python/grpcio/grpc/aio/
H A D_base_call.py166 async def read(self) -> Union[EOFType, ResponseType]: member in UnaryStreamCall
226 async def read(self) -> Union[EOFType, ResponseType]: member in StreamStreamCall
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DDecoderConfigDescriptor.java80 final int read = bb.position() - begin; in parseDetail() local
101 final long read = bb.position() - begin; in parseDetail() local
/aosp_15_r20/system/core/fastboot/device/
H A Dfastboot_device.cpp189 bool FastbootDevice::HandleData(bool read, std::vector<char>* data) { in HandleData()
193 bool FastbootDevice::HandleData(bool read, char* data, uint64_t size) { in HandleData()
/aosp_15_r20/external/coreboot/src/soc/qualcomm/sc7280/display/
H A Dedp_aux.c51 bool read = (request == DP_AUX_I2C_READ) || (request == DP_AUX_NATIVE_READ); in edp_msg_fifo_tx() local
129 bool read = (request == DP_AUX_I2C_READ) || (request == DP_AUX_NATIVE_READ); in edp_aux_transfer() local
/aosp_15_r20/external/mesa3d/src/egl/main/
H A Deglcontext.c834 _eglCheckMakeCurrent(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read) in _eglCheckMakeCurrent()
899 _eglBindContext(_EGLContext *ctx, _EGLSurface *draw, _EGLSurface *read, in _eglBindContext()
/aosp_15_r20/external/fonttools/Tests/ttLib/
H A DttFont_test.py296 def read(self, size): member in test_unseekable_file_lazy_loading_fails.NonSeekableFile
312 def read(self, size): member in test_unsupported_seek_operation_lazy_loading_fails.UnsupportedSeekFile
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DBufferedInputStream.java256 public synchronized int read() throws IOException { in read() method in BufferedInputStream
326 public synchronized int read(byte b[], int off, int len) in read() method in BufferedInputStream
/aosp_15_r20/frameworks/base/services/people/java/com/android/server/people/data/
H A DAbstractProtoDiskReadWriter.java128 T read(@NonNull String fileName) { in read() method in AbstractProtoDiskReadWriter
252 T read(@NonNull ProtoInputStream protoInputStream); in read() method
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
H A DMediaParserHlsMediaChunkExtractor.java184 public boolean read(ExtractorInput extractorInput) throws IOException { in read() method in MediaParserHlsMediaChunkExtractor
280 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() method in MediaParserHlsMediaChunkExtractor.PeekingInputReader
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/group/xsdc_group_tinyxml_tests/gen/cpp/
Dgroup.cpp11 std::optional<Student> read(const char* configFile) { in read() function
90 Student Student::read(tinyxml2::XMLElement *root) { in read() function in group::Student
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/functional/
H A DJsonAdapterAnnotationOnClassesTest.java165 @Override public A read(JsonReader in) throws IOException { in read() method in JsonAdapterAnnotationOnClassesTest.A.JsonAdapter
185 @Override public T read(JsonReader in) throws IOException { in create() method in JsonAdapterAnnotationOnClassesTest.C.JsonAdapterFactory
/aosp_15_r20/build/make/tools/zipalign/
H A DZipEntry.cpp400 status_t ZipEntry::LocalFileHeader::read(FILE* fp) in read() function in android::ZipEntry::LocalFileHeader
534 status_t ZipEntry::CentralDirEntry::read(FILE* fp) in read() function in android::ZipEntry::CentralDirEntry
/aosp_15_r20/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/transforms/
H A DIntegrityTransform.java153 public int read(byte[] b, int off, int len) throws IOException { in read() method in IntegrityTransform.DigestVerifyingInputStream
162 public int read() throws IOException { in read() method in IntegrityTransform.DigestVerifyingInputStream
/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/
Dbytes_ext.rs43 fn read<T: ReadFromBytes>(&mut self) -> Result<T>; in read() method
47 fn read<T: ReadFromBytes>(&mut self) -> Result<T> { in read() method
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/hls/src/main/java/com/google/android/exoplayer2/source/hls/
H A DMediaParserHlsMediaChunkExtractor.java184 public boolean read(ExtractorInput extractorInput) throws IOException { in read() method in MediaParserHlsMediaChunkExtractor
280 public int read(byte[] buffer, int offset, int readLength) throws IOException { in read() method in MediaParserHlsMediaChunkExtractor.PeekingInputReader

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