Searched refs:needsInput (Results 1 – 14 of 14) sorted by relevance
216 .needsInput()); in test_finish()356 defl.needsInput()); in test_needsInput()361 defl.needsInput()); in test_needsInput()363 while (!defl.needsInput()) { in test_needsInput()370 defl.needsInput()); in test_needsInput()381 defl.needsInput()); in test_needsInput()515 while (!defl.needsInput()) { in test_setDictionary$BII()562 .needsInput()); in test_setInput$B()600 assertFalse("the array buffer in setInput() is empty", defl.needsInput()); in test_setInput$BII()659 while (!defl.needsInput()) { in test_setLevelI()[all …]
78 if (inflate.needsInput()) { in test_finished()149 while (!(deflate.needsInput())) { in test_getTotalIn()160 if (inflate.needsInput()) { in test_getTotalIn()181 if (inflate2.needsInput()) { in test_getTotalIn()209 while (!(deflate.needsInput())) { in test_getTotalOut()221 if (inflate.needsInput()) { in test_getTotalOut()245 if (inflate.needsInput()) { in test_getTotalOut()277 if (inflate.needsInput()) { in test_inflate$B()299 while (!(defEmpty.needsInput())) { in test_inflate$B()316 if (infEmpty.needsInput()) { in test_inflate$B()[all …]
77 while (!(deflate.needsInput())) { in setUp()
150 while (!inf.finished() && !inf.needsInput()) { in flush()238 if (inf.needsInput()) { in write()
211 while (!def.needsInput()) { in write()
176 if (inf.needsInput()) { in read()
188 if (def.needsInput()) { in read()
222 public boolean needsInput() { in needsInput() method in Inflater
338 public boolean needsInput() { in needsInput() method in Deflater
139 if (deflater.needsInput() && inCount != 0) { in compress()178 if (inflater.needsInput() && inCount != 0) { in expand()
71 if (inflater.needsInput()) { in assertRoundTrip()151 assertEquals(true, inflater.needsInput()); in testInflaterCounts()
83 assertTrue(inflater.needsInput());
62 public boolean needsInput() { in needsInput() method in Inflater
69 public boolean needsInput() { in needsInput() method in Deflater