Home
last modified time | relevance | path

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

12345678910>>...13

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipOutputStream.java176 if (entry.getCompressedSize() >= 0) in putNextEntry()
179 entry.setSize(entry.getCompressedSize()); in putNextEntry()
180 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
194 if (entry.getCompressedSize() < 0 in putNextEntry()
219 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
272 if (curEntry.getCompressedSize() < 0) in closeEntry()
274 else if (curEntry.getCompressedSize() != csize) in closeEntry()
292 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
356 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/util/zip/
H A DZipOutputStream.java176 if (entry.getCompressedSize() >= 0) in putNextEntry()
179 entry.setSize(entry.getCompressedSize()); in putNextEntry()
180 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
194 if (entry.getCompressedSize() < 0 in putNextEntry()
219 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
272 if (curEntry.getCompressedSize() < 0) in closeEntry()
274 else if (curEntry.getCompressedSize() != csize) in closeEntry()
292 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
356 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DZipOutputStream.java195 if (entry.getCompressedSize() >= 0) in putNextEntry()
198 entry.setSize(entry.getCompressedSize()); in putNextEntry()
199 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
213 if (entry.getCompressedSize() < 0 in putNextEntry()
238 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
299 if (curEntry.getCompressedSize() < 0) in closeEntry()
301 else if (curEntry.getCompressedSize() != csize) in closeEntry()
319 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
383 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/util/zip/
H A DZipOutputStream.java195 if (entry.getCompressedSize() >= 0) in putNextEntry()
198 entry.setSize(entry.getCompressedSize()); in putNextEntry()
199 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
213 if (entry.getCompressedSize() < 0 in putNextEntry()
238 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
299 if (curEntry.getCompressedSize() < 0) in closeEntry()
301 else if (curEntry.getCompressedSize() != csize) in closeEntry()
319 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
383 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/util/zip/
H A DZipOutputStream.java195 if (entry.getCompressedSize() >= 0) in putNextEntry()
198 entry.setSize(entry.getCompressedSize()); in putNextEntry()
199 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
213 if (entry.getCompressedSize() < 0 in putNextEntry()
238 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
299 if (curEntry.getCompressedSize() < 0) in closeEntry()
301 else if (curEntry.getCompressedSize() != csize) in closeEntry()
319 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
383 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/util/zip/
H A DZipOutputStream.java195 if (entry.getCompressedSize() >= 0) in putNextEntry()
198 entry.setSize(entry.getCompressedSize()); in putNextEntry()
199 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
213 if (entry.getCompressedSize() < 0 in putNextEntry()
238 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
299 if (curEntry.getCompressedSize() < 0) in closeEntry()
301 else if (curEntry.getCompressedSize() != csize) in closeEntry()
319 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
383 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/util/zip/
H A DZipOutputStream.java195 if (entry.getCompressedSize() >= 0) in putNextEntry()
198 entry.setSize(entry.getCompressedSize()); in putNextEntry()
199 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
213 if (entry.getCompressedSize() < 0 in putNextEntry()
238 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
299 if (curEntry.getCompressedSize() < 0) in closeEntry()
301 else if (curEntry.getCompressedSize() != csize) in closeEntry()
319 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
383 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/util/zip/
H A DZipOutputStream.java185 if (entry.getCompressedSize() >= 0) in putNextEntry()
188 entry.setSize(entry.getCompressedSize()); in putNextEntry()
189 else if (entry.getSize() != entry.getCompressedSize()) in putNextEntry()
203 if (entry.getCompressedSize() < 0 in putNextEntry()
228 writeLeInt((int)entry.getCompressedSize()); in putNextEntry()
289 if (curEntry.getCompressedSize() < 0) in closeEntry()
291 else if (curEntry.getCompressedSize() != csize) in closeEntry()
309 writeLeInt((int)curEntry.getCompressedSize()); in closeEntry()
373 writeLeInt((int)entry.getCompressedSize()); in finish()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/zip/
H A DCopyZipFile.java115 … entry.getName(), entry.getCompressedSize(), entry.getSize(), entry.getCrc())); in main()
117 … (entry.getCompressedSize() != -1 || entry.getSize() != -1 || entry.getCrc() != -1)) { in main()
128 … entry.getName(), entry.getCompressedSize(), entry.getSize(), entry.getCrc())); in main()
129 if (entry.getCompressedSize() == -1 || entry.getSize() == -1) { in main()
155 entry.getName(), entry.getCompressedSize(), in main()
157 if (entry.getCompressedSize() == -1 || entry.getSize() == -1) { in main()
176 entry.setCompressedSize(entry.getCompressedSize()); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/zip/
H A DCopyZipFile.java115 … entry.getName(), entry.getCompressedSize(), entry.getSize(), entry.getCrc())); in main()
117 … (entry.getCompressedSize() != -1 || entry.getSize() != -1 || entry.getCrc() != -1)) { in main()
128 … entry.getName(), entry.getCompressedSize(), entry.getSize(), entry.getCrc())); in main()
129 if (entry.getCompressedSize() == -1 || entry.getSize() == -1) { in main()
155 entry.getName(), entry.getCompressedSize(), in main()
157 if (entry.getCompressedSize() == -1 || entry.getSize() == -1) { in main()
176 entry.setCompressedSize(entry.getCompressedSize()); in main()
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/unittest/
H A DTestDelayedLoadMetadata.cc57 EXPECT_EQ(metadata.getCompressedSize(0), DelayedLoadMetadata::CompressedSizeType(6)); in TEST_F()
58 EXPECT_EQ(metadata.getCompressedSize(1), DelayedLoadMetadata::CompressedSizeType(101)); in TEST_F()
59 EXPECT_EQ(metadata.getCompressedSize(2), DelayedLoadMetadata::CompressedSizeType(-13522)); in TEST_F()
68 EXPECT_EQ(metadataCopy1.getCompressedSize(2), DelayedLoadMetadata::CompressedSizeType(-13522)); in TEST_F()
75 EXPECT_EQ(metadataCopy2->getCompressedSize(2), DelayedLoadMetadata::CompressedSizeType(-13522)); in TEST_F()
134 … EXPECT_EQ(newMetadata.getCompressedSize(0), DelayedLoadMetadata::CompressedSizeType(-10322)); in TEST_F()
/dports/devel/poco/poco-1.10.1-all/Zip/include/Poco/Zip/
H A DZipDataInfo.h51 Poco::UInt32 getCompressedSize() const;
102 Poco::UInt64 getCompressedSize() const;
161 inline Poco::UInt32 ZipDataInfo::getCompressedSize() const in getCompressedSize() function
215 inline Poco::UInt64 ZipDataInfo64::getCompressedSize() const in getCompressedSize() function
H A DZipLocalFileHeader.h94 Poco::UInt64 getCompressedSize() const;
313 _endPos = start + getHeaderSize()+static_cast<std::streamoff>(getCompressedSize()); in setStartPos()
410 inline Poco::UInt64 ZipLocalFileHeader::getCompressedSize() const in getCompressedSize() function
494 return (getCompressedSize() > 0); in hasData()
506 return getDataStartPos()+static_cast<std::streamoff>(getCompressedSize()); in getDataEndPos()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/file/tfile/
H A DBCFile.java170 long getCompressedSize() throws IOException { in getCompressedSize() method in BCFile.Writer.WBlockState
242 public long getCompressedSize() throws IOException { in getCompressedSize() method in BCFile.Writer.BlockAppender
243 return wBlkState.getCompressedSize(); in getCompressedSize()
507 .getCompressedSize()), decompressor, TFile in RBlockState()
594 public long getCompressedSize() { in getCompressedSize() method in BCFile.Reader.BlockReader
595 return rBlkState.getBlockRegion().getCompressedSize(); in getCompressedSize()
970 public long getCompressedSize() { in getCompressedSize() method in BCFile.BlockRegion
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/file/tfile/
H A DBCFile.java170 long getCompressedSize() throws IOException { in getCompressedSize() method in BCFile.Writer.WBlockState
242 public long getCompressedSize() throws IOException { in getCompressedSize() method in BCFile.Writer.BlockAppender
243 return wBlkState.getCompressedSize(); in getCompressedSize()
504 .getCompressedSize()), decompressor, TFile in RBlockState()
591 public long getCompressedSize() { in getCompressedSize() method in BCFile.Reader.BlockReader
592 return rBlkState.getBlockRegion().getCompressedSize(); in getCompressedSize()
966 public long getCompressedSize() { in getCompressedSize() method in BCFile.BlockRegion
H A DTFileDumper.java124 dataSize += region.getCompressedSize(); in dumpInfo()
144 metaSize += e.getRegion().getCompressedSize(); in dumpInfo()
217 .format(region.getCompressedSize(), blkLenWidth, Align.LEFT), in dumpInfo()
285 Align.LEFT), Align.format(region.getCompressedSize(), in dumpInfo()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java272 int store = (ze.getCompressedSize() > 0) ? in zeString()
273 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
277 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java272 int store = (ze.getCompressedSize() > 0) ? in zeString()
273 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
277 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java272 int store = (ze.getCompressedSize() > 0) ? in zeString()
273 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
277 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java272 int store = (ze.getCompressedSize() > 0) ? in zeString()
273 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
277 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java301 int store = (ze.getCompressedSize() > 0) ? in zeString()
302 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
306 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DUtils.java301 int store = (ze.getCompressedSize() > 0) ? in zeString()
302 (int)( (1.0 - ((double)ze.getCompressedSize()/(double)ze.getSize()))*100 ) in zeString()
306 + "\t" + ze.getCompressedSize() + "\t" in zeString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/zip/ZipFile/
H A DTestZipFile.java193 x.getCompressedSize() == y.getCompressedSize() && in checkEqual()
204 System.out.printf(" %d %d%n", x.getCompressedSize(), y.getCompressedSize()); in checkEqual()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/zip/ZipFile/
H A DTestZipFile.java193 x.getCompressedSize() == y.getCompressedSize() && in checkEqual()
204 System.out.printf(" %d %d%n", x.getCompressedSize(), y.getCompressedSize()); in checkEqual()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/zip/ZipFile/
H A DTestZipFile.java193 x.getCompressedSize() == y.getCompressedSize() && in checkEqual()
204 System.out.printf(" %d %d%n", x.getCompressedSize(), y.getCompressedSize()); in checkEqual()

12345678910>>...13