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.java79 int totalOut = defl.getTotalOut(); in test_deflate$B() local
123 int totalOut = defl.getTotalOut(); in test_deflate$BII() local
208 int totalOut = defl.getTotalOut(); in test_finish() local
639 int totalOut; in test_setLevelI() local
767 int totalOut = defl.getTotalOut(); in test_Constructor() local
806 int totalOut = defl.getTotalOut(); in test_ConstructorIZ() local
914 int totalOut = defl.getTotalOut(); in test_ConstructorI() local
/libcore/luni/src/main/native/
DZipUtilities.h32 uint64_t totalOut; variable