Lines Matching refs:loadClass

45       Class<?> cls = loader.loadClass("Main");  in testNoLibrary()
55 Class<?> cls = delegateFirst.loadClass("Main"); in testOneLibrary()
57 cls = delegateFirst.loadClass("SharedLibraryOne"); in testOneLibrary()
62 cls = delegateLast.loadClass("Main"); in testOneLibrary()
64 cls = delegateLast.loadClass("SharedLibraryOne"); in testOneLibrary()
74 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries1()
76 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries1()
81 cls = delegateLast.loadClass("Main"); in testTwoLibraries1()
83 cls = delegateLast.loadClass("SharedLibraryOne"); in testTwoLibraries1()
93 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries2()
95 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries2()
99 cls = delegateLast.loadClass("Main"); in testTwoLibraries2()
101 cls = delegateLast.loadClass("SharedLibraryOne"); in testTwoLibraries2()
114 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive1()
116 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive1()
121 cls = delegateLast.loadClass("Main"); in testTransitive1()
123 cls = delegateLast.loadClass("SharedLibraryOne"); in testTransitive1()
136 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive2()
138 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive2()
143 cls = delegateLast.loadClass("Main"); in testTransitive2()
145 cls = delegateLast.loadClass("SharedLibraryOne"); in testTransitive2()
159 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive3()
161 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive3()
166 cls = delegateLast.loadClass("Main"); in testTransitive3()
168 cls = delegateLast.loadClass("SharedLibraryOne"); in testTransitive3()
182 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive4()
184 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTransitive4()
189 cls = delegateLast.loadClass("Main"); in testTransitive4()
191 cls = delegateLast.loadClass("SharedLibraryOne"); in testTransitive4()