HomeSort by relevance Sort by last modified time
    Searched refs:endImpl (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 254 endImpl();
257 private void endImpl() {
259 endImpl(streamHandle);
265 private native void endImpl(long handle);
274 endImpl(); // in case those classes don't call super.end()
Inflater.java 96 endImpl(streamHandle);
103 private native void endImpl(long handle);
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 142 NATIVE_METHOD(Deflater, endImpl, "(J)V"),
java_util_zip_Inflater.cpp 164 NATIVE_METHOD(Inflater, endImpl, "(J)V"),

Completed in 867 milliseconds