OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setDictionaryImpl
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
Inflater.java
285
setDictionaryImpl
(dictionary, offset, byteCount, streamHandle);
288
private native void
setDictionaryImpl
(byte[] dictionary, int offset, int byteCount, long handle);
Deflater.java
383
setDictionaryImpl
(buf, offset, byteCount, streamHandle);
386
private native void
setDictionaryImpl
(byte[] buf, int offset, int byteCount, long handle);
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
147
NATIVE_METHOD(Deflater,
setDictionaryImpl
, "([BIIJ)V"),
java_util_zip_Inflater.cpp
170
NATIVE_METHOD(Inflater,
setDictionaryImpl
, "([BIIJ)V"),
Completed in 94 milliseconds