Home
last modified time | relevance | path

Searched defs:compressedDataLength (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/test/java/util/zip/
DDeflaterDictionaryTests.java99 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteArray() local
147 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testHeapByteBuffer() local
201 … int compressedDataLength = deflater.deflate(output, 0, output.length, Deflater.NO_FLUSH); in testByteBufferDirect() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidDeflateTest.java51 int compressedDataLength = compresser.deflate(output); in simpleTest() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterTest.java1083 int compressedDataLength = def.deflate(output); in test_getBytesRead() local
1110 int compressedDataLength = def.deflate(output); in test_getBytesWritten() local
DInflaterTest.java803 int compressedDataLength = inf.inflate(input); in test_getBytesRead() local
831 int compressedDataLength = inf.inflate(input); in test_getBytesWritten() local