Searched defs:ClassLoader (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/file/
H A DFileSystemsTest.java92 public void test_newFileSystem$URI$Map$ClassLoader() throws Exception {
127 ClassLoader fileSystemsClassLoader = createClassLoaderForTestFileSystems();
138 public void test_newFileSystem$Path$ClassLoader() throws Exception {
165 ClassLoader fileSystemsClassLoader = createClassLoaderForTestFileSystems();
181 ClassLoader createClassLoaderForTestFileSystems() throws Exception {
/libcore/ojluni/src/main/java/java/lang/
H A DClassLoader.java67 * class <tt>ClassLoader</tt> is an abstract class. Given the <a
74 * Class#getClassLoader() reference} to the <tt>ClassLoader</tt> that defined
84 * <p> Applications implement subclasses of <tt>ClassLoader</tt> in order to
91 * <p> The <tt>ClassLoader</tt> class uses a delegation model to search for
92 * classes and resources. Each instance of <tt>ClassLoader</tt> has an
94 * resource, a <tt>ClassLoader</tt> instance will delegate the search for the
98 * serve as the parent of a <tt>ClassLoader</tt> instance.
104 * #registerAsParallelCapable <tt>ClassLoader.registerAsParallelCapable</tt>}
105 * method. Note that the <tt>ClassLoader</tt> class is registered as parallel
135 * ClassLoader loade
180 public abstract class ClassLoader { class
247 private ClassLoader(Void unused, ClassLoader parent) { method in class:ClassLoader
270 protected ClassLoader(ClassLoader parent) { method in class:ClassLoader
289 protected ClassLoader() { method in class:ClassLoader
[all...]

Completed in 123 milliseconds