/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A 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 …]
|
H A 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
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/testing/ |
H A 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()
|
H A D | NullPointerTester.java | 350 @Nullable Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 396 Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|
H A D | DummyProxy.java | 78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/testing/ |
H A 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()
|
H A D | NullPointerTester.java | 353 @Nullable Object instance, Invokable<?, ?> invokable, int paramIndex, Class<?> testedClass) { in testParameter() 392 Invokable<?, ?> invokable, int indexOfParamToSetToNull) { in buildParamList()
|
H A D | DummyProxy.java | 78 Invokable<?, ?> invokable = interfaceType.method(method); in handleInvocation() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflection_state.cpp | 581 auto &invokable = invokables.CollectNext(); in declareInvokable() local 609 auto &invokable = invokables.UseNext(); in declareInvokable() local 657 const auto &invokable = invokables.UseNext(); in endInvokables() local
|
/aosp_15_r20/external/guice/lib/build/ |
HD | guava-testlib-19.0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy/1.14.18/ |
HD | byte-buddy-1.14.18.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/licenses/
META- ... |
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/ |
D | tradefed-tests.jar | IncludeFilterTest.jar
META-INF/
META-INF/LICENSE
META-INF/MANIFEST.MF
... |
D | tradefed.jar | FileMd5$FileChecksum$1.class
FileMd5.java
package FileMd5$FileChecksum$1 extends com. ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/intellij-core/ |
HD | intellij-core-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/31.7.0-alpha07/ |
HD | intellij-core-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/JavaPsiPlugin.xml
... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/ |
D | metalava-gradle-plugin-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/AL2.0
META ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/ |
HD | kotlin-compiler-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/aosp_15_r20/external/kotlinc/lib/ |
HD | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
FirNativeForwardDeclarationGetClassCallChecker.class
FirNativeForwardDeclarationGetClassCallChecker.kt
package FirNativeForwardDeclarationGetClassCallChecker ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.23/ |
HD | kotlin-compiler-embeddable-1.9.23.jar | META-INF/
META-INF/MANIFEST.MF
FirNativeForwardDeclarationGetClassCallChecker.class
FirNativeForwardDeclarationGetClassCallChecker.kt
package FirNativeForwardDeclarationGetClassCallChecker ... |
/aosp_15_r20/prebuilts/ktlint/ |
HD | ktlint-android-all.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/pinterest/
com/ ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/ |
HD | kotlin-plugin-ij193-1.3.61-release-180.jar | META-INF/
META-INF/MANIFEST.MF
kotlinManifest.properties
META-INF/annotation ... |
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/31.7.0-alpha07/ |
HD | kotlin-compiler-31.7.0-alpha07.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/jps-common ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/ |
HD | kotlin-compiler-mvn.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
META-INF/jps-common ... |