OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setInputImpl
(Results
1 - 6
of
6
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
Inflater.java
307
setInputImpl
(buf, offset, byteCount, streamHandle);
310
private native void
setInputImpl
(byte[] buf, int offset, int byteCount, long handle);
Deflater.java
409
setInputImpl
(buf, offset, byteCount, streamHandle);
414
private native void
setInputImpl
(byte[] buf, int offset, int byteCount, long handle);
/libcore/luni/src/main/java/java/util/regex/
Matcher.java
252
setInputImpl
(address, input, regionStart, regionEnd);
678
private static native void
setInputImpl
(long addr, String s, int start, int end);
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
148
NATIVE_METHOD(Deflater,
setInputImpl
, "([BIIJ)V"),
java_util_regex_Matcher.cpp
211
NATIVE_METHOD(Matcher,
setInputImpl
, "(JLjava/lang/String;II)V"),
java_util_zip_Inflater.cpp
172
NATIVE_METHOD(Inflater,
setInputImpl
, "([BIIJ)V"),
Completed in 79 milliseconds