/external/guava/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 95 Invokable<A, A> invokable = A.constructor(); in testConstructor() local 104 Invokable<?, Object> invokable = A.method("abstractMethod"); in testAbstractMethod() local 112 Invokable<?, Object> invokable = A.method("overridableMethod"); in testOverridableMethod() local 120 Invokable<?, Object> invokable = A.method("privateMethod"); in testPrivateMethod() local 130 Invokable<?, Object> invokable = A.method("protectedMethod"); in testProtectedMethod() local 141 Invokable<?, Object> invokable = A.method("publicFinalMethod"); in testFinalMethod() local 150 Invokable<?, Object> invokable = A.method("nativeMethod"); in testNativeMethod() local 156 Invokable<?, Object> invokable = A.method("synchronizedMethod"); in testSynchronizedMethod() local 161 Invokable<?, Object> invokable = A.method("notAnnotatedMethod"); in testUnannotatedMethod() local 202 Invokable<A, A> invokable = Invokable.from(constructor); in constructor() local [all …]
|
D | TypeTokenTest.java | 1607 Invokable<T, String> invokable = in testMethod_returnType_resolvedAgainstTypeBound() local 1614 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(setMethod); in testMethod_parameterTypes() local 1641 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(failMethod); in testMethod_exceptionTypes() local 1690 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_parameterTypes() local 1705 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_exceptionTypes() local
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 95 Invokable<A, A> invokable = A.constructor(); in testConstructor() local 104 Invokable<?, Object> invokable = A.method("abstractMethod"); in testAbstractMethod() local 112 Invokable<?, Object> invokable = A.method("overridableMethod"); in testOverridableMethod() local 120 Invokable<?, Object> invokable = A.method("privateMethod"); in testPrivateMethod() local 130 Invokable<?, Object> invokable = A.method("protectedMethod"); in testProtectedMethod() local 141 Invokable<?, Object> invokable = A.method("publicFinalMethod"); in testFinalMethod() local 150 Invokable<?, Object> invokable = A.method("nativeMethod"); in testNativeMethod() local 156 Invokable<?, Object> invokable = A.method("synchronizedMethod"); in testSynchronizedMethod() local 161 Invokable<?, Object> invokable = A.method("notAnnotatedMethod"); in testUnannotatedMethod() local 202 Invokable<A, A> invokable = Invokable.from(constructor); in constructor() local [all …]
|
D | TypeTokenTest.java | 1607 Invokable<T, String> invokable = in testMethod_returnType_resolvedAgainstTypeBound() local 1614 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(setMethod); in testMethod_parameterTypes() local 1641 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(failMethod); in testMethod_exceptionTypes() local 1690 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_parameterTypes() local 1705 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_exceptionTypes() local
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | ClassSanityTester.java | 402 Invokable<?, ?> invokable = Invokable.from(method); in forAllPublicStaticMethods() local 690 Invokable<?, ?> invokable = type.method(method); in getFactories() local 702 Invokable<T, T> invokable = type.constructor(constructor); in getFactories() local 720 private List<Object> getDummyArguments(Invokable<?, ?> invokable) in getDummyArguments()
|
D | DummyProxy.java | 78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
D | NullPointerTester.java | 353 @Nullable Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 392 Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | ClassSanityTester.java | 402 Invokable<?, ?> invokable = Invokable.from(method); in forAllPublicStaticMethods() local 690 Invokable<?, ?> invokable = type.method(method); in getFactories() local 702 Invokable<T, T> invokable = type.constructor(constructor); in getFactories() local 720 private List<Object> getDummyArguments(Invokable<?, ?> invokable) in getDummyArguments()
|
D | DummyProxy.java | 78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
D | NullPointerTester.java | 350 @Nullable Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 396 Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|