Searched refs:getConstructors (Results 1 – 10 of 10) sorted by relevance
323 private void getConstructors(Class<? extends RandomGenerator> randomGeneratorClass) {327 … PrivilegedExceptionAction<Constructor<?>[]> ctorAction = randomGeneratorClass::getConstructors;375 getConstructors(provider.type());
72 Constructor<?> c = RecordInteger.class.getConstructors()[0]; in testReflection()
401 PublicTestClass.class.getConstructors()[0], in test_getEnclosingConstructor()
124 public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException { th… in getConstructors() method in Class
123 …eflect.@libcore.util.NonNull Constructor<?> @libcore.util.NonNull [] getConstructors() throws java… in getConstructors() method in Class
219 public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.SecurityException { in getConstructors() method in Class
246 Constructor[] c = TestClass.class.getConstructors(); in test_getConstructors()
556 for (Constructor<?> c : ex.getClass().getConstructors()) { in getThrowableException()
2283 public Constructor<?>[] getConstructors() throws SecurityException { in getConstructors() method in Class
3090 …method @NonNull public java.lang.reflect.Constructor<?>[] getConstructors() throws java.lang.Secur…