Searched refs:Support_Resources (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/ |
D | URLClassLoaderTest.java | 41 import tests.support.resource.Support_Resources; 226 File resources = Support_Resources.createTempFolder(); in test_findClassLjava_lang_String() 231 Support_Resources.copyFile(resources, "JarIndex", "hyts_11.jar"); in test_findClassLjava_lang_String() 232 Support_Resources.copyFile(resources, "JarIndex", "hyts_12.jar"); in test_findClassLjava_lang_String() 233 Support_Resources.copyFile(resources, "JarIndex", "hyts_13.jar"); in test_findClassLjava_lang_String() 234 Support_Resources.copyFile(resources, "JarIndex", "hyts_14.jar"); in test_findClassLjava_lang_String() 248 Support_Resources.copyFile(resources, "JarIndex", "hyts_21.jar"); in test_findClassLjava_lang_String() 249 Support_Resources.copyFile(resources, "JarIndex", "hyts_22.jar"); in test_findClassLjava_lang_String() 250 Support_Resources.copyFile(resources, "JarIndex", "hyts_23.jar"); in test_findClassLjava_lang_String() 292 Support_Resources.copyFile(resources, "JarIndex", "hyts_22-new.jar"); in test_findClassLjava_lang_String() [all …]
|
D | ExcludedProxyTest.java | 31 import tests.support.resource.Support_Resources; 194 + Support_Resources.getResourceURL("/JUC/lf.jar!/plus.bmp")); in test_openConnectionLjava_net_Proxy()
|
/external/apache-harmony/support/src/test/java/tests/support/resource/ |
D | Support_Resources.java | 31 public class Support_Resources { class 39 return Support_Resources.class.getResourceAsStream(RESOURCE_PACKAGE + name); in getStream() 91 InputStream in = Support_Resources.getStream(src); in copyFile()
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_GetLocal.java | 31 import tests.support.resource.Support_Resources; 39 url = Support_Resources.RESOURCE_PACKAGE + url; in getLocalFile()
|
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/ |
D | UnixFileTest.java | 27 import tests.support.resource.Support_Resources; 360 File tempFolder = Support_Resources.createTempFolder(); in test_getCanonicalPath()
|