HomeSort by relevance Sort by last modified time
    Searched defs:jis (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/test/java/libcore/java/util/jar/
OldJarInputStreamTest.java 68 JarInputStream jis = new JarInputStream(is, true); local
71 jis.getNextEntry();
72 jis.read(b, 0, 100);
73 jis.getNextEntry();
74 jis.getNextEntry();
75 jis.getNextEntry();
78 jis.read(b, 0, 100);
85 jis.close(); // Android throws exception here, already!
86 jis.read(b, 0, 100); // But RI here, only!
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
JarInputStreamTest.java 59 JarInputStream jis = new JarInputStream(is); local
60 assertNotNull("The jar input stream should have a manifest", jis.getManifest());
62 JarEntry je = jis.getNextJarEntry();
67 je = jis.getNextJarEntry();
76 JarInputStream jis = new JarInputStream(is, false); local
77 jis.getNextEntry();
79 jis.getNextEntry();
84 jis.close();
86 jis.getNextEntry();
98 JarInputStream jis = new JarInputStream(is) local
132 JarInputStream jis = new JarInputStream(is); local
147 JarInputStream jis = new JarInputStream(is); local
389 JarInputStream jis = new JarInputStream(is, false); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/nio/file/
FileSystemsTest.java 183 InputStream jis = getClass().getResource("/filesystemstest.jar").openStream(); local
185 jos.write(IOUtils.readFully(jis, -1, true));
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /external/guice/extensions/persist/lib/
hibernate-entitymanager.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 437 milliseconds