/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | MemoryFile.java | 277 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 D | ParcelFileDescriptor.java | 1030 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 D | ByteArray.java | 302 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 D | StrictJarManifest.java | 191 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 D | fd.rs | 18 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 D | StreamReader.java | 112 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/ |
D | brotli-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/ |
D | brotli-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/ |
D | simple_type.cpp | 255 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/ |
D | simple_type.cpp | 255 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 D | Asset.java | 91 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/ |
D | mod.rs | 189 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 D | SignerUtils.java | 231 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/ |
D | SoundRecorder.java | 187 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/ |
D | mod.rs | 189 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 D | indirect_glx.c | 84 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 D | CrtHttpRequestConverter.java | 173 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/ |
D | attr_group_simple.cpp | 21 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 D | AbstractBufferedSinkTest.kt | 176 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/ |
D | write.rs | 165 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 D | armada_thermal.c | 215 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 D | RealBufferedSink.kt | 107 val read = source.read(buffer, byteCount) in commonWrite() constant
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/marvell/secure_dfx_access/ |
D | armada_thermal.c | 215 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/ |
D | VulkanStream.cpp | 131 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 D | DvrPlayback.java | 291 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
|