Searched refs:needsInput (Results 1 – 17 of 17) sorted by relevance
202 .needsInput()); in test_finish()342 defl.needsInput()); in test_needsInput()347 defl.needsInput()); in test_needsInput()349 while (!defl.needsInput()) { in test_needsInput()356 defl.needsInput()); in test_needsInput()367 defl.needsInput()); in test_needsInput()501 while (!defl.needsInput()) { in test_setDictionary$BII()548 .needsInput()); in test_setInput$B()586 assertFalse("the array buffer in setInput() is empty", defl.needsInput()); in test_setInput$BII()645 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()
210 while (!def.needsInput()) { in write()
188 if (def.needsInput()) { in read()
209 if (inf.needsInput()) { in read()
312 public boolean needsInput() { in needsInput() method in Inflater
429 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());
53 public boolean needsInput() { throw new RuntimeException("Stub!"); } in needsInput() method in Inflater
56 public boolean needsInput() { throw new RuntimeException("Stub!"); } in needsInput() method in Deflater
62 public boolean needsInput() { in needsInput() method in Inflater
69 public boolean needsInput() { in needsInput() method in Deflater
18554 method public boolean needsInput();18629 method public boolean needsInput();