Home
last modified time | relevance | path

Searched refs:getManifest (Results 1 – 16 of 16) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
DManifestTest.java59 private Manifest getManifest(String fileName) { in getManifest() method in ManifestTest
63 Manifest m = jarFile.getManifest(); in getManifest()
129 Manifest m = getManifest(ATT_JAR_NAME); in testStreamConstructor()
168 Manifest m = getManifest(ATT_JAR_NAME); in testClear()
179 Manifest m = getManifest(JAR_NAME); in testClone()
207 Manifest m = getManifest(JAR_NAME); in testHashCode()
215 Manifest m = getManifest(ATT_JAR_NAME); in testGetAttributes()
225 Manifest m = getManifest(ATT_JAR_NAME); in testGetEntries()
236 Manifest m = getManifest(JAR_NAME); in testGetMainAttributes()
247 Manifest m = getManifest(JAR_NAME); in testWrite()
[all …]
DJarInputStreamTest.java60 assertNotNull("The jar input stream should have a manifest", jis.getManifest()); in test_ConstructorLjava_io_InputStream()
133 m = jis.getManifest(); in test_getManifest()
138 m = jis.getManifest(); in test_getManifest()
DJarFileTest.java390 assertNotNull("Error--Manifest not returned", jarFile.getManifest()); in test_getManifest()
399 .getManifest()); in test_getManifest()
410 .getManifest()); in test_getManifest()
441 .getManifest()); in test_getManifest()
451 jF.getManifest(); in test_getManifest()
463 jf.getManifest(); in test_getManifest()
/libcore/ojluni/src/main/java/java/net/
DJarURLConnection.java230 public Manifest getManifest() throws IOException { in getManifest() method in JarURLConnection
231 return getJarFile().getManifest(); in getManifest()
283 Manifest man = getManifest(); in getMainAttributes()
DURLClassLoader.java450 Manifest man = res.getManifest(); in defineClass()
/libcore/luni/src/test/java/libcore/libcore/net/
DNetworkSecurityPolicyTest.java157 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarHttpURLConnection()
170 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarHttpURLConnection()
185 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarFtpURLConnection()
198 ((JarURLConnection) url.openConnection()).getManifest(); in testCleartextTrafficPolicyWithJarFtpURLConnection()
/libcore/benchmarks/src/benchmarks/regression/
DJarFileBenchmark.java35 Manifest m = jf.getManifest(); in time()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java233 Manifest mf = juc.getManifest(); in test_getManifest()
236 assertEquals(mf, juc.getManifest()); in test_getManifest()
237 assertNotSame(mf, juc.getManifest()); in test_getManifest()
/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java182 public Manifest getManifest() throws IOException { in getManifest() method in JarFile
300 Manifest man = JarFile.this.getManifest(); in getAttributes()
354 getManifest(); in maybeInstantiateVerifier()
DJarInputStream.java125 public Manifest getManifest() { in getManifest() method in JarInputStream
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java143 public Manifest getManifest() throws IOException { in getManifest() method in URLJarFile
177 superMan = super.getManifest(); in isSuperMan()
/libcore/ojluni/src/main/java/sun/misc/
DResource.java170 public Manifest getManifest() throws IOException { in getManifest() method in Resource
DURLClassPath.java1000 public Manifest getManifest() throws IOException
1001 { return jar.getManifest(); };
1206 Manifest man = jar.getManifest();
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java103 Manifest manifest = juc.getManifest(); in test_getManifest()
112 juConn.getManifest(); in test_getManifest()
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java59 public java.util.jar.Manifest getManifest() throws java.io.IOException { in getManifest() method in JarFile
/libcore/ojluni/src/main/java/java/lang/
DPackage.java626 return jis.getManifest();