Home
last modified time | relevance | path

Searched defs:totalOut (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterTest.java83 int totalOut = defl.getTotalOut(); in test_deflate$B() local
127 int totalOut = defl.getTotalOut(); in test_deflate$BII() local
222 int totalOut = defl.getTotalOut(); in test_finish() local
653 int totalOut; in test_setLevelI() local
781 int totalOut = defl.getTotalOut(); in test_Constructor() local
820 int totalOut = defl.getTotalOut(); in test_ConstructorIZ() local
928 int totalOut = defl.getTotalOut(); in test_ConstructorI() local
/libcore/luni/src/main/native/
DZipUtilities.h32 uint64_t totalOut; variable