/aosp_15_r20/external/guava/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenTest.java | 75 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method 388 assertEquals(TypeToken.of(Object.class), new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 391 TypeToken.of(Object.class), new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 408 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method 416 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method 424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method 430 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method 438 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method 444 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method 495 .containsExactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method [all …]
|
H A D | ImmutableTypeToInstanceMapTest.java | 177 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/reflect/ |
H A D | TypeTokenTest.java | 75 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method 388 assertEquals(TypeToken.of(Object.class), new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 391 TypeToken.of(Object.class), new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 408 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method 416 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method 424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method 430 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method 438 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method 444 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method 495 .containsExactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method [all …]
|
H A D | ImmutableTypeToInstanceMapTest.java | 177 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 102 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class 124 protected TypeToken() { in TypeToken() method in TypeToken 155 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken 164 private TypeToken(Type type) { in TypeToken() method in TypeToken
|
/aosp_15_r20/external/guava/guava/src/com/google/common/reflect/ |
H A D | TypeToken.java | 102 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class 124 protected TypeToken() { in TypeToken() method in TypeToken 155 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken 164 private TypeToken(Type type) { in TypeToken() method in TypeToken
|
/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/reflect/ |
H A D | TypeToken.java | 55 public class TypeToken<T> { class 69 protected TypeToken() { in TypeToken() method in TypeToken 79 private TypeToken(Type type) { in TypeToken() method in TypeToken
|
/aosp_15_r20/external/gson/gson/src/test/java/com/google/gson/reflect/ |
H A D | TypeTokenTest.java | 265 new TypeToken() {}; in testTypeTokenRaw() method
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 467 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 560 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 456 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 549 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 489 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 580 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/aosp_15_r20/external/llvm/include/llvm/CodeGen/ |
H A D | WinEHFuncInfo.h | 86 uint32_t TypeToken; member
|
/aosp_15_r20/external/guice/lib/ |
HD | guava-19.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | guava-13.0.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
HD | guava-17.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
HD | guava-18.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
HD | guava-21.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/tools/common/m2/dialer-common-m2-host-deps/linux_glibc_common/local-combined/ |
D | dialer-common-m2-host-deps.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/23.0/ |
HD | guava-23.0.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |