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.java450 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.java463 * java.util.jar.JarFile#getManifest()
467 // java.util.jar.JarFile.getManifest()
471 assertNotNull("Error--Manifest not returned", jarFile.getManifest());
480 .getManifest());
491 .getManifest());
522 .getManifest());
532 jF.getManifest();
544 jf.getManifest();
/libcore/luni/src/test/java/libcore/libcore/net/
H A DNetworkSecurityPolicyTest.java157 ((JarURLConnection) url.openConnection()).getManifest();
165 // that JarURLConnection.openConnection or getManifest fail with an IOException.
170 ((JarURLConnection) url.openConnection()).getManifest();
185 ((JarURLConnection) url.openConnection()).getManifest();
193 // that JarURLConnection.openConnection or getManifest fail with an IOException.
198 ((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.java1000 public Manifest getManifest() throws IOException
1001 { return jar.getManifest(); };
1206 Manifest man = jar.getManifest();
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
H A DURLJarFile.java143 public Manifest getManifest() throws IOException { method in class:URLJarFile
177 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.java630 return jis.getManifest();

Completed in 535 milliseconds