Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidDeflateTest.java117 private static final int LOCAL_BUF_SIZE = 256; field in OldAndroidDeflateTest
140 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in compress()
154 compCount = deflater.deflate(outBuf, outPosn, LOCAL_BUF_SIZE); in compress()
179 want = (inCount < LOCAL_BUF_SIZE) ? inCount : LOCAL_BUF_SIZE; in expand()
190 compCount = inflater.inflate(outBuf, outPosn, LOCAL_BUF_SIZE); in expand()