Home
last modified time | relevance | path

Searched refs:delegateFirst (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/688-shared-library/src-art/
H A DMain.java53 ClassLoader delegateFirst = in testOneLibrary() local
55 Class<?> cls = delegateFirst.loadClass("Main"); in testOneLibrary()
57 cls = delegateFirst.loadClass("SharedLibraryOne"); in testOneLibrary()
74 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries1()
76 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries1()
93 Class<?> cls = delegateFirst.loadClass("Main"); in testTwoLibraries2()
95 cls = delegateFirst.loadClass("SharedLibraryOne"); in testTwoLibraries2()
114 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive1()
136 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive2()
159 Class<?> cls = delegateFirst.loadClass("Main"); in testTransitive3()
[all …]