Searched refs:getResources (Results 1 - 7 of 7) sorted by relevance

/libcore/libdvm/src/main/java/java/lang/
H A DClassLoader.java155 return SystemClassLoader.loader.getResources(resName);
410 public Enumeration<URL> getResources(String resName) throws IOException { method in class:ClassLoader
412 Enumeration first = parent.getResources(resName);
709 * It is required for the getResources() methods. Items are fetched from the
772 return Collections.enumeration(VMClassLoader.getResources(resName));
828 public Enumeration<URL> getResources(String resName) throws IOException { method in class:BootClassLoader
H A DVMClassLoader.java54 static List<URL> getResources(String name) { method in class:VMClassLoader
81 * Boot class path manipulation, for getResources().
/libcore/libart/src/main/java/java/lang/
H A DVMClassLoader.java54 static List<URL> getResources(String name) { method in class:VMClassLoader
74 * Boot class path manipulation, for getResources().
H A DClassLoader.java167 return SystemClassLoader.loader.getResources(resName);
422 public Enumeration<URL> getResources(String resName) throws IOException { method in class:ClassLoader
424 Enumeration<URL> first = parent.getResources(resName);
727 * It is required for the getResources() methods. Items are fetched from the
792 return Collections.enumeration(VMClassLoader.getResources(resName));
848 public Enumeration<URL> getResources(String resName) throws IOException { method in class:BootClassLoader
/libcore/luni/src/main/java/java/util/
H A DServiceLoader.java129 services.addAll(Collections.list(classLoader.getResources(name)));
/libcore/luni/src/main/java/javax/xml/validation/
H A DSchemaFactoryFinder.java301 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);
/libcore/luni/src/main/java/javax/xml/xpath/
H A DXPathFactoryFinder.java335 Enumeration<URL> e = classLoader.getResources(SERVICE_ID);

Completed in 5003 milliseconds