Searched defs:resources (Results 1 - 21 of 21) sorted by relevance

/libcore/support/src/test/java/tests/resources/ServiceLoader/
H A DService.java18 package tests.resources.ServiceLoader;
H A DServiceDuplicateIn2File.java18 package tests.resources.ServiceLoader;
H A DServiceFinalClass.java18 package tests.resources.ServiceLoader;
H A DServiceForAllCommentTest.java18 package tests.resources.ServiceLoader;
H A DServiceForEmptyTest.java18 package tests.resources.ServiceLoader;
H A DServiceForIllegalNameTest.java18 package tests.resources.ServiceLoader;
H A DServiceForWrongNameTest.java18 package tests.resources.ServiceLoader;
H A DServiceIn2File.java18 package tests.resources.ServiceLoader;
H A DServiceIn2FileWithEmptyConfig.java18 package tests.resources.ServiceLoader;
H A DServiceMoreThanOne.java18 package tests.resources.ServiceLoader;
H A DServiceWithDuplicateSons.java18 package tests.resources.ServiceLoader;
H A Dhyts_services.jar ... ServiceLoader.ServiceMoreThanOne tests/ tests/resources/ tests/resources/impl/ tests/resources/impl/ImplementationOfAbstractService.class ImplementationOfAbstractService.java package tests.
H A DAbstractService.java18 package tests.resources.ServiceLoader;
H A Dhyts_services2.jar ... META-INF/services/ META-INF/services/tests.resources.ServiceLoader.ServiceIn2File tests/ tests/resources/ tests/resources/impl ...
/libcore/luni/src/test/java/libcore/java/util/jar/
H A DOldJarFileTest.java33 private File resources; field in class:OldJarFileTest
37 resources = Support_Resources.createTempFolder();
47 Support_Resources.copyFile(resources, null, jarName);
48 new JarFile(new File(resources, jarName));
58 Support_Resources.copyFile(resources, null, jarName);
59 String fileName = (new File(resources, jarName)).getCanonicalPath();
70 Support_Resources.copyFile(resources, null, jarName);
71 String fileName = (new File(resources, jarName)).getCanonicalPath();
82 Support_Resources.copyFile(resources, null, jarName);
83 new JarFile(new File(resources, jarNam
[all...]
H A DOldJarEntryTest.java35 private File resources; field in class:OldJarEntryTest
39 resources = Support_Resources.createTempFolder();
40 Support_Resources.copyFile(resources, null, jarName);
41 jarFile = new JarFile(new File(resources, jarName));
90 Support_Resources.copyFile(resources, null, "Broken_manifest.jar");
92 attrJar = new JarFile(new File(resources, "Broken_manifest.jar"));
/libcore/ojluni/src/main/java/sun/util/resources/
H A DOpenListResourceBundle.java41 package sun.util.resources;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/jar/
H A DJarEntryTest.java51 private File resources; field in class:JarEntryTest
55 resources = Support_Resources.createTempFolder();
56 Support_Resources.copyFile(resources, null, jarName);
57 jarFile = new JarFile(new File(resources, jarName));
103 Support_Resources.copyFile(resources, null, attJarName);
104 file = new File(resources, attJarName);
125 Support_Resources.copyFile(resources, null, jarFileName);
126 File file = new File(resources, jarFileName);
159 Support_Resources.copyFile(resources, null, jarFileName);
160 File file = new File(resources, jarFileNam
[all...]
H A DManifestTest.java52 private File resources; field in class:ManifestTest
56 resources = Support_Resources.createTempFolder();
61 Support_Resources.copyFile(resources, null, fileName);
62 JarFile jarFile = new JarFile(new File(resources, fileName));
H A DJarFileTest.java140 private File resources; field in class:JarFileTest
155 resources = Support_Resources.createTempFolder();
170 Support_Resources.copyFile(resources, null, jarName);
171 JarFile jarFile = new JarFile(new File(resources, jarName));
189 Support_Resources.copyFile(resources, null, jarName);
190 String fileName = (new File(resources, jarName)).getCanonicalPath();
209 Support_Resources.copyFile(resources, null, jarName);
210 String fileName = (new File(resources, jarName)).getCanonicalPath();
229 Support_Resources.copyFile(resources, null, jarName);
230 JarFile jarFile = new JarFile(new File(resources, jarNam
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DGZIPInputStreamTest.java34 File resources; field in class:GZIPInputStreamTest
60 Support_Resources.copyFile(resources, null, "hyts_gInput.txt.gz");
61 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
82 Support_Resources.copyFile(resources, null, "hyts_gInput.txt.gz");
83 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
100 Support_Resources.copyFile(resources, null, "hyts_checkInput.txt");
101 final URL jarInput = new File(resources.toString() + "/hyts_checkInput.txt").toURL();
124 Support_Resources.copyFile(resources, null, "hyts_gInput.txt.gz");
125 final URL gInput = new File(resources.toString() + "/hyts_gInput.txt.gz").toURL();
237 Support_Resources.copyFile(resources, nul
[all...]

Completed in 347 milliseconds