Home
last modified time | relevance | path

Searched defs:bytesRead (Results 1 – 25 of 1418) sorted by relevance

12345678910>>...57

/aosp_15_r20/external/leakcanary2/shark-android/src/test/java/shark/
H A DHprofIOPerfTest.kt25 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
53 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
78 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
92 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
107 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
122 val bytesRead = source.openHeapGraph().use { graph -> in <lambda>() constant
H A DMetricsDualSourceProvider.kt26 val bytesRead = fileSource.read(sink, byteCount) in openStreamingSource() constant
47 val bytesRead = randomAccessSource.read(sink, position, byteCount) in openRandomAccessSource() constant
/aosp_15_r20/external/kotlinx.serialization/formats/json/jvmMain/src/kotlinx/serialization/json/internal/
H A DCharsetReader.kt35 var bytesRead = 0 in read() variable
91 …val bytesRead = inputStream.read(byteBuffer.array(), byteBuffer.arrayOffset() + position, remainin… in fillByteBuffer() constant
109 val bytesRead = read(array, 0, 2) in oneShotReadSlowPath() constant
/aosp_15_r20/external/aws-sdk-java-v2/core/http-auth-aws/src/test/java/software/amazon/awssdk/http/auth/aws/internal/signer/chunkedencoding/
H A DChunkedEncodedInputStreamTest.java61 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withBasicParams_returnsEncodedChunks() local
98 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withExtensions_returnsEncodedExtendedChunks() local
136 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withTrailers_returnsEncodedChunksAndTrailerChunk() local
179 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withExtensionsAndTrailers_EncodedExtendedChunksAndTrailerChunk() local
252 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withAwsParams_returnsAwsSignedAndEncodedChunks() local
310 int bytesRead = readAll(inputStream, tmp); in ChunkEncodedInputStream_withVariableChunkSize_shouldCorrectlyChunkData() local
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/internal/metrics/
H A DBytesReadTrackingPublisher.java31 private final AtomicLong bytesRead; field in BytesReadTrackingPublisher
33 public BytesReadTrackingPublisher(Publisher<ByteBuffer> upstream, AtomicLong bytesRead) { in BytesReadTrackingPublisher()
43 public long bytesRead() { in bytesRead() method in BytesReadTrackingPublisher
49 private final AtomicLong bytesRead; field in BytesReadTrackingPublisher.BytesReadTracker
51 private BytesReadTracker(Subscriber<? super ByteBuffer> downstream, AtomicLong bytesRead) { in BytesReadTracker()
H A DBytesReadTrackingInputStream.java28 private final AtomicLong bytesRead; field in BytesReadTrackingInputStream
30 public BytesReadTrackingInputStream(AbortableInputStream in, AtomicLong bytesRead) { in BytesReadTrackingInputStream()
36 public long bytesRead() { in bytesRead() method in BytesReadTrackingInputStream
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorInputTest.java55 int bytesRead = 0; in readMultipleTimes() local
72 int bytesRead = input.read(target, 0, TEST_DATA.length - 1); in readAlreadyPeeked() local
86 int bytesRead = input.read(target, 0, TEST_DATA.length); in readPartiallyPeeked() local
100 int bytesRead = input.read(target, 0, TEST_DATA.length); in readEndOfInputBeforeFirstByteRead() local
112 int bytesRead = input.read(target, 0, TEST_DATA.length); in readEndOfInputAfterFirstByteRead() local
123 int bytesRead = input.read(target, /* offset= */ 0, /* length= */ 0); in readZeroLength() local
289 int bytesRead = input.skip(0); in skipZeroLength() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorInputTest.java55 int bytesRead = 0; in readMultipleTimes() local
72 int bytesRead = input.read(target, 0, TEST_DATA.length - 1); in readAlreadyPeeked() local
86 int bytesRead = input.read(target, 0, TEST_DATA.length); in readPartiallyPeeked() local
100 int bytesRead = input.read(target, 0, TEST_DATA.length); in readEndOfInputBeforeFirstByteRead() local
112 int bytesRead = input.read(target, 0, TEST_DATA.length); in readEndOfInputAfterFirstByteRead() local
123 int bytesRead = input.read(target, /* offset= */ 0, /* length= */ 0); in readZeroLength() local
289 int bytesRead = input.skip(0); in skipZeroLength() local
/aosp_15_r20/external/perfetto/ui/src/core/
H A Dtrace_stream.ts25 bytesRead: number; property
78 private bytesRead = 0; property in TraceBufferStream
101 private bytesRead = 0; property in TraceHttpStream
124 let bytesRead = 0; variable
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorInput.java65 int bytesRead = readFromPeekBuffer(buffer, offset, length); in read() local
78 int bytesRead = readFromPeekBuffer(target, offset, length); in readFully() local
291 int bytesRead = dataReader.read(target, offset + bytesAlreadyRead, length - bytesAlreadyRead); in readFromUpstream() local
306 private void commitBytesRead(int bytesRead) { in commitBytesRead()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/
H A DDefaultExtractorInput.java65 int bytesRead = readFromPeekBuffer(buffer, offset, length); in read() local
78 int bytesRead = readFromPeekBuffer(target, offset, length); in readFully() local
291 int bytesRead = dataReader.read(target, offset + bytesAlreadyRead, length - bytesAlreadyRead); in readFromUpstream() local
306 private void commitBytesRead(int bytesRead) { in commitBytesRead()
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/
H A DOldRandomAccessFileTest.java299 int bytesRead = raf.read(rbuf); in test_read$B() local
321 int bytesRead; in test_read$BII() local
1002 int bytesRead; in test_setLengthJ() local
1101 int bytesRead; in test_write$BII() local
H A DOldInputStreamTest.java90 int bytesRead = 0; in test_read$B() local
122 int bytesRead = 0; in test_read$BII_Exception() local
170 int bytesRead = 0; in test_read$BII() local
/aosp_15_r20/libcore/ojluni/src/test/java/nio/channels/Channels/
H A DBasic.java219 int bytesRead = 0; in readAndCheck() local
260 int bytesRead = 0; in testNewInputStream() local
301 int bytesRead = 0; in testNewChannelIn() local
358 int bytesRead = 1; in test4481572() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DSectionReader.java41 private int bytesRead; field in SectionReader
98 data.readBytes(sectionData.getData(), bytesRead, headerBytesToRead); in consume() local
120 data.readBytes(sectionData.getData(), bytesRead, bodyBytesToRead); in consume() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ts/
H A DSectionReader.java41 private int bytesRead; field in SectionReader
98 data.readBytes(sectionData.getData(), bytesRead, headerBytesToRead); in consume() local
120 data.readBytes(sectionData.getData(), bytesRead, bodyBytesToRead); in consume() local
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java243 int bytesRead = input.read(header, off, Packet.HEADER_SIZE - off); in readPacket() local
273 int bytesRead = input.read(bytes, off, len - off); in readPacket() local
313 int bytesRead = input.read(bytes, off, len - off); in handshake() local
/aosp_15_r20/external/aac/tests/AacDecBenchmark/
H A DAacDecBenchmark.cpp82 UINT bytesRead = configBuffer.size(); in configureDecoder() local
96 UINT bytesRead = inputBuffer.size(); in decodeFrame() local
143 size_t bytesRead = fread(buffer.data(), 1, bufferSize, bitStreamFilePtr); in readInputFiles() local
/aosp_15_r20/external/zstd/contrib/pzstd/
H A DPzstd.cpp62 std::uint64_t bytesRead; in handleOneInput() local
371 auto bytesRead = in readData() local
392 std::uint64_t bytesRead = 0; in asyncCompressChunks() local
524 auto bytesRead = std::fread(buffer.data(), 1, buffer.size(), fd); in asyncDecompressFrames() local
/aosp_15_r20/external/skia/src/codec/
H A DSkJpegSourceMgr.cpp135 size_t bytesRead = fStream->read(fBuffer->writable_data(), fBuffer->size()); in fillInputBuffer() local
176 size_t bytesRead = fStream->read(buffer, kBufferSize); in getAllSegments() local
373 size_t bytesRead = fStream->read(subsetDataCurrent, size); in getSubsetData() local
/aosp_15_r20/external/aws-sdk-java-v2/test/test-utils/src/main/java/software/amazon/awssdk/testutils/
H A DInputStreamUtils.java34 int bytesRead = 0; in calculateMD5Digest() local
56 long bytesRead = 0; in drainInputStream() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDataSourceUtil.java39 int bytesRead = 0; in readToEnd() local
66 int bytesRead = dataSource.read(data, position, data.length - position); in readExactly() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
H A DDataSourceUtil.java39 int bytesRead = 0; in readToEnd() local
66 int bytesRead = dataSource.read(data, position, data.length - position); in readExactly() local
/aosp_15_r20/system/media/audio_utils/spdif/
H A DSPDIFDecoder.cpp62 auto bytesRead = readInput(&tmpBuffer[0], bytesToFill); in fillBurstDataBuffer() local
73 size_t bytesRead = 0; in read() local
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DJvmFileHandle.kt49 var bytesRead = 0 in protectedRead() variable

12345678910>>...57