Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 25 of 28) sorted by relevance

12

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DArrayTypeName.java22 private final TypeName componentType; field in ArrayTypeName
24 ArrayTypeName(TypeName componentType) { in ArrayTypeName()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DGenericProperty.java50 Type componentType = ((GenericArrayType) actualTypeArguments[i]) in getActualTypeArguments() local
66 Type componentType = ((GenericArrayType) genType).getGenericComponentType(); in getActualTypeArguments() local
/external/guava/guava/src/com/google/common/reflect/
DTypes.java70 static Type newArrayType(Type componentType) { in newArrayType()
215 Type componentType = getComponentType(bound); in subtypeOfComponentType() local
234 private final Type componentType; field in Types.GenericArrayTypeImpl
236 GenericArrayTypeImpl(Type componentType) { in GenericArrayTypeImpl()
523 static Class<?> getArrayClass(Class<?> componentType) { in getArrayClass()
534 @Override GenericArrayType newArrayType(Type componentType) { in newArrayType()
549 @Override Type newArrayType(Type componentType) { in newArrayType()
561 @Override Type newArrayType(Type componentType) { in newArrayType()
593 abstract Type newArrayType(Type componentType); in newArrayType()
DTypeResolver.java140 Type componentType = Types.getComponentType(to); in populateTypeMappings() local
189 Type componentType = type.getGenericComponentType(); in resolveGenericArrayType() local
DTypeToken.java482 Type componentType = Types.getComponentType(runtimeType); in getComponentType() local
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java218 DeclaredType componentType = in subgraphFactoryMethodParameters() local
521 TypeElement componentType = descriptor.componentDefinitionType(); in validateComponentHierarchy() local
530 TypeElement componentType, in validateComponentHierarchy()
673 TypeElement componentType, in validateScopeHierarchy()
750 TypeElement componentType = subject.componentDescriptor().componentDefinitionType(); in validateComponentScope() local
763 message.toString(), componentType, subject.componentDescriptor().componentAnnotation()); in validateComponentScope() local
928 TypeElement componentType = MoreElements.asType(rootRequestElement.getEnclosingElement()); in reportCycle() local
DBuilderValidator.java54 private final ComponentDescriptor.Kind componentType; field in BuilderValidator
56 BuilderValidator(Elements elements, Types types, ComponentDescriptor.Kind componentType) { in BuilderValidator()
DComponentValidator.java66 private final ComponentDescriptor.Kind componentType; field in ComponentValidator
/external/skia/src/sksl/ir/
DSkSLType.h90 Type(String name, const Type& componentType, int columns) in Type()
94 Type(String name, Kind kind, const Type& componentType, int columns) in Type()
103 Type(String name, const Type& componentType, int columns, int rows) in Type()
173 const Type& componentType() const { in componentType() function
/external/mockito/src/main/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsMoreEmptyValues.java69 Class<?> componentType = type.getComponentType(); in returnValueFor() local
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
DToStringHelper.java109 Class<?> componentType = objectClass.getComponentType(); in renderArray() local
/external/guice/core/src/com/google/inject/internal/
DMoreTypes.java199 Type componentType = ((GenericArrayType)type).getGenericComponentType(); in getRawType() local
446 private final Type componentType; field in MoreTypes.GenericArrayTypeImpl
448 public GenericArrayTypeImpl(Type componentType) { in GenericArrayTypeImpl()
/external/guice/core/src/com/google/inject/util/
DTypes.java70 public static GenericArrayType arrayOf(Type componentType) { in arrayOf()
/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java274 protected GameComponentPool getComponentPool(Class<?> componentType) { in getComponentPool()
284 protected GameComponent allocateComponent(Class<?> componentType) { in allocateComponent()
304 protected boolean componentAvailable(Class<?> componentType, int count) { in componentAvailable()
/external/conscrypt/api-doclet/src/main/java/org/conscrypt/doclet/
DFilterDoclet.java99 Class<?> componentType = expected.getComponentType(); in filterHidden() local
/external/junit-params/src/main/java/junitparams/internal/
DUtils.java145 String componentType = arrayOfPrimitives.getClass().getComponentType().getName(); in convertFromArrayOfPrimitives() local
/external/guice/core/src/com/google/inject/
DTypeLiteral.java196 Type componentType = original.getGenericComponentType(); in resolveType() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/constructor/
DBaseConstructor.java280 final Class<?> componentType = node.getType().getComponentType(); in constructArrayStep2() local
/external/guava/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java172 TypeToken<?> componentType = type.getComponentType(); in generate() local
/external/deqp/framework/opengl/
DgluDrawUtil.hpp114 VertexComponentType componentType; //!< Component type. member
DgluDrawUtil.cpp44 VertexComponentType componentType; member
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsBase.cpp88 const std::string& componentType, in getOpTypeImageSparse()
/external/emma/core/java12/com/vladium/jcd/lib/
DTypes.java661 void componentType () throws IOException in componentType() method in Types.methodDescriptorCompiler
/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java550 Type componentType; field in SignatureAttribute.ArrayType
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c862 OSType componentType; in Cm_OpenDefaultComponent() local

12