Home | History | Annotate | Download | only in zip

Lines Matching defs:needsInput

79                 if (inflate.needsInput()) {
150 while (!(deflate.needsInput())) {
161 if (inflate.needsInput()) {
182 if (inflate2.needsInput()) {
210 while (!(deflate.needsInput())) {
222 if (inflate.needsInput()) {
246 if (inflate.needsInput()) {
278 if (inflate.needsInput()) {
300 while (!(defEmpty.needsInput())) {
317 if (infEmpty.needsInput()) {
384 if (inflate.needsInput()) {
407 if (inflate.needsInput()) {
516 if (inflate.needsInput()) {
544 if (inflateDiction.needsInput()) {
584 * java.util.zip.Inflater#needsInput()
587 // test method of java.util.zip.inflater.needsInput()
590 "needsInput give the wrong boolean value as a result of no input buffer",
591 inflate.needsInput());
597 inflate.needsInput());
603 "needsInput give wrong boolean value as a result of an empty input buffer",
604 inflate.needsInput());
619 if (inflate.needsInput()) {
641 if (inflate.needsInput()) {
680 if (inflateWO.needsInput()) {
694 if (inflate.needsInput()) {
867 assertTrue(inflater.needsInput());