Searched refs:cl2 (Results 1 – 5 of 5) sorted by relevance
99 ClassLoader2 cl2 = null; in testNoOp() local101 cl2 = new ClassLoader2() { in testNoOp()133 cl2.add(NATIVE_CLASS_NAME, cw); in testNoOp()134 cl2.testModifiedInstance(); in testNoOp()136 throw dumpGeneratedClass(t, cl2); in testNoOp()154 ClassLoader2 cl2 = null; in testConstructorAfterDelegate() local156 cl2 = new ClassLoader2() { in testConstructorAfterDelegate()165 cl2.add(NATIVE_CLASS_NAME, cw); in testConstructorAfterDelegate()166 cl2.testModifiedInstance(); in testConstructorAfterDelegate()168 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()
325 /*package*/ static String encodeClassLoaderChain(String cl1, String cl2) { in encodeClassLoaderChain() argument326 if (cl1.isEmpty()) return cl2; in encodeClassLoaderChain()327 if (cl2.isEmpty()) return cl1; in encodeClassLoaderChain()328 return cl1 + ";" + cl2; in encodeClassLoaderChain()
342 ConfidenceLevel cl2 = new ConfidenceLevel(2, 30); in testKeyphraseRecognitionEventParcelUnparcel_largeData() local345 new ConfidenceLevel[] {cl1, cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()348 new ConfidenceLevel[] {cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...