Home
last modified time | relevance | path

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

12

/external/annotation-tools/scene-lib/src/type/
DArrayType.java11 private Type componentType; field in ArrayType
17 public ArrayType(Type componentType) { in ArrayType()
/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/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/type/
DArrayType.java20 private Type componentType; field in ArrayType
22 public ArrayType(Type componentType, List<AnnotationExpr> annotations) { in ArrayType()
27 public ArrayType(Range range, Type componentType, List<AnnotationExpr> annotations) { in ArrayType()
/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/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/type/
DArrayType.java71 private Type componentType; field in ArrayType
76 public ArrayType(Type componentType, Origin origin, NodeList<AnnotationExpr> annotations) { in ArrayType()
88 …public ArrayType(TokenRange tokenRange, Type componentType, Origin origin, NodeList<AnnotationExpr… in ArrayType()
113 public ArrayType setComponentType(final Type componentType) { in setComponentType()
/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/skqp/src/sksl/ir/
DSkSLType.h134 Type(String name, const Type& componentType, int columns) in Type()
138 Type(String name, Kind kind, const Type& componentType, int columns) in Type()
152 Type(String name, const Type& componentType, int columns, int rows) in Type()
266 const Type& componentType() const { in componentType() function
/external/skia/src/sksl/ir/
DSkSLType.h134 Type(String name, const Type& componentType, int columns) in Type()
138 Type(String name, Kind kind, const Type& componentType, int columns) in Type()
152 Type(String name, const Type& componentType, int columns, int rows) in Type()
266 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/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java44 ResolvedType componentType = findCommonType(variadicValues); in groupVariadicParamValues() 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

12