Searched refs:cl2 (Results 1 – 3 of 3) 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 …]
270 /*package*/ static String encodeClassLoaderChain(String cl1, String cl2) { in encodeClassLoaderChain() argument272 cl2.equals(PackageDexOptimizer.SKIP_SHARED_LIBRARY_CHECK)) { in encodeClassLoaderChain()275 if (cl1.isEmpty()) return cl2; in encodeClassLoaderChain()276 if (cl2.isEmpty()) return cl1; in encodeClassLoaderChain()277 return cl1 + ";" + cl2; in encodeClassLoaderChain()
333 ConfidenceLevel cl2 = new ConfidenceLevel(2, 30); in testKeyphraseRecognitionEventParcelUnparcel_largeData() local336 new ConfidenceLevel[] {cl1, cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()339 new ConfidenceLevel[] {cl2}); in testKeyphraseRecognitionEventParcelUnparcel_largeData()