Home
last modified time | relevance | path

Searched defs:zl (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DZipEightByteIntegerTest.java38 final ZipEightByteInteger zl = new ZipEightByteInteger(0xAB12345678l); in testLongToBytes() local
57 final ZipEightByteInteger zl = new ZipEightByteInteger(val); in testLongFromBytes() local
66 final ZipEightByteInteger zl = in testBIToBytes() local
87 final ZipEightByteInteger zl = new ZipEightByteInteger(val); in testBIFromBytes() local
98 final ZipEightByteInteger zl = new ZipEightByteInteger(0x12345678); in testEquals() local
118 …final ZipEightByteInteger zl = new ZipEightByteInteger(new byte[] {(byte)0xFF, (byte)0xFF, (byte)0… in testSign() local
DZipLongTest.java36 final ZipLong zl = new ZipLong(0x12345678); in testToBytes() local
64 final ZipLong zl = new ZipLong(val); in testFromBytes() local
73 final ZipLong zl = new ZipLong(0x12345678); in testEquals() local
93 ZipLong zl = new ZipLong(new byte[] {(byte)0xFF, (byte)0xFF, (byte)0xFF, (byte)0xFF}); in testSign() local
DZipUtilTest.java35 private ZipLong zl; field in ZipUtilTest