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

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/
Pack200StreamsTest.java 57 ZipInputStream zipin = new ZipInputStream(new ByteArrayInputStream( local
59 assertEquals("Test.class", zipin.getNextEntry().getName());
60 assertNull(zipin.getNextEntry());
79 ZipInputStream zipin = new ZipInputStream(result); local
80 assertEquals("Test.class", zipin.getNextEntry().getName());
81 assertNull(zipin.getNextEntry());
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
InstrumenterTest.java 166 ZipInputStream zipin = new ZipInputStream(new ByteArrayInputStream( local
168 assertEquals("Test.class", zipin.getNextEntry().getName());
169 assertNull(zipin.getNextEntry());
220 ZipInputStream zipin = new ZipInputStream(new ByteArrayInputStream( local
222 assertEquals("Test.class", zipin.getNextEntry().getName());
223 assertNull(zipin.getNextEntry());
250 ZipInputStream zipin = new ZipInputStream(new ByteArrayInputStream( local
252 assertEquals("META-INF/MANIFEST.MF", zipin.getNextEntry().getName());
253 assertNull(zipin.getNextEntry());
269 ZipInputStream zipin = new ZipInputStream(new ByteArrayInputStream local
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
Instrumenter.java 195 final ZipInputStream zipin = new ZipInputStream(input); local
199 while ((entry = zipin.getNextEntry()) != null) {
206 if (!signatureRemover.filterEntry(entryName, zipin, zipout)) {
207 count += instrumentAll(zipin, zipout, name + "@" + entryName);
  /cts/tests/tests/keystore/src/android/keystore/cts/
AESCipherNistCavpKatTest.java 136 try (ZipInputStream zipIn = new ZipInputStream(
140 while ((zipEntry = zipIn.getNextEntry()) != null) {
146 readFully(zipIn, entryContents);
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.6.201602180812/
org.jacoco.core-0.7.6.201602180812.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.4.201502262128/
org.jacoco.core-0.7.4.201502262128.jar 
  /prebuilts/tools/common/offline-m2/org/jacoco/org.jacoco.core/0.7.5.201505241946/
org.jacoco.core-0.7.5.201505241946.jar 

Completed in 301 milliseconds