Home
last modified time | relevance | path

Searched refs:RESULT_SIZE (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/zip/
DDeflaterDictionaryTests.java46 private static final int RESULT_SIZE = 1024; field in DeflaterDictionaryTests
91 byte[] output = new byte[RESULT_SIZE]; in testByteArray()
107 byte[] result = new byte[RESULT_SIZE]; in testByteArray()
137 byte[] output = new byte[RESULT_SIZE]; in testHeapByteBuffer()
155 byte[] result = new byte[RESULT_SIZE]; in testHeapByteBuffer()
185 byte[] output = new byte[RESULT_SIZE]; in testByteBufferDirect()
209 byte[] result = new byte[RESULT_SIZE]; in testByteBufferDirect()