Home
last modified time | relevance | path

Searched refs:offsetBytes (Results 1 – 8 of 8) 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/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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java242 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/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp634 size_t offsetBytes = static_cast<size_t>(bufferOffset + offset + inputSkipBytes); in setSubImageImpl() local
643 isFastUnpackPossible(vkFormat, offsetBytes)) in setSubImageImpl()
660 imageHeightPixels, area, offsetBytes, aspectFlags)); in setSubImageImpl()