Searched defs:cons (Results 1 – 9 of 9) sorted by relevance
75 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local87 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local98 Constructor<?> cons = c.getDeclaredConstructor(Main.class); in testConstructorNewInstance() local109 Constructor<?> cons = c.getDeclaredConstructor(); in testConstructorNewInstance() local120 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local133 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local147 Constructor<?> cons = c.getConstructor(); in testConstructorNewInstance() local
33 Constructor cons = c.getDeclaredConstructor(); in newConstructorInstance() local
288 Constructor<?> cons = c.getConstructor(); in testPackagePrivateConstructor() local302 Constructor<?> cons = c.getConstructor(); in testPackagePrivateAccessibleConstructor() local
126 Constructor<?> cons; in main() local
105 Constructor<?> cons = proxyClass.getConstructor(InvocationHandler.class); in createProxy() local
370 Constructor<Target> cons; in run() local
1760 Constructor cons = UnreflectTester.class.getConstructor(String.class, boolean.class); in testRevealDirect() local
1328 Handle<mirror::Constructor> cons; in TEST_F() local
308 ArtMethod* cons = h_klass->FindConstructor("()V", cl->GetImagePointerSize()); in UnstartedClassNewInstance() local