/external/guava/guava-tests/test/com/google/common/reflect/ |
InvokableTest.java | 37 * Unit tests for {@link Invokable}. 58 Invokable<?, ?> factory = Invokable.from(constructor); 81 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); 95 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); 102 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class) 110 Invokable<?, Prepender> delegate = Prepender.constructor(String.class, int.class); 118 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); 123 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class); 128 Invokable<?, ?> delegate = Prepender.method("prepend", String.class, Iterable.class) 299 Invokable<String, String> invokable = Invokable.from(String.class.getConstructor()); local 304 Invokable<?, ?> invokable = Invokable.from(String.class.getMethod("length")); local 344 Invokable<?, ?> invokable = Invokable.from(constructor); local 357 Invokable<?, ?> invokable = Invokable.from(constructor); local 370 Invokable<?, ?> invokable = Invokable.from(constructor); local 501 Invokable<?, ?> invokable = Invokable.from(constructor); local 513 Invokable<?, ?> invokable = Invokable.from(constructor); local 525 Invokable<?, ?> invokable = Invokable.from(constructor); local 589 Invokable<Prepender, Object> invokable = (Invokable<Prepender, Object>) local [all...] |
TypeTokenTest.java | 1243 Invokable<T, String> invokable = new TypeToken<T>(getClass()) {} local 1252 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(setMethod); local 1279 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.method(failMethod); local 1330 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); local 1345 Invokable<T, ?> invokable = new TypeToken<T>(getClass()) {}.constructor(constructor); local [all...] |
/external/guava/guava-testlib/src/com/google/common/testing/ |
NullPointerTester.java | 30 import com.google.common.reflect.Invokable; 210 testParameter(instance, invokable(instance, method), paramIndex, method.getDeclaringClass()); 221 testParameter(null, Invokable.from(ctor), paramIndex, ctor.getDeclaringClass()); 258 if (Invokable.from(method).isStatic()) { 268 if (!Invokable.from(method).isStatic()) { 323 * Verifies that {@code invokable} produces a {@link NullPointerException} or 328 * @param instance the instance to invoke {@code invokable} on, or null if 329 * {@code invokable} is static 331 private void testParameter(Object instance, Invokable<?, ?> invokable, [all...] |
ClassSanityTester.java | 35 import com.google.common.reflect.Invokable; 81 private static final Ordering<Invokable<?, ?>> BY_METHOD_NAME = 82 new Ordering<Invokable<?, ?>>() { 83 @Override public int compare(Invokable<?, ?> left, Invokable<?, ?> right) { 88 private static final Ordering<Invokable<?, ?>> BY_PARAMETERS = 89 new Ordering<Invokable<?, ?>>() { 90 @Override public int compare(Invokable<?, ?> left, Invokable<?, ?> right) { 95 private static final Ordering<Invokable<?, ?>> BY_NUMBER_OF_PARAMETERS 394 Invokable<?, ?> invokable = Invokable.from(method); local 687 Invokable<?, ?> invokable = type.method(method); local 699 Invokable<T, T> invokable = type.constructor(constructor); local [all...] |
DummyProxy.java | 24 import com.google.common.reflect.Invokable; 72 Invokable<?, ?> invokable = interfaceType.method(method); local 73 ImmutableList<Parameter> params = invokable.getParameters();
|
/frameworks/compile/slang/ |
slang_rs_reflection_state.cpp | 215 std::cout << " (Invokable) name=\"" << inv.mName << "\"" << std::endl; 568 // Invokable /////////////////////////////////////////////////////////////////////////////////// 581 auto &invokable = invokables.CollectNext(); 582 invokable.mName = Name; 583 invokable.mParamCount = ParamCount; 586 invokable.mParams = new llvm::StringRef[ParamCount]; 590 invokable.mParams[FieldIdx] = canon(getUniqueTypeName((*I)->getType())); 602 // of the fact that the "extra" invokable(s) are at the end. 604 "invokable function '%0' is only present for 64-bit targets") 609 auto &invokable = invokables.UseNext() [all...] |
/frameworks/rs/script_api/ |
rs_allocation_create.spec | 22 These functions can be called directly or indirectly from an invokable
|
/cts/tests/libcore/javautilcollections/libs/ |
guava-testlib-20.0.jar | |
/external/guice/lib/build/ |
guava-testlib-16.0.1.jar | |
/external/mockito/lib/ |
byte-buddy-1.7.9.jar | |
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.4.33/ |
byte-buddy-1.4.33.jar | |
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.5.5/ |
byte-buddy-1.5.5.jar | |
/prebuilts/tools/common/m2/repository/nl/jqno/equalsverifier/equalsverifier/2.1.5/ |
equalsverifier-2.1.5.jar | |
/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.6.5/ |
byte-buddy-1.6.5.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.4.1/ |
gradle-tooling-api-3.4.1.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/3.5-20170307000048+0000/ |
gradle-tooling-api-3.5-20170307000048+0000.jar | |