Searched refs:needsInput (Results 1 – 12 of 12) sorted by relevance
212 .needsInput()); in test_finish()351 defl.needsInput()); in test_needsInput()356 defl.needsInput()); in test_needsInput()358 while (!defl.needsInput()) { in test_needsInput()365 defl.needsInput()); in test_needsInput()376 defl.needsInput()); in test_needsInput()509 while (!defl.needsInput()) { in test_setDictionary$BII()555 .needsInput()); in test_setInput$B()593 assertFalse("the array buffer in setInput() is empty", defl.needsInput()); in test_setInput$BII()651 while (!defl.needsInput()) { in test_setLevelI()[all …]
72 if (inflate.needsInput()) { in test_finished()140 while (!(deflate.needsInput())) { in test_getTotalIn()151 if (inflate.needsInput()) { in test_getTotalIn()170 if (inflate2.needsInput()) { in test_getTotalIn()197 while (!(deflate.needsInput())) { in test_getTotalOut()209 if (inflate.needsInput()) { in test_getTotalOut()233 if (inflate.needsInput()) { in test_getTotalOut()262 if (inflate.needsInput()) { in test_inflate$B()283 while (!(defEmpty.needsInput())) { in test_inflate$B()299 if (infEmpty.needsInput()) { in test_inflate$B()[all …]
72 while (!(deflate.needsInput())) { in setUp()
150 while (!inf.finished() && !inf.needsInput()) { in flush()238 if (inf.needsInput()) { in write()
157 if (inf.needsInput()) { in read()
189 if (def.needsInput()) { in read()
211 while (!def.needsInput()) { in write()
204 public boolean needsInput() { in needsInput() method in Inflater
308 public boolean needsInput() { in needsInput() method in Deflater
139 if (deflater.needsInput() && inCount != 0) { in compress()178 if (inflater.needsInput() && inCount != 0) { in expand()
65 if (inflater.needsInput()) { in assertRoundTrip()142 assertEquals(true, inflater.needsInput()); in testInflaterCounts()
62 assertTrue(inflater.needsInput());