/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | Zip64ExtendedInformationExtraFieldTest.java | 93 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()
|
D | ZipFileTest.java | 453 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/ |
D | ZipArchiveOutputStream.java | 586 && 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 …]
|
D | ZipFile.java | 444 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()));
|
D | ZipArchiveEntry.java | 916 && getCompressedSize() == other.getCompressedSize() in equals()
|
D | Zip64ExtendedInformationExtraField.java | 284 public ZipEightByteInteger getCompressedSize() { in getCompressedSize() method in Zip64ExtendedInformationExtraField
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ZipFileRO.java | 147 pCompLen.set(ze.getCompressedSize()); in getEntryInfo() 279 actualLen = toIntExact(ze.getCompressedSize()); in createEntryFileMap()
|
D | FileMap.java | 200 fileSize = entry.getCompressedSize(); in guessOffsetFor()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | CLI.java | 35 System.out.print(" " + entry.getCompressedSize() in takeAction()
|
D | SevenZArchiveEntry.java | 431 long getCompressedSize() { in getCompressedSize() method in SevenZArchiveEntry
|
D | SevenZOutputFile.java | 383 writeUint64(header, entry.getCompressedSize());
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/ |
D | ZipTestCase.java | 487 … assertEquals(expectedElement.getCompressedSize(), actualElement.getCompressedSize()); in assertSameFileContents()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.hpp | 173 virtual deUint32 getCompressedSize (void) const;
|
D | vktPipelineImageUtil.cpp | 417 …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/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |