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

/libcore/ojluni/src/main/java/java/net/
H A DJarURLConnection.java64 * Manifest manifest = jarConnection.getManifest();
230 public Manifest getManifest() throws IOException { method in class:JarURLConnection
231 return getJarFile().getManifest();
280 * @see #getManifest
283 Manifest man = getManifest();
H A DURLClassLoader.java449 Manifest man = res.getManifest();
/libcore/benchmarks/src/benchmarks/regression/
H A DJarFileBenchmark.java35 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.java459 * java.util.jar.JarFile#getManifest()
463 // java.util.jar.JarFile.getManifest()
467 assertNotNull("Error--Manifest not returned", jarFile.getManifest());
476 .getManifest());
487 .getManifest());
518 .getManifest());
528 jF.getManifest();
540 jf.getManifest();
/libcore/luni/src/test/java/libcore/net/
H A DNetworkSecurityPolicyTest.java156 ((JarURLConnection) url.openConnection()).getManifest();
164 // that JarURLConnection.openConnection or getManifest fail with an IOException.
169 ((JarURLConnection) url.openConnection()).getManifest();
184 ((JarURLConnection) url.openConnection()).getManifest();
192 // that JarURLConnection.openConnection or getManifest fail with an IOException.
197 ((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/ojluni/src/main/java/java/util/jar/
H A DJarFile.java173 public Manifest getManifest() throws IOException { method in class:JarFile
281 Manifest man = JarFile.this.getManifest();
335 getManifest();
H A DJarInputStream.java125 public Manifest getManifest() { method in class:JarInputStream
/libcore/ojluni/src/main/java/sun/misc/
H A DResource.java170 public Manifest getManifest() throws IOException { method in class:Resource
H A DURLClassPath.java777 public Manifest getManifest() throws IOException
778 { return jar.getManifest(); };
984 Manifest man = jar.getManifest();
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DURLJarFile.java141 public Manifest getManifest() throws IOException { method in class:URLJarFile
175 superMan = super.getManifest();
/libcore/luni/src/test/java/libcore/java/net/
H A DOldJarURLConnectionTest.java103 Manifest manifest = juc.getManifest();
112 juConn.getManifest();
/libcore/ojluni/src/main/java/java/lang/
H A DPackage.java626 return jis.getManifest();

Completed in 497 milliseconds