/external/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | MapBinderTest.java | 102 private final TypeLiteral<String> stringType = TypeLiteral.get(String.class); field in MapBinderTest 188 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(abc, de), BOTH, false, 0, in testMapBinderAggregatesMultipleModules() local 214 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0, in testMapBinderAggregationForAnnotationInstance() 240 assertMapVisitor(key, stringType, stringType, setOf(module), BOTH, false, 0, in testMapBinderAggregationForAnnotationType() 271 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleAnnotationValueSets() 273 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleAnnotationValueSets() 306 assertMapVisitor(abcKey, stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleAnnotationTypeSets() 308 assertMapVisitor(deKey, stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleAnnotationTypeSets() 331 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local 333 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 1, in testMapBinderWithMultipleTypes() local [all …]
|
D | MultibinderTest.java | 96 final TypeLiteral<String> stringType = TypeLiteral.get(String.class); field in MultibinderTest 126 assertSetVisitor(setKey, stringType, setOf(abc, de), BOTH, false, 0, in testMultibinderAggregatesMultipleModules() 148 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0, in testMultibinderAggregationForAnnotationInstance() 170 assertSetVisitor(setKey, stringType, setOf(module), BOTH, false, 0, in testMultibinderAggregationForAnnotationType() 199 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleAnnotationValueSets() 201 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleAnnotationValueSets() 230 assertSetVisitor(abcSetKey, stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleAnnotationTypeSets() 232 assertSetVisitor(deSetKey, stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleAnnotationTypeSets() 249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local 265 assertSetVisitor(Key.get(setOfString), stringType, in testMultibinderWithEmptySet() local [all …]
|
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/ |
D | KeyTest.java | 85 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod() local 94 MoreTypes.equivalence().wrap(stringType))); in forProvidesMethod() 105 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_qualified() local 116 assertThat(key.wrappedType()).isEqualTo(MoreTypes.equivalence().wrap(stringType)); in forProvidesMethod_qualified() 160 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_sets() local 161 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType); in forProvidesMethod_sets() 222 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProducesMethod() local 231 MoreTypes.equivalence().wrap(stringType))); in forProducesMethod() 248 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProducesMethod_sets() local 249 TypeMirror setOfStringsType = types.getDeclaredType(setElement, stringType); in forProducesMethod_sets()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 1155 RegisterType stringType = RegisterType.getRegisterType(RegisterType.REFERENCE, stringClass); 1156 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, stringType);
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |