OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SYNC_FLUSH
(Results
1 - 10
of
10
) sorted by null
/libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java
40
deflateInflate(Deflater.
SYNC_FLUSH
);
53
deflateInflate(Deflater.
SYNC_FLUSH
);
DeflaterOutputStreamTest.java
107
return super.deflate(buf, offset, byteCount, Deflater.
SYNC_FLUSH
);
113
* with flushParm ==
SYNC_FLUSH
does not need to to be flushed.
166
// flushed even without
SYNC_FLUSH
being used
/libcore/ojluni/src/main/java/java/util/zip/
Deflater.java
147
public static final int
SYNC_FLUSH
= 2;
387
* <li>{@link #
SYNC_FLUSH
}: all pending output in the deflater is flushed,
391
* if enough output space is provided). Flushing with {@link #
SYNC_FLUSH
}
396
* {@link #
SYNC_FLUSH
}. The compression state is reset so that the inflater
403
* <p>In the case of {@link #FULL_FLUSH} or {@link #
SYNC_FLUSH
}, if
427
if (flush == NO_FLUSH || flush ==
SYNC_FLUSH
||
DeflaterOutputStream.java
72
* {@link Deflater#
SYNC_FLUSH
} before flushing the output
120
* {@link Deflater#
SYNC_FLUSH
} before flushing the output
157
* {@link Deflater#
SYNC_FLUSH
} before flushing the output
264
* with the flush mode {@link Deflater#
SYNC_FLUSH
} to force
276
while ((len = def.deflate(buf, 0, buf.length, Deflater.
SYNC_FLUSH
)) > 0)
/external/okhttp/okio/okio/src/main/java/okio/
DeflaterSink.java
95
? deflater.deflate(s.data, s.limit, Segment.SIZE - s.limit, Deflater.
SYNC_FLUSH
)
/prebuilts/sdk/20/
android.jar
/prebuilts/sdk/22/
android.jar
/prebuilts/sdk/23/
android.jar
/prebuilts/sdk/24/
android.jar
/prebuilts/sdk/system_23/
android.jar
Completed in 118 milliseconds