HomeSort by relevance Sort by last modified time
    Searched full:zipbuffer (Results 1 - 2 of 2) sorted by null

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
ContentTypeDetectorTest.java 138 final ByteArrayOutputStream zipbuffer = new ByteArrayOutputStream(); local
139 final ZipOutputStream zip = new ZipOutputStream(zipbuffer);
147 zipbuffer.toByteArray())), pack200buffer);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
AnalyzerTest.java 212 final ByteArrayOutputStream zipbuffer = new ByteArrayOutputStream(); local
213 final ZipOutputStream zip = new ZipOutputStream(zipbuffer);
223 zipbuffer.toByteArray())), gzipOutput);

Completed in 76 milliseconds