Searched refs:cl2 (Results 1 – 5 of 5) sorted by relevance
107 ClassLoader2 cl2 = null; in testNoOp() local109 cl2 = new ClassLoader2() { in testNoOp()141 cl2.add(NATIVE_CLASS_NAME, cw); in testNoOp()142 cl2.testModifiedInstance(); in testNoOp()144 throw dumpGeneratedClass(t, cl2); in testNoOp()162 ClassLoader2 cl2 = null; in testConstructorAfterDelegate() local164 cl2 = new ClassLoader2() { in testConstructorAfterDelegate()173 cl2.add(NATIVE_CLASS_NAME, cw); in testConstructorAfterDelegate()174 cl2.testModifiedInstance(); in testConstructorAfterDelegate()176 throw dumpGeneratedClass(t, cl2); in testConstructorAfterDelegate()[all …]
57 ClassLoader2 cl2 = new ClassLoader2() { in testRefactorWithLambdas() local66 cl2.add(OUTER_CLASS_NAME + "Refactored", outerCw); in testRefactorWithLambdas()67 cl2.add(USAGE_CLASS_NAME, usageCw); in testRefactorWithLambdas()68 cl2.testModifiedInstance(); in testRefactorWithLambdas()
326 /*package*/ static String encodeClassLoaderChain(String cl1, String cl2) { in encodeClassLoaderChain() argument327 if (cl1.isEmpty()) return cl2; in encodeClassLoaderChain()328 if (cl2.isEmpty()) return cl1; in encodeClassLoaderChain()329 return cl1 + ";" + cl2; in encodeClassLoaderChain()
407 ConfidenceLevel cl2 = new ConfidenceLevel(2, 30); in testKeyphraseRecognitionEventParcelUnparcel_largeData() local410 new ConfidenceLevel[] {cl1, cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()413 new ConfidenceLevel[] {cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...