Home
last modified time | relevance | path

Searched defs:stringType (Results 1 – 5 of 5) sorted by relevance

/external/guice/extensions/multibindings/test/com/google/inject/multibindings/
DMapBinderTest.java102 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
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
347 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), BOTH, false, 0); in testMapBinderWithEmptyMap() local
383 assertMapVisitor(Key.get(mapOfInteger), stringType, intType, setOf(module), BOTH, false, 0, in testMapBinderMapIsLazy() local
404 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(module), MODULE, false, 0, in testMapBinderMapForbidsDuplicateKeys() local
480 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(ab, bc), BOTH, true, 0, in testMapBinderMapPermitDuplicateElements() local
545 assertMapVisitor(Key.get(mapOfString), stringType, stringType, setOf(ab1c, b2c), BOTH, true, 0, in testMapBinderMultimap() local
576 …assertMapVisitor(Key.get(mapOfString, Abc.class), stringType, stringType, setOf(ab1, b2c), BOTH, t… in testMapBinderMultimapWithAnotation() local
[all …]
DMultibinderTest.java96 final TypeLiteral<String> stringType = TypeLiteral.get(String.class); field in MultibinderTest
249 assertSetVisitor(Key.get(setOfString), stringType, setOf(module), BOTH, false, 1, in testMultibinderWithMultipleSetTypes() local
265 assertSetVisitor(Key.get(setOfString), stringType, in testMultibinderWithEmptySet() local
358 assertSetVisitor(Key.get(setOfString), stringType, setOf(module1, module2), MODULE, false, 0, in testMultibinderSetForbidsDuplicateElements() local
440 assertSetVisitor(Key.get(setOfString), stringType, setOf(ab, bc), BOTH, true, 0, in testMultibinderSetPermitDuplicateElements() local
464 assertSetVisitor(Key.get(setOfString), stringType, setOf(ab, bc), BOTH, true, 0, in testMultibinderSetPermitDuplicateCallsToPermitDuplicates() local
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0, in testModuleOverrideAndMultibindings() local
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0, in testModuleOverrideAndMultibindingsWithPermitDuplicates() local
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
DKeyTest.java85 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod() local
105 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_qualified() local
160 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_sets() local
222 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProducesMethod() local
248 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProducesMethod_sets() local
/external/r8/src/main/java/com/android/tools/r8/graph/
DDexItemFactory.java126 public DexType stringType = createType(stringDescriptor); field in DexItemFactory
/external/libxml2/
Dxmlschemastypes.c5320 int stringType; in xmlSchemaValidateFacetInternal() local