/external/guava/guava-tests/test/com/google/common/reflect/ |
D | ClassPathTest.java | 233 File jarFile = File.createTempFile("with_circular_class_path", ".jar"); in testScan_classPathCycle() local 235 writeSelfReferencingJarFile(jarFile, "test.txt"); in testScan_classPathCycle() 237 scanner.scan(jarFile.toURI(), ClassPathTest.class.getClassLoader()); in testScan_classPathCycle() 240 jarFile.delete(); in testScan_classPathCycle() 280 File jarFile = new File("base.jar"); in testGetClassPathFromManifest_noClassPath() local 281 ASSERT.that(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest(""))) in testGetClassPathFromManifest_noClassPath() 286 File jarFile = new File("base.jar"); in testGetClassPathFromManifest_emptyClassPath() local 287 ASSERT.that(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifestClasspath(""))) in testGetClassPathFromManifest_emptyClassPath() 292 File jarFile = new File("base.jar"); in testGetClassPathFromManifest_badClassPath() local 294 ASSERT.that(ClassPath.Scanner.getClassPathFromManifest(jarFile, manifest)) in testGetClassPathFromManifest_badClassPath() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | JarFileResource.java | 163 JarFile jarFile=null; in exists() local 166 jarFile=_jarFile; in exists() 174 jarFile=c.getJarFile(); in exists() 183 if (jarFile!=null && _entry==null && !_directory) in exists() 186 Enumeration<JarEntry> e=jarFile.entries(); in exists() 304 JarFile jarFile=_jarFile; in listEntries() local 305 if(jarFile==null) in listEntries() 311 jarFile=jc.getJarFile(); in listEntries() 321 Enumeration<JarEntry> e=jarFile.entries(); in listEntries()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | ClassPath.java | 367 JarFile jarFile; in scanJar() local 369 jarFile = new JarFile(file); in scanJar() 375 for (URI uri : getClassPathFromManifest(file, jarFile.getManifest())) { in scanJar() 378 Enumeration<JarEntry> entries = jarFile.entries(); in scanJar() 388 jarFile.close(); in scanJar() 400 File jarFile, @Nullable Manifest manifest) { in getClassPathFromManifest() argument 411 uri = getClassPathEntry(jarFile, path); in getClassPathFromManifest() 429 @VisibleForTesting static URI getClassPathEntry(File jarFile, String path) in getClassPathEntry() argument 435 return new File(jarFile.getParentFile(), path.replace('/', File.separatorChar)).toURI(); in getClassPathEntry()
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/ |
D | FolderConverter.java | 68 File jarFile = new File(sourceRoot.getParent(), sourceRoot.getName()+".jar"); in main() local 69 FileOutputStream out = new FileOutputStream(jarFile); in main()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | CompatibilityTest.java | 235 JarFile jarFile = conn.getJarFile(); in getJarTargets() local 237 Enumeration entries = jarFile.entries(); in getJarTargets() 276 … target.add(className, copyInputStream(jarFile.getInputStream(entry))); in getJarTargets() 282 jarFile.close(); in getJarTargets()
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidFrameworkMockGenerator.java | 149 File jarFile = new File(getJarFileNameForVersion(version)).getAbsoluteFile(); in getJarFile() local 150 System.out.println("Using Jar File: " + jarFile.getAbsolutePath()); in getJarFile() 151 return new JarFile(jarFile); in getJarFile()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | URLHandler.java | 187 JarFile jarFile; field in URLHandler.JarURLHandler 212 jarFile = conn.getJarFile(); in JarURLHandler() 222 Enumeration<JarEntry> entries = jarFile.entries(); in guide()
|
/external/vogar/src/vogar/target/ |
D | ClassPathScanner.java | 131 private Set<String> getJarEntries(File jarFile) throws IOException { in getJarEntries() argument 133 ZipFile zipFile = new ZipFile(jarFile); in getJarEntries()
|
/external/vogar/src/vogar/ |
D | ClassFileIndex.java | 157 JarFile jarFile = new JarFile(file); 158 for (Enumeration<JarEntry> e = jarFile.entries(); e.hasMoreElements(); ) {
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.launcher_1.1.0.v20100507.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.launcher.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.frameworkadmin_2.0.0.v20100503.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/ |
D | jdtCompilerAdapter.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderTest.java | 504 JarFile jarFile = new JarFile(resources.getAbsolutePath() + "/JarIndex/hyts_11.jar"); in test_findClassLjava_lang_String_Jar_Class_Path() local 505 Manifest mf = jarFile.getManifest(); in test_findClassLjava_lang_String_Jar_Class_Path()
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | jdepend-2.9.jar | META-INF/
META-INF/MANIFEST.MF
jdepend/
jdepend/framework/
jdepend/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant-nodeps.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
D | pdebuild.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |