Home
last modified time | relevance | path

Searched refs:offsetBytes (Results 1 – 10 of 10) sorted by relevance

/external/downloader/src/main/java/com/google/android/downloader/
DProtoFileDownloadDestination.java56 public WritableByteChannel openByteChannel(long offsetBytes, DownloadMetadata metadata) in openByteChannel() argument
59 offsetBytes <= targetFile.length(), in openByteChannel()
64 fileChannel.position(offsetBytes); in openByteChannel()
DSimpleFileDownloadDestination.java60 public WritableByteChannel openByteChannel(long offsetBytes, DownloadMetadata metadata) in openByteChannel() argument
63 offsetBytes <= targetFile.length(), in openByteChannel()
68 fileChannel.position(offsetBytes); in openByteChannel()
/external/skqp/src/codec/
DSkGifCodec.cpp499 size_t offsetBytes = fSwizzler->swizzleOffsetBytes(); in haveDecodedRow() local
503 offsetBytes *= 2; in haveDecodedRow()
505 const void* src = SkTAddOffset<void>(fTmpBuffer.get(), offsetBytes); in haveDecodedRow()
506 void* dst = SkTAddOffset<void>(dstLine, offsetBytes); in haveDecodedRow()
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp504 size_t offsetBytes = fSwizzler->swizzleOffsetBytes(); in haveDecodedRow() local
508 offsetBytes *= 2; in haveDecodedRow()
510 const void* src = SkTAddOffset<void>(fTmpBuffer.get(), offsetBytes); in haveDecodedRow()
511 void* dst = SkTAddOffset<void>(dstLine, offsetBytes); in haveDecodedRow()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorOutputStream.java260 …private void writeBackReferenceWithLittleEndianOffset(int tag, int offsetBytes, int len, int offse… in writeBackReferenceWithLittleEndianOffset() argument
263 writeLittleEndian(offsetBytes, offset); in writeBackReferenceWithLittleEndianOffset()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java169 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite() argument
/external/deqp/modules/glshared/
DglsLongStressCase.cpp635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument
676 glBufferSubData(target, offsetBytes, sizeBytes, src); in setSubData()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1761 int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth(); in ReportOffsetFree() local
1767 << offsetBytes in ReportOffsetFree()
1769 << ((abs(offsetBytes) > 1) ? "bytes" : "byte") in ReportOffsetFree()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp2230 int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth(); in HandleOffsetFree() local
2236 << offsetBytes in HandleOffsetFree()
2238 << ((abs(offsetBytes) > 1) ? "bytes" : "byte") in HandleOffsetFree()
/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp475 size_t offsetBytes = static_cast<size_t>(bufferOffset + offset + inputSkipBytes); in setSubImageImpl() local
482 isFastUnpackPossible(vkFormat, offsetBytes)) in setSubImageImpl()
499 imageHeightPixels, area, offsetBytes, aspectFlags)); in setSubImageImpl()