OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTotalInImpl
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/zip/
Inflater.java
151
return
getTotalInImpl
(streamHandle);
178
return (int) Math.min(
getTotalInImpl
(streamHandle), (long) Integer.MAX_VALUE);
181
private native long
getTotalInImpl
(long handle);
Deflater.java
320
return (int)
getTotalInImpl
(streamHandle);
323
private native long
getTotalInImpl
(long handle);
459
return
getTotalInImpl
(streamHandle);
/libcore/luni/src/main/native/
java_util_zip_Deflater.cpp
144
NATIVE_METHOD(Deflater,
getTotalInImpl
, "(J)J"),
java_util_zip_Inflater.cpp
166
NATIVE_METHOD(Inflater,
getTotalInImpl
, "(J)J"),
Completed in 73 milliseconds