OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLevelsImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
Deflater.java
406
setLevelsImpl
(compressLevel, strategy, streamHandle);
412
private native void
setLevelsImpl
(int level, int strategy, long handle);
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
149
NATIVE_METHOD(Deflater,
setLevelsImpl
, "(IIJ)V"),
Completed in 114 milliseconds