/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 296 Invokable<String, String> invokable = Invokable.from(String.class.getConstructor()); in testGetOwnerType_constructor() local 301 Invokable<?, ?> invokable = Invokable.from(String.class.getMethod("length")); in testGetOwnerType_method() local 339 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithOneParameterConstructor() local 352 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithAnnotatedConstructorParameter() local 365 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithGenericConstructorParameter() local 501 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithOneParameterConstructor() local 513 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithAnnotatedConstructorParameter() local 525 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithGenericConstructorParameter() local 587 Invokable<Prepender, Object> invokable = in method() local
|
D | TypeTokenTest.java | 1606 Invokable<T, String> invokable = in testMethod_returnType_resolvedAgainstTypeBound() local 1613 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(setMethod); in testMethod_parameterTypes() local 1640 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(failMethod); in testMethod_exceptionTypes() local 1695 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_parameterTypes() local 1710 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_exceptionTypes() local
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 296 Invokable<String, String> invokable = Invokable.from(String.class.getConstructor()); in testGetOwnerType_constructor() local 301 Invokable<?, ?> invokable = Invokable.from(String.class.getMethod("length")); in testGetOwnerType_method() local 339 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithOneParameterConstructor() local 352 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithAnnotatedConstructorParameter() local 365 Invokable<?, ?> invokable = Invokable.from(constructor); in testInnerClassWithGenericConstructorParameter() local 501 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithOneParameterConstructor() local 513 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithAnnotatedConstructorParameter() local 525 Invokable<?, ?> invokable = Invokable.from(constructor); in testLocalClassWithGenericConstructorParameter() local 587 Invokable<Prepender, Object> invokable = in method() local
|
D | TypeTokenTest.java | 1606 Invokable<T, String> invokable = in testMethod_returnType_resolvedAgainstTypeBound() local 1613 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(setMethod); in testMethod_parameterTypes() local 1640 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(failMethod); in testMethod_exceptionTypes() local 1695 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); in testConstructor_parameterTypes() local 1710 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 | 397 Invokable<?, ?> invokable = Invokable.from(method); in forAllPublicStaticMethods() local 687 Invokable<?, ?> invokable = type.method(method); in getFactories() local 699 Invokable<T, T> invokable = type.constructor(constructor); in getFactories() local 717 private List<Object> getDummyArguments(Invokable<?, ?> invokable) in getDummyArguments()
|
D | DummyProxy.java | 73 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
D | NullPointerTester.java | 331 Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 371 private Object[] buildParamList(Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | ClassSanityTester.java | 399 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 | 73 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
D | NullPointerTester.java | 332 Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 372 private Object[] buildParamList(Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|