Searched refs:getManifest (Results 1 - 14 of 14) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DJarURLConnection.java157 public Manifest getManifest() throws java.io.IOException { method in class:JarURLConnection
158 return (Manifest)getJarFile().getManifest().clone();
192 Manifest m = getJarFile().getManifest();
H A DURLClassLoader.java302 Manifest manifest = jf.getManifest();
879 Manifest manifest = jf.getManifest();
/libcore/benchmarks/src/benchmarks/regression/
H A DJarFileBenchmark.java36 Manifest m = jf.getManifest();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DManifestTest.java59 private Manifest getManifest(String fileName) { method in class:ManifestTest
63 Manifest m = jarFile.getManifest();
129 Manifest m = getManifest(ATT_JAR_NAME);
168 Manifest m = getManifest(ATT_JAR_NAME);
179 Manifest m = getManifest(JAR_NAME);
207 Manifest m = getManifest(JAR_NAME);
215 Manifest m = getManifest(ATT_JAR_NAME);
225 Manifest m = getManifest(ATT_JAR_NAME);
236 Manifest m = getManifest(JAR_NAME);
247 Manifest m = getManifest(JAR_NAM
[all...]
H A DJarInputStreamTest.java60 assertNotNull("The jar input stream should have a manifest", jis.getManifest());
129 // java.util.jar.JarInputStream.getManifest()
133 m = jis.getManifest();
138 m = jis.getManifest();
H A DJarFileTest.java479 * java.util.jar.JarFile#getManifest()
483 // java.util.jar.JarFile.getManifest()
487 assertNotNull("Error--Manifest not returned", jarFile.getManifest());
496 .getManifest());
507 .getManifest());
538 .getManifest());
548 jF.getManifest();
560 jf.getManifest();
/libcore/luni/src/test/java/libcore/net/
H A DNetworkSecurityPolicyTest.java134 ((JarURLConnection) url.openConnection()).getManifest();
142 // that JarURLConnection.openConnection or getManifest fail with an IOException.
147 ((JarURLConnection) url.openConnection()).getManifest();
162 ((JarURLConnection) url.openConnection()).getManifest();
170 // that JarURLConnection.openConnection or getManifest fail with an IOException.
175 ((JarURLConnection) url.openConnection()).getManifest();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DJarURLConnectionTest.java228 * java.net.JarURLConnection#getManifest()
233 Manifest mf = juc.getManifest();
236 assertEquals(mf, juc.getManifest());
237 assertNotSame(mf, juc.getManifest());
/libcore/luni/src/main/java/java/util/jar/
H A DJarFile.java53 // The entry for the MANIFEST.MF file before the first call to getManifest().
289 public Manifest getManifest() throws IOException { method in class:JarFile
376 getManifest();
H A DJarEntry.java105 Manifest manifest = parentJar.getManifest();
H A DJarInputStream.java129 public Manifest getManifest() { method in class:JarInputStream
H A DStrictJarFile.java85 public Manifest getManifest() { method in class:StrictJarFile
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DStrictJarFileTest.java112 assertNotNull(jarFile.getManifest());
113 assertEquals("1.4.2 (IBM Corporation)", jarFile.getManifest().getMainAttributes().getValue("Created-By"));
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java103 Manifest manifest = juc.getManifest();
112 juConn.getManifest();

Completed in 381 milliseconds