Home
last modified time | relevance | path

Searched defs:bytesRead (Results 401 – 425 of 1418) sorted by relevance

1...<<11121314151617181920>>...57

/aosp_15_r20/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
H A DMessageDeframer.java61 void bytesRead(int numBytes); in bytesRead() method
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DByteBufferStreamAdaptor.cpp68 size_t bytesRead = 0; in read() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/
H A DIOUtil.java278 long bytesRead = nd.readv(fd, vec.address, iov_len); in read() local
/aosp_15_r20/external/skia/src/codec/
H A DSkCrabbyAvifCodec.cpp106 bool SkCrabbyAvifCodec::IsAvif(const void* buffer, size_t bytesRead) { in IsAvif()
H A DSkJpegxlCodec.cpp53 bool SkJpegxlCodec::IsJpegxl(const void* buffer, size_t bytesRead) { in IsJpegxl()
H A DSkWebpCodec.cpp50 bool SkWebpCodec::IsWebp(const void* buf, size_t bytesRead) { in IsWebp()
/aosp_15_r20/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DDexData.java489 int bytesRead = mDexFile.read(inBuf); in readString() local
/aosp_15_r20/frameworks/wilhelm/src/android/
H A DAudioRecorder_to_android.cpp311 size_t bytesRead = 0; in audioRecorder_handleMoreData_lockRecord() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/genrb/
H A Dgenrb.cpp390 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize); in main() local
/aosp_15_r20/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp390 int32_t bytesRead = T_FileStream_read(poolFile, poolBundle.fBytes, poolFileSize); in main() local
/aosp_15_r20/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
H A DAsmTest.java379 int bytesRead; in getBytes() local
/aosp_15_r20/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp256 size_t bytesRead = mStream->read(mCache.get() + mCachedSize, bytesToRead); in readAt() local
/aosp_15_r20/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
H A DSkottieAnimation.java88 int bytesRead; in convertToByteBuffer() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/
H A DAssetFileDescriptor_AutoCloseInputStreamTest.java285 int bytesRead = fc.read(buffer); in testOffsetCorrectFileChannelReadBuffer() local
/aosp_15_r20/external/cronet/third_party/icu/source/io/
H A Dustdio.cpp413 int32_t bytesRead; in ufile_fill_uchar_buffer() local
/aosp_15_r20/external/lz4/examples/
H A DframeCompress.c341 long bytesRead = 0; in compareFiles() local
/aosp_15_r20/trusty/user/app/keymaster/
Dtrusty_secure_deletion_secret_storage.cpp131 ssize_t bytesRead = storage_read( in ReadBlock() local
/aosp_15_r20/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp489 ssize_t bytesRead = fread(buffer, bytes, 1, mFile); in read() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/device/metric/
DPerfettoPullerMetricCollector.java472 int bytesRead = -1; in retrieveFile() local
/aosp_15_r20/external/cronet/android/tests/cts/src/android/net/http/cts/util/
H A DTestBidirectionalStreamCallback.java296 final int bytesRead = byteBuffer.position() - mBufferPositionBeforeRead; in onReadCompleted() local
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/dnld/
DphDnldNfc.cc1020 long bytesRead = 0; in phDnldNfc_LoadBinFW() local
/aosp_15_r20/external/icu/icu4c/source/io/
H A Dustdio.cpp413 int32_t bytesRead; in ufile_fill_uchar_buffer() local
/aosp_15_r20/frameworks/base/core/java/android/util/jar/
H A DStrictJarFile.java392 private long bytesRead = 0; field in StrictJarFile.ZipInflaterInputStream
/aosp_15_r20/out/soong/.intermediates/external/cronet/cronet_aml_components_cronet_android_cronet_jni_headers__action/android_arm64_armv8-2a_cortex-a55_apex30/gen/components/cronet/android/cronet_jni_headers/
DCronetBidirectionalStream_jni.h249 JniIntWrapper bytesRead, in Java_CronetBidirectionalStream_onReadCompleted()
/aosp_15_r20/out/soong/.intermediates/external/cronet/cronet_aml_components_cronet_android_cronet_jni_headers__action__java/android_common/gen/components/cronet/android/cronet_jni_headers/
DCronetBidirectionalStream_jni.h249 JniIntWrapper bytesRead, in Java_CronetBidirectionalStream_onReadCompleted()

1...<<11121314151617181920>>...57