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

/frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/
H A DDelegateClassAdapterTest.java98 ClassLoader2 cl2 = null;
100 cl2 = new ClassLoader2() {
132 cl2.add(NATIVE_CLASS_NAME, cw);
133 cl2.testModifiedInstance();
135 throw dumpGeneratedClass(t, cl2);
175 ClassLoader2 cl2 = null;
177 cl2 = new ClassLoader2() {
207 cl2.add(NATIVE_CLASS_NAME, cw);
208 cl2.testModifiedInstance();
210 throw dumpGeneratedClass(t, cl2);
443 dumpGeneratedClass(Throwable t, ClassLoader2 cl2) argument
[all...]

Completed in 55 milliseconds