/libcore/luni/src/test/java/libcore/java/util/jar/ |
OldJarEntryTest.java | 22 import java.util.jar.JarEntry; 31 private JarEntry jarEntry; 53 * java.util.jar.JarEntry#JarEntry(java.util.jar.JarEntry) 56 JarEntry newJarEntry = new JarEntry(jarFile.getJarEntry(entryName)); 59 jarEntry = null; 61 newJarEntry = new JarEntry(jarEntry) [all...] |
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/ |
JarEntryTest.java | 25 import java.util.jar.JarEntry; 34 private JarEntry jarEntry; 68 * @tests java.util.jar.JarEntry#JarEntry(java.util.jar.JarEntry) 71 JarEntry newJarEntry = new JarEntry(jarFile.getJarEntry(entryName)); 74 jarEntry = null; 76 newJarEntry = new JarEntry(jarEntry) [all...] |
/libcore/luni/src/main/java/java/util/jar/ |
JarInputStream.java | 40 private JarEntry mEntry; 42 private JarEntry jarEntry; 121 * Returns the next {@code JarEntry} contained in this stream or {@code 128 public JarEntry getNextJarEntry() throws IOException { 129 return (JarEntry) getNextEntry(); 150 verifier.addMetaEntry(jarEntry.getName(), 181 jarEntry = mEntry; 183 jarEntry.setAttributes(null); 185 jarEntry = (JarEntry) super.getNextEntry() [all...] |
/libcore/luni/src/main/java/libcore/net/url/ |
JarURLConnectionImpl.java | 36 import java.util.jar.JarEntry; 58 private JarEntry jarEntry; 173 * Returns the JarEntry of the entry referenced by this {@code 176 * @return the JarEntry referenced 182 public JarEntry getJarEntry() throws IOException { 184 return jarEntry; 189 * Look up the JarEntry of the entry referenced by this {@code 196 jarEntry = jarFile.getJarEntry(getEntryName()); 197 if (jarEntry == null) [all...] |
/external/android-mock/src/com/google/android/testing/mocking/ |
AndroidFrameworkMockGenerator.java | 30 import java.util.jar.JarEntry; 105 List<Class<?>> getClassList(Collection<JarEntry> jarEntries) throws ClassNotFoundException { 107 for (JarEntry jarEntry : jarEntries) { 108 if (jarEntryIsClassFile(jarEntry)) { 109 classList.add(Class.forName(FileUtils.getClassNameFor(jarEntry.getName()))); 116 * @return true if the provided JarEntry represents a class file. 118 boolean jarEntryIsClassFile(JarEntry jarEntry) { 119 return jarEntry.getName().endsWith(".class") [all...] |
/libcore/luni/src/test/java/libcore/java/util/zip/ |
ZipEntryTest.java | 26 import java.util.jar.JarEntry; 86 JarEntry jarEntry = new JarEntry("foo"); 87 jarEntry.setExtra(extra); 88 assertSame("Expected no defensive copy of extra", extra, jarEntry.getExtra()); 90 ZipEntry clone = (ZipEntry) jarEntry.clone(); 91 assertEquals(JarEntry.class, clone.getClass());
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
JarURLConnectionTest.java | 29 import java.util.jar.JarEntry; 82 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc 86 assertNull("Returned incorrect JarEntry", juc.getJarEntry()); 163 JarEntry jarEntry1 = connection.getJarEntry(); 169 JarEntry jarEntry2 = connection.getJarEntry(); 218 JarEntry jarEntry = new JarEntry(entry); 219 out.putNextEntry(jarEntry); 254 assertEquals("Returned incorrect JarEntry", "plus.bmp", ju [all...] |
/cts/tools/utils/ |
CollectAllTests.java | 44 import java.util.jar.JarEntry; 190 Enumeration<JarEntry> jarEntries = jarFile.entries(); 192 JarEntry jarEntry = jarEntries.nextElement(); 193 String name = jarEntry.getName();
|
/libcore/luni/src/test/java/libcore/java/net/ |
OldJarURLConnectionTest.java | 34 import java.util.jar.JarEntry; 80 JarEntry je = juc.getJarEntry(); 140 assertEquals("Returned incorrect JarEntry", "plus.bmp", juc 146 assertNull("Returned incorrect JarEntry", juc.getJarEntry()); 236 JarEntry jarEntry1 = connection.getJarEntry(); 240 JarEntry jarEntry2 = connection.getJarEntry(); 296 JarEntry jarEntry = new JarEntry(entry); 297 out.putNextEntry(jarEntry); [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
org.eclipse.equinox.launcher.jar | |
org.eclipse.equinox.launcher_1.1.0.v20100507.jar | |
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.apache.jasper_5.5.17.v201004212143.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar | |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 60 import java.util.jar.JarEntry; 459 private Certificate[] loadCertificates(JarFile jarFile, JarEntry je, 462 // We must read the stream for the JarEntry to retrieve 636 JarEntry jarEntry = jarFile.getJarEntry(ANDROID_MANIFEST_FILENAME); 637 certs = loadCertificates(jarFile, jarEntry, readBuffer); 641 + jarEntry.getName() + "; ignoring!"); 647 Slog.i(TAG, "File " + mArchiveSourcePath + ": entry=" + jarEntry 659 Enumeration<JarEntry> entries = jarFile.entries(); 661 final JarEntry je = entries.nextElement() [all...] |
/prebuilts/devtools/tools/lib/ |
org-eclipse-equinox-common-3.6.0.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/ |
org-eclipse-equinox-common-3.6.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |