Home
last modified time | relevance | path

Searched defs:read (Results 401 – 425 of 6627) sorted by relevance

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

/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
H A DInputStreamBerDataValueReader.java250 public int read() throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream
259 public int read(byte[] b) throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream
268 public int read(byte[] b, int off, int len) throws IOException { in read() method in InputStreamBerDataValueReader.RecordingInputStream
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
H A DReadAheadInputStream.java308 public int read() throws IOException { in read() method in ReadAheadInputStream
319 public int read(final byte[] b, final int offset, int len) throws IOException { in read() method in ReadAheadInputStream
397 int read = 0; in readAsync() local
/aosp_15_r20/packages/services/Car/cpp/evs/manager/aidl/tests/unit/src/
DMockHidlEvsHal.cpp749 c->getCameraInfo_1_1([&desc](auto& read) { desc = read; }); in configureEnumerator()
860 c->getCameraInfo([&desc](auto& read) { desc = read; }); in configureEnumerator()
882 [&desc](auto& read) { desc = read; }); in configureEnumerator()
908 mMockHidlEvsDisplays[0]->getDisplayInfo([&desc](auto& read) { desc = read; }); in configureEnumerator()
917 d->getDisplayInfo([&desc](auto& read) { desc = read; }); in configureEnumerator()
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_urlconnection_impl_java/android_common/turbine/
Dcronet_aml_components_cronet_android_cronet_urlconnection_impl_java.jar ... .UploadDataProvider { public long getLength () public void read (org.chromium.net.UploadDataSink, java ...
/aosp_15_r20/out/soong/.intermediates/external/cronet/components/cronet/android/cronet_aml_components_cronet_android_cronet_urlconnection_impl_java/android_common_apex30/turbine/
Dcronet_aml_components_cronet_android_cronet_urlconnection_impl_java.jar ... .UploadDataProvider { public long getLength () public void read (org.chromium.net.UploadDataSink, java ...
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_test_formats.rs32 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
108 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
179 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
240 fn read(data: FontData<'a>) -> Result<Self, ReadError> { in read() method
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/impl/
H A Dread.hpp36 std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read() function
57 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers) in read() function
66 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read() function
74 inline std::size_t read(SyncReadStream& s, const MutableBufferSequence& buffers, in read() function
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/powerstats/
H A DPowerStatsDataStorage.java127 public void read(InputStream in) throws IOException { in read() method in PowerStatsDataStorage.DataReader
150 public void read(InputStream in) throws IOException { in read() method in PowerStatsDataStorage.DataRewriter
243 public void read(DataElementReadCallback callback) throws IOException { in read() method in PowerStatsDataStorage
/aosp_15_r20/packages/modules/Virtualization/android/TerminalApp/java/com/android/virtualization/terminal/
DInstallerService.java316 public int read(byte[] buf, int offset, int numToRead) throws IOException { in read() method in InstallerService.WifiCheckInputStream
322 int read = in read() local
334 public int read() throws IOException { in read() method in InstallerService.WifiCheckInputStream
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/
H A DTestExternalizable.java52 public int read() throws IOException { in read() method in TestExternalizable.ExternalizableInput
57 public int read(byte[] buffer) throws IOException { in read() method in TestExternalizable.ExternalizableInput
62 public int read(byte[] buffer, int offset, int len) throws IOException { in read() method in TestExternalizable.ExternalizableInput
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/media/file/
Dregular.rs49 pub fn read(&mut self, buffer: &mut [u8]) -> Result<usize> { in read() method
206 fn read(&self, buffer: *mut u8, buffer_size: &mut usize) -> Status { in read() method
228 let read = |buf, buf_size: &mut usize| file.read(buf, buf_size); in test_file_read_chunked() localVariable
/aosp_15_r20/external/okio/okio/src/nonJvmMain/kotlin/okio/
H A DRealBufferedSource.kt55 override fun read(sink: Buffer, byteCount: Long): Long = commonRead(sink, byteCount) method in okio.RealBufferedSource
65 override fun read(sink: ByteArray): Int = read(sink, 0, sink.size) method in okio.RealBufferedSource
67 override fun read(sink: ByteArray, offset: Int, byteCount: Int): Int = method in okio.RealBufferedSource
/aosp_15_r20/external/rust/crates/uefi/src/proto/media/file/
Dregular.rs49 pub fn read(&mut self, buffer: &mut [u8]) -> Result<usize> { in read() method
206 fn read(&self, buffer: *mut u8, buffer_size: &mut usize) -> Status { in read() method
228 let read = |buf, buf_size: &mut usize| file.read(buf, buf_size); in test_file_read_chunked() localVariable
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DAudioRecord.java1583 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes) { in read() method in AudioRecord
1614 public int read(@NonNull byte[] audioData, int offsetInBytes, int sizeInBytes, in read() method in AudioRecord
1657 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts) { in read() method in AudioRecord
1687 public int read(@NonNull short[] audioData, int offsetInShorts, int sizeInShorts, in read() method in AudioRecord
1736 public int read(@NonNull float[] audioData, int offsetInFloats, int sizeInFloats, in read() method in AudioRecord
1787 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes) { in read() method in AudioRecord
1820 public int read(@NonNull ByteBuffer audioBuffer, int sizeInBytes, @ReadMode int readMode) { in read() method in AudioRecord
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/setupwizard/android_onboarding.contracts.setupwizard/android_common/repackaged-jarjar/kotlinc/
Dandroid_onboarding.contracts.setupwizard.jar ... .android.onboarding.contracts.setupwizard.SuwArguments read (com.android.onboarding.contracts.NodeAwareIntentScope ...
/aosp_15_r20/out/soong/.intermediates/external/android_onboarding/java/com/android/onboarding/contracts/setupwizard/android_onboarding.contracts.setupwizard/android_common/kotlin/
Dandroid_onboarding.contracts.setupwizard.jar ... android/onboarding/contracts/setupwizard/SuwArgumentsSerializer$read$1.class SuwArgumentsSerializer.kt package com. ...
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DESDescriptor.java109 final long read = bb.position() - begin; in parseDetail() local
126 final long read = bb.position() - begin; in parseDetail() local
145 final long read = bb.position() - begin; in parseDetail() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Duds_stream.rs119 let mut read = vec![0; written.len()]; in try_read_write() localVariable
160 let mut read = vec![0; written.len()]; in try_read_write() localVariable
356 let mut read = Vec::with_capacity(written.len()); in try_read_buf() localVariable
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-compress/apache-commons-compress/android_common/turbine/
Dapache-commons-compress.jar ... () throws java.io.IOException public int read () throws java.io.IOException protected void ...
/aosp_15_r20/out/soong/.intermediates/external/apache-commons-compress/apache-commons-compress/android_common_apex10000/turbine/
Dapache-commons-compress.jar ... () throws java.io.IOException public int read () throws java.io.IOException protected void ...
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java524 int read() throws IOException { in read() method in H264TrackImpl.ReaderWrapper
529 long read(byte[] data) throws IOException { in read() method in H264TrackImpl.ReaderWrapper
530 long read = inputStream.read(data); in read() local
591 int read = 0; in SEIMessage() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/
H A DFlacDecoderJni.java118 public int read(ByteBuffer target) throws IOException { in read() method in FlacDecoderJni
130 int read = readFromExtractorInput(extractorInput, tempBuffer, /* offset= */ 0, byteCount); in read() local
268 int read = extractorInput.read(tempBuffer, offset, length); in readFromExtractorInput() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/weaver/aidl/android.hardware.weaver-V2-java-source/gen/android/hardware/weaver/
DIWeaver.java27 …@Override public android.hardware.weaver.WeaverReadResponse read(int slotId, byte[] key) throws an… in read() method in IWeaver.Default
210 …@Override public android.hardware.weaver.WeaverReadResponse read(int slotId, byte[] key) throws an… in read() method in IWeaver.Stub.Proxy
304 …public android.hardware.weaver.WeaverReadResponse read(int slotId, byte[] key) throws android.os.R… in read() method
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DLoopbackPassthroughTest.java286 int read(byte[] buffer, int numBytes); in read() method
305 public int read(byte[] buffer, int numBytes) { in read() method in LoopbackPassthroughTest.PcmAudioSource
333 public int read(byte[] buffer, int numBytes) { in read() method in LoopbackPassthroughTest.Eac3JocAudioSource
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/flac/src/main/java/com/google/android/exoplayer2/ext/flac/
H A DFlacDecoderJni.java118 public int read(ByteBuffer target) throws IOException { in read() method in FlacDecoderJni
130 int read = readFromExtractorInput(extractorInput, tempBuffer, /* offset= */ 0, byteCount); in read() local
268 int read = extractorInput.read(tempBuffer, offset, length); in readFromExtractorInput() local

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