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