Searched refs:offsetBytes (Results 1 – 8 of 8) sorted by relevance
/external/downloader/src/main/java/com/google/android/downloader/ |
D | ProtoFileDownloadDestination.java | 56 public WritableByteChannel openByteChannel(long offsetBytes, DownloadMetadata metadata) in openByteChannel() argument 59 offsetBytes <= targetFile.length(), in openByteChannel() 64 fileChannel.position(offsetBytes); in openByteChannel()
|
D | SimpleFileDownloadDestination.java | 60 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/ |
D | SnappyCompressorOutputStream.java | 260 …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/ |
D | ShadowPackageInstaller.java | 169 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite() argument
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowPackageInstaller.java | 242 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite() argument
|
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 635 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/ |
D | MallocChecker.cpp | 1761 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/ |
D | TextureVk.cpp | 634 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()
|