/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | Util.java | 52 public static TypeMirror getProvidedValueTypeOfMap(DeclaredType mapType) { in getProvidedValueTypeOfMap() argument 53 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType); in getProvidedValueTypeOfMap() local 54 return asDeclared(mapType.getTypeArguments().get(1)).getTypeArguments().get(0); in getProvidedValueTypeOfMap() 61 public static TypeMirror getValueTypeOfMap(DeclaredType mapType) { in getValueTypeOfMap() argument 62 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType); in getValueTypeOfMap() local 63 return mapType.getTypeArguments().get(1); in getValueTypeOfMap() 69 public static TypeMirror getKeyTypeOfMap(DeclaredType mapType) { in getKeyTypeOfMap() argument 70 checkState(MoreTypes.isTypeOf(Map.class, mapType), "%s is not a Map.", mapType); in getKeyTypeOfMap() local 71 return mapType.getTypeArguments().get(0); in getKeyTypeOfMap()
|
D | Key.java | 357 TypeMirror mapType = types.getDeclaredType(getMapElement(), keyType, wrappedType); 360 MoreTypes.equivalence().wrap(mapType)));
|
D | AbstractComponentWriter.java | 1118 DeclaredType mapType = asDeclared(firstBinding.key().type()); in initializeMapBinding() local 1120 if (isMapWithNonProvidedValues(mapType)) { in initializeMapBinding() 1131 TypeNames.forTypeMirror(getKeyTypeOfMap(mapType)), in initializeMapBinding() 1132 TypeNames.forTypeMirror(getProvidedValueTypeOfMap(mapType)), // V of Map<K, Provider<V>> in initializeMapBinding()
|
/external/skia/gm/ |
D | lightingshader.cpp | 89 void drawRect(SkCanvas* canvas, const SkRect& r, NormalMap mapType) { in drawRect() argument 103 fNormalMaps[mapType], in drawRect()
|
/external/jarjar/lib/ |
D | asm-commons-4.0.jar | META-INF/MANIFEST.MF
org/objectweb/asm/commons/AdviceAdapter.class
< ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | asm-commons-3.3.jar | META-INF/MANIFEST.MF
org/objectweb/asm/commons/AdviceAdapter.class
< ... |
D | findbugs.jar | META-INF/
META-INF/MANIFEST.MF
default.xsl
edu/
edu/umd ... |
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenResolutionTest.java | 395 assertEquals(Map.class, mapType().getRawType()); 492 private static TypeToken<Map<Object, Object>> mapType() {
|
/external/guice/lib/build/ |
D | jarjar-1.1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
D | spring-beans.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/springframework/
org/ ... |
/external/dexmaker/lib/ |
D | jarjar.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/testng/lib-supplied/ |
D | jarjar-issue-21.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/tonicsystems/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.objectweb.asm_3.2.0.v200909071300.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jacoco/ |
D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF
org/
org/objectweb/
org/objectweb/asm/
... |
/external/caliper/lib/ |
D | gson-2.2.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | jersey-core-1.11.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/jersey-module- ... |
/external/guice/extensions/struts2/lib/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |