Home
last modified time | relevance | path

Searched defs:read (Results 926 – 950 of 6627) sorted by relevance

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

/aosp_15_r20/frameworks/base/core/java/android/os/
H A DMemoryFile.java277 public int read() throws IOException { in read() method in MemoryFile.MemoryInputStream
289 public int read(byte buffer[], int offset, int count) throws IOException { in read() method in MemoryFile.MemoryInputStream
H A DParcelFileDescriptor.java1030 public int read() throws IOException { in read() method in ParcelFileDescriptor.AutoCloseInputStream
1040 public int read(byte[] b) throws IOException { in read() method in ParcelFileDescriptor.AutoCloseInputStream
1049 public int read(byte[] b, int off, int len) throws IOException { in read() method in ParcelFileDescriptor.AutoCloseInputStream
/aosp_15_r20/dalvik/dx/src/com/android/dx/util/
H A DByteArray.java302 public int read() throws IOException { in read() method in ByteArray.MyInputStream
313 public int read(byte[] arr, int offset, int length) { in read() method in ByteArray.MyInputStream
/aosp_15_r20/frameworks/base/core/java/android/util/jar/
H A DStrictJarManifest.java191 public void read(InputStream is) throws IOException { in read() method in StrictJarManifest
195 private void read(byte[] buf) throws IOException { in read() method in StrictJarManifest
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/hermit/
H A Dfd.rs18 pub fn read(&self, buf: &mut [u8]) -> io::Result<usize> { in read() method
61 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ogg/
H A DStreamReader.java112 final int read(ExtractorInput input, PositionHolder seekPosition) throws IOException { in read() method in StreamReader
286 public long read(ExtractorInput input) { in read() method in StreamReader.UnseekableOggSeeker
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common/turbine/
Dbrotli-java.jar ... () throws java.io.IOException public int read () throws java.io.IOException public int ...
/aosp_15_r20/out/soong/.intermediates/external/brotli/brotli-java/android_common_apex10000/turbine/
Dbrotli-java.jar ... () throws java.io.IOException public int read () throws java.io.IOException public int ...
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests/gen/cpp/
Dsimple_type.cpp255 SimpleTypes SimpleTypes::read(xmlNode *root) { in read() function in simple::type::SimpleTypes
477 MultiChoice MultiChoice::read(xmlNode *root) { in read() function in simple::type::MultiChoice
569 SingleChoice SingleChoice::read(xmlNode *root) { in read() function in simple::type::SingleChoice
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/simple_type/xsdc_simple_type_tests_parser/gen/cpp/
Dsimple_type.cpp255 SimpleTypes SimpleTypes::read(xmlNode *root) { in read() function in simple::type::SimpleTypes
477 MultiChoice MultiChoice::read(xmlNode *root) { in read() function in simple::type::MultiChoice
569 SingleChoice SingleChoice::read(xmlNode *root) { in read() function in simple::type::SingleChoice
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DAsset.java91 public final int read(byte[] buf, int count) { in read() method in Asset
101 public abstract int read(byte[] buf, int bufOffset, int count); in read() method in Asset
740 public int read(byte[] buf, int bufOffset, int count) { in read() method in Asset._FileAsset
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/debug/
Dmod.rs189 read: extern "efiapi" fn( field
225 pub fn read(&self, timeout: u32, data: &mut [u8]) -> Result<(), usize> { in read() method
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/main/java/software/amazon/awssdk/http/auth/aws/internal/signer/util/
H A DSignerUtils.java231 int read = 0; in hash() local
273 int read = 0; in readAll() local
/aosp_15_r20/developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
DSoundRecorder.java187 int read; in doInBackground() local
272 int read = mAudioRecord.read(buffer, 0, buffer.length); in doInBackground() local
/aosp_15_r20/external/rust/crates/uefi/src/proto/debug/
Dmod.rs189 read: extern "efiapi" fn( field
225 pub fn read(&self, timeout: u32, data: &mut [u8]) -> Result<(), usize> { in read() method
/aosp_15_r20/external/mesa3d/src/glx/
H A Dindirect_glx.c84 GLXDrawable read, GLXContextTag *out_tag) in SendMakeCurrentRequest()
127 GLXDrawable draw, GLXDrawable read) in indirect_bind_context()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth-crt/src/main/java/software/amazon/awssdk/authcrt/signer/internal/
H A DCrtHttpRequestConverter.java173 int read = 0; in sendRequestBody() local
223 int read = 0; in sendRequestBody() local
/aosp_15_r20/out/soong/.intermediates/system/tools/xsdc/tests/resources/attr_group_simple/xsdc_attr_group_simple_tinyxml_tests/gen/cpp/
Dattr_group_simple.cpp21 std::optional<Student> read(const char* configFile) { in read() function
116 Student Student::read(tinyxml2::XMLElement *root) { in read() function in attr::group::simple::Student
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DAbstractBufferedSinkTest.kt176 override fun read(sink: Buffer, byteCount: Long): Long { in writeSourceReadsFully() method
204 override fun read(sink: Buffer, byteCount: Long): Long { in writeSourceWithZeroIsNoOp() method
/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/deflate/
Dwrite.rs165 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
319 fn read(&mut self, buf: &mut [u8]) -> io::Result<usize> { in read() method
/aosp_15_r20/external/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
H A Darmada_thermal.c215 static void armada_is_valid(u_register_t *read) in armada_is_valid()
220 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, in mvebu_dfx_thermal_handle()
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A DRealBufferedSink.kt107 val read = source.read(buffer, byteCount) in commonWrite() constant
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/secure_dfx_access/
Darmada_thermal.c215 static void armada_is_valid(u_register_t *read) in armada_is_valid()
220 int mvebu_dfx_thermal_handle(u_register_t func, u_register_t *read, in mvebu_dfx_thermal_handle()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DVulkanStream.cpp131 ssize_t VulkanStream::read(void* buffer, size_t size) { in read() function in gfxstream::vk::VulkanStream
197 ssize_t VulkanMemReadingStream::read(void* buffer, size_t size) { in read() function in gfxstream::vk::VulkanMemReadingStream
/aosp_15_r20/frameworks/base/media/java/android/media/tv/tuner/dvr/
H A DDvrPlayback.java291 public long read(@BytesLong long size) { in read() method in DvrPlayback
304 public long read(@NonNull byte[] buffer, @BytesLong long offset, @BytesLong long size) { in read() method in DvrPlayback

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