Lines Matching refs:delegateFirst

53       ClassLoader delegateFirst =  in testOneLibrary()  local
55 Class<?> cls = delegateFirst.loadClass("Main"); in testOneLibrary()
57 cls = delegateFirst.loadClass("SharedLibraryOne"); in testOneLibrary()
73 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries1() local
74 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries1()
76 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries1()
92 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraries); in testTwoLibraries2() local
93 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries2()
95 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries2()
113 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive1() local
114 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive1()
116 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive1()
135 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive2() local
136 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive2()
138 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive2()
158 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive3() local
159 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive3()
161 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive3()
181 ClassLoader delegateFirst = new PathClassLoader("", null, bootLoader, sharedLibraryLevel1); in testTransitive4() local
182 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive4()
184 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive4()