Searched refs:TypeNames (Results 1 - 22 of 22) sorted by relevance

/external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/
H A DTypeNamesTest.java46 assertThat(TypeNames.forTypeMirror(getType(Object.class)))
48 assertThat(TypeNames.forTypeMirror(getType(Charset.class)))
50 assertThat(TypeNames.forTypeMirror(getType(TypeNamesTest.class)))
58 assertThat(TypeNames.forTypeMirror(setType))
65 assertThat(TypeNames.forTypeMirror(setType))
71 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BOOLEAN)))
73 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BYTE)))
75 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.SHORT)))
77 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.INT)))
79 assertThat(TypeNames
[all...]
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DFrameworkField.java25 import dagger.internal.codegen.writer.TypeNames;
51 TypeNames.forTypeMirror(bindingKey.key().type()));
61 (ParameterizedTypeName) TypeNames.forTypeMirror(mapValueType),
H A DFactoryGenerator.java38 import dagger.internal.codegen.writer.TypeNames;
107 TypeName providedTypeName = TypeNames.forTypeMirror(keyType);
138 TypeName enclosingType = TypeNames.forTypeMirror(binding.bindingTypeElement().asType());
192 TypeNames.forTypeMirror(keyType));
240 TypeName paramTypeName = TypeNames.forTypeMirror(
249 (ClassName) TypeNames.forTypeMirror(binding.nullableType().get()));
H A DMapKeys.java27 import dagger.internal.codegen.writer.TypeNames;
189 "%s.%s", TypeNames.forTypeMirror(c.getEnclosingElement().asType()), c.getSimpleName());
199 return Snippet.format("%s.class", TypeNames.forTypeMirror(t));
329 return TypeNames.forTypeMirror(e);
H A DMapKeyGenerator.java31 import dagger.internal.codegen.writer.TypeNames;
140 TypeName parameterType = TypeNames.forTypeMirror(annotationMember.getReturnType());
H A DProducerFactoryGenerator.java41 import dagger.internal.codegen.writer.TypeNames;
99 TypeName providedTypeName = TypeNames.forTypeMirror(keyType);
409 TypeName keyName = TypeNames.forTypeMirror(dependency.key().type());
486 TypeNames.forTypeMirror(binding.key().type()),
515 return Snippet.format("%s", TypeNames.forTypeMirror(thrownType));
H A DAbstractComponentWriter.java53 import dagger.internal.codegen.writer.TypeNames;
616 TypeNames.forTypeMirror(
639 Provider.class, TypeNames.forTypeMirror(requestType.getReturnType()));
889 TypeName bindingKeyTypeName = TypeNames.forTypeMirror(binding.key().type());
946 /* 5 */ TypeNames.forTypeMirror(bindingTypeElement.asType()),
1000 /* 2 */ TypeNames.forTypeMirror(binding.key().type()),
1004 /* 6 */ TypeNames.forTypeMirror(bindingTypeElement.asType()),
1034 ? Snippet.format("@%s ", TypeNames.forTypeMirror(nullableType.get()))
1131 TypeNames.forTypeMirror(getKeyTypeOfMap(mapType)),
1132 TypeNames
[all...]
H A DSourceFiles.java30 import dagger.internal.codegen.writer.TypeNames;
270 TypeName bindingTypeName = TypeNames.forTypeMirror(bindingType);
H A DSubcomponentWriter.java30 import dagger.internal.codegen.writer.TypeNames;
169 TypeName moduleType = TypeNames.forTypeMirror(paramTypes.get(i));
H A DMembersInjectorGenerator.java40 import dagger.internal.codegen.writer.TypeNames;
121 TypeName injectedTypeName = TypeNames.forTypeMirror(binding.key().type());
H A DBindingGraphValidator.java44 import dagger.internal.codegen.writer.TypeNames;
353 String typeName = TypeNames.forTypeMirror(request.key().type()).toString();
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DTypeNames.java31 public final class TypeNames { class
106 private TypeNames() { method in class:TypeNames
H A DWildcardName.java24 import static dagger.internal.codegen.writer.TypeNames.FOR_TYPE_MIRROR;
H A DTypeVariableName.java112 .transform(TypeNames.FOR_TYPE_MIRROR);
H A DTypeWriter.java57 new MethodWriter(TypeNames.forTypeMirror(returnType), name);
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
H A DBindingFieldTest.java24 import dagger.internal.codegen.writer.TypeNames;
66 TypeName xClass = TypeNames.forTypeMirror(key.type());
/external/skia/src/animator/
H A DSkDisplayType.h160 struct TypeNames { struct
175 extern const TypeNames gTypeNames[];
H A DSkDisplayType.cpp395 const TypeNames gTypeNames[] = {
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp87 template<typename ...TypeNames> struct count { // expected-note{{parameter pack 'TypeNames' declared here}}
88 static const unsigned value = sizeof...(TyreNames); // expected-error{{'TyreNames' does not refer to the name of a parameter pack; did you mean 'TypeNames'?}}
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp99 TypeMap TypeNames; member in class:__anon12139::CppWriter
397 TypeMap::iterator I = TypeNames.find(Ty);
398 if (I != TypeNames.end())
425 return TypeNames[Ty] = name;
/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc1717 TEST_F(MiscTest, TypeNames) {
/external/guice/extensions/persist/lib/
H A Dhibernate3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/AssertionFailure.class AssertionFailure. ...

Completed in 482 milliseconds