Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidDeflateTest.java127 int inCount = inBuf.length; // use all in compress() local
165 private void expand(Inflater inflater, byte[] inBuf, int inCount, in expand()