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

  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/zip/
ZFileTestConstants.java 22 public interface ZFileTestConstants {
AlignmentTest.java 329 ZFileTestConstants.LOCAL_HEADER_SIZE + "first.u".length() + 1024,
368 int fixedLh = ZFileTestConstants.LOCAL_HEADER_SIZE + 3;
386 int fixedLh = ZFileTestConstants.LOCAL_HEADER_SIZE + 3;
420 ZFileTestConstants.LOCAL_HEADER_SIZE + "f.u".length(),
448 ZFileTestConstants.LOCAL_HEADER_SIZE + "f.b".length(),
481 ZFileTestConstants.LOCAL_HEADER_SIZE
514 int recognizable1Start = ZFileTestConstants.LOCAL_HEADER_SIZE + "begin.u".length();
520 3 * ZFileTestConstants.LOCAL_HEADER_SIZE
    [all...]
ZFileTest.java 722 assertEquals(ZFileTestConstants.EOCD_SIZE, zipNoOffset.getEocdSize());
726 assertEquals(ZFileTestConstants.EOCD_SIZE, zipWithOffset.getEocdSize());
784 assertEquals(ZFileTestConstants.LOCAL_HEADER_SIZE + 1 + 2,
787 assertEquals(ZFileTestConstants.CENTRAL_DIRECTORY_ENTRY_SIZE + 1, cdSize);
788 assertEquals(ZFileTestConstants.LOCAL_HEADER_SIZE + 1 + 2 + cdSize,
790 assertEquals(ZFileTestConstants.EOCD_SIZE, zipNoOffset.getEocdSize());
791 assertEquals(ZFileTestConstants.LOCAL_HEADER_SIZE + 1 + 2 + 37,
794 assertEquals(ZFileTestConstants.LOCAL_HEADER_SIZE + 1 + 2 + 37 + cdSize,
796 assertEquals(ZFileTestConstants.EOCD_SIZE, zipWithOffset.getEocdSize());
804 int p1Size = ZFileTestConstants.LOCAL_HEADER_SIZE + 1 + 2
    [all...]
  /tools/apkzlib/src/test/java/com/android/tools/build/apkzlib/sign/
FullApkSignTest.java 29 import com.android.tools.build.apkzlib.zip.ZFileTestConstants;
79 int f1DataStart = ZFileTestConstants.LOCAL_HEADER_SIZE + f1Name.length();
81 int f2DataStart = f1DataEnd + ZFileTestConstants.LOCAL_HEADER_SIZE + f2Name.length();

Completed in 143 milliseconds