Home
last modified time | relevance | path

Searched refs:getCompressedSize (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZip64ExtendedInformationExtraFieldTest.java93 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesOnly()
108 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesAndOffset()
124 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesOffsetAndDisk()
139 assertEquals(CSIZE, f.getCompressedSize()); in testReadLFHSizesAndDisk()
155 assertEquals(CSIZE, f.getCompressedSize()); in testReadCDSizesOffsetAndDisk()
170 assertEquals(CSIZE, f.getCompressedSize()); in testReadCDSizesAndOffset()
184 assertNull(f.getCompressedSize()); in testReadCDSomethingAndDisk()
198 assertNull(f.getCompressedSize()); in testReparseCDSingleEightByteData()
204 assertEquals(SIZE, f.getCompressedSize()); in testReparseCDSingleEightByteData()
210 assertNull(f.getCompressedSize()); in testReparseCDSingleEightByteData()
DZipFileTest.java453 Assert.assertNotEquals(-1L, inflatedEntry.getCompressedSize()); in testDelayedOffsetsAndSizes()
459 Assert.assertNotEquals(-1L, storedEntry.getCompressedSize()); in testDelayedOffsetsAndSizes()
508 assertNotEquals(-1L, inflatedEntry.getCompressedSize()); in testEntryAlignment()
521 assertNotEquals(-1L, storedEntry.getCompressedSize()); in testEntryAlignment()
535 assertNotEquals(-1L, storedEntry2.getCompressedSize()); in testEntryAlignment()
549 assertNotEquals(-1L, storedEntry3.getCompressedSize()); in testEntryAlignment()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveOutputStream.java586 && ae.getCompressedSize() != ArchiveEntry.SIZE_UNKNOWN; in addRawArchiveEntry()
663 …return zipArchiveEntry.getSize() >= ZIP64_MAGIC || zipArchiveEntry.getCompressedSize() >= ZIP64_MA… in isTooLageForZip32()
678 writeOut(ZipLong.getBytes(entry.entry.getCompressedSize())); in rewriteSizesAndCrc()
694 writeOut(ZipEightByteInteger.getBytes(entry.entry.getCompressedSize())); in rewriteSizesAndCrc()
768 compressedSize = new ZipEightByteInteger(entry.entry.getCompressedSize()); in putArchiveEntry()
827 || entry.entry.getCompressedSize() >= ZIP64_MAGIC) in validateSizeInformation()
851 || entry.getCompressedSize() >= ZIP64_MAGIC in shouldAddZip64Extra()
1112 putLong(ze.getCompressedSize(), buf, LFH_COMPRESSED_SIZE_OFFSET); in createLocalFileHeader()
1184 writeCounted(ZipLong.getBytes(ze.getCompressedSize())); in writeDataDescriptor()
1187 writeCounted(ZipEightByteInteger.getBytes(ze.getCompressedSize())); in writeDataDescriptor()
[all …]
DZipFile.java444 return createBoundedInputStream(start, ze.getCompressedSize()); in getRawInputStream()
489 … new BufferedInputStream(createBoundedInputStream(start, ze.getCompressedSize())); //NOSONAR in getInputStream()
757 final boolean hasCompressedSize = ze.getCompressedSize() == ZIP64_MAGIC;
772 ze.setCompressedSize(z64.getCompressedSize().getLongValue());
774 z64.setCompressedSize(new ZipEightByteInteger(ze.getCompressedSize()));
DZipArchiveEntry.java916 && getCompressedSize() == other.getCompressedSize() in equals()
DZip64ExtendedInformationExtraField.java284 public ZipEightByteInteger getCompressedSize() { in getCompressedSize() method in Zip64ExtendedInformationExtraField
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DZipFileRO.java147 pCompLen.set(ze.getCompressedSize()); in getEntryInfo()
279 actualLen = toIntExact(ze.getCompressedSize()); in createEntryFileMap()
DFileMap.java200 fileSize = entry.getCompressedSize(); in guessOffsetFor()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/
DCLI.java35 System.out.print(" " + entry.getCompressedSize() in takeAction()
DSevenZArchiveEntry.java431 long getCompressedSize() { in getCompressedSize() method in SevenZArchiveEntry
DSevenZOutputFile.java383 writeUint64(header, entry.getCompressedSize());
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/
DZipTestCase.java487 … assertEquals(expectedElement.getCompressedSize(), actualElement.getCompressedSize()); in assertSameFileContents()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.hpp173 virtual deUint32 getCompressedSize (void) const;
DvktPipelineImageUtil.cpp417 …deUint32 bufferSize = (srcTexture.isCompressed())? srcTexture.getCompressedSize(): srcTextu… in uploadTestTextureInternal()
498 …deUint32 bufferSize = (srcTexture.isCompressed()) ? srcTexture.getCompressedSize(): srcTex… in uploadTestTextureInternalSparse()
758 deUint32 TestTexture::getCompressedSize (void) const in getCompressedSize() function in vkt::pipeline::TestTexture
/external/guice/extensions/struts2/lib/
Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...