HomeSort by relevance Sort by last modified time
    Searched defs:compressionMethod (Results 1 - 4 of 4) sorted by null

  /external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/
MinimalZipEntry.java 27 private final int compressionMethod;
72 * @param compressionMethod the method used to compress the data
84 int compressionMethod,
91 this.compressionMethod = compressionMethod;
113 return compressionMethod;
224 result = prime * result + compressionMethod;
250 if (compressionMethod != other.compressionMethod) {
MinimalZipParser.java 171 int compressionMethod = read16BitUnsigned(in);
187 compressionMethod,
  /external/harfbuzz_ng/src/
hb-ot-color-sbix-table.hh 213 HBUINT8 compressionMethod;
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]

Completed in 1201 milliseconds