Searched refs:needsInput (Results 1 - 9 of 9) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DInflater.java122 * stream. If deflated bytes remain and {@link #needsInput} returns {@code
222 if (needsInput()) {
251 public synchronized boolean needsInput() { method in class:Inflater
292 * called if {@link #needsInput} returns {@code true}.
300 * called if {@link #needsInput} returns {@code true}.
H A DDeflaterInputStream.java127 if (def.needsInput()) {
H A DDeflaterOutputStream.java175 if (!def.needsInput()) {
H A DInflaterInputStream.java152 if (inf.needsInput()) {
H A DDeflater.java341 public synchronized boolean needsInput() { method in class:Deflater
H A DZipInputStream.java324 if (inf.needsInput()) {
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DOldAndroidDeflateTest.java139 if (deflater.needsInput() && inCount != 0) {
178 if (inflater.needsInput() && inCount != 0) {
H A DDeflaterTest.java62 assertTrue(inflater.needsInput());
H A DInflaterTest.java65 if (inflater.needsInput()) {

Completed in 149 milliseconds