Home
last modified time | relevance | path

Searched defs:invokable (Results 1 – 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DInvokableTest.java95 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 …]
DTypeTokenTest.java1607 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/
DInvokableTest.java95 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 …]
DTypeTokenTest.java1607 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/
DClassSanityTester.java402 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()
DDummyProxy.java78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
DNullPointerTester.java353 @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/
DClassSanityTester.java402 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()
DDummyProxy.java78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
DNullPointerTester.java350 @Nullable Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter()
396 Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()