/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/ |
D | VariableDeclarationExpr.java | 57 private Type elementType; field in VariableDeclarationExpr 66 public VariableDeclarationExpr(final Type elementType, String variableName) { in VariableDeclarationExpr() 71 public VariableDeclarationExpr(final Type elementType, VariableDeclarator var) { in VariableDeclarationExpr() 76 …public VariableDeclarationExpr(final Type elementType, String variableName, Modifier... modifiers)… in VariableDeclarationExpr() 83 …public VariableDeclarationExpr(final Type elementType, VariableDeclarator var, Modifier... modifie… in VariableDeclarationExpr() 90 … public VariableDeclarationExpr(final Type elementType, final List<VariableDeclarator> variables) { in VariableDeclarationExpr() 95 public VariableDeclarationExpr(final EnumSet<Modifier> modifiers, final Type elementType, in VariableDeclarationExpr() 104 final Type elementType, in VariableDeclarationExpr() 176 public VariableDeclarationExpr setElementType(final Type elementType) { in setElementType()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/body/ |
D | Parameter.java | 52 private Type elementType; field in Parameter 67 public Parameter(Type elementType, VariableDeclaratorId id) { in Parameter() 81 public static Parameter create(Type elementType, String name) { in create() 85 public Parameter(EnumSet<Modifier> modifiers, Type elementType, VariableDeclaratorId id) { in Parameter() 94 Type elementType, in Parameter() 210 public Parameter setElementType(final Type elementType) { in setElementType()
|
D | FieldDeclaration.java | 60 private Type elementType; field in FieldDeclaration 69 …public FieldDeclaration(EnumSet<Modifier> modifiers, Type elementType, VariableDeclarator variable… in FieldDeclaration() 77 …public FieldDeclaration(EnumSet<Modifier> modifiers, Type elementType, List<VariableDeclarator> va… in FieldDeclaration() 83 …tion(EnumSet<Modifier> modifiers, List<AnnotationExpr> annotations, Type elementType, List<ArrayBr… in FieldDeclaration() 92 …ation(Range range, EnumSet<Modifier> modifiers, List<AnnotationExpr> annotations, Type elementType, in FieldDeclaration() 257 public FieldDeclaration setElementType(final Type elementType) { in setElementType()
|
D | MethodDeclaration.java | 71 private Type elementType; field in MethodDeclaration 90 …public MethodDeclaration(final EnumSet<Modifier> modifiers, final Type elementType, final String n… in MethodDeclaration() 96 …public MethodDeclaration(final EnumSet<Modifier> modifiers, final Type elementType, final String n… in MethodDeclaration() 107 final Type elementType, in MethodDeclaration() 130 final Type elementType, in MethodDeclaration() 262 public MethodDeclaration setElementType(final Type elementType) { in setElementType()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/ |
D | ArrayCreationExpr.java | 56 private Type elementType; field in ArrayCreationExpr 66 …public ArrayCreationExpr(Type elementType, NodeList<ArrayCreationLevel> levels, ArrayInitializerEx… in ArrayCreationExpr() 70 public ArrayCreationExpr(Type elementType) { in ArrayCreationExpr() 78 …public ArrayCreationExpr(TokenRange tokenRange, Type elementType, NodeList<ArrayCreationLevel> lev… in ArrayCreationExpr() 128 public ArrayCreationExpr setElementType(final Type elementType) { in setElementType()
|
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/type/ |
D | ArrayTypeTest.java | 48 PrimitiveType elementType = arrayType4.getComponentType().asPrimitiveType(); in getFieldDeclarationWithArrays() local 70 PrimitiveType elementType = arrayType4.getComponentType().asPrimitiveType(); in getVariableDeclarationWithArrays() local 89 Type elementType = arrayType2.getComponentType(); in getMethodDeclarationWithArrays() local 108 PrimitiveType elementType = innerArrayType.getComponentType().asPrimitiveType(); in getParameterWithArrays() local
|
/external/guice/core/src/com/google/inject/util/ |
D | Types.java | 95 public static ParameterizedType listOf(Type elementType) { in listOf() 104 public static ParameterizedType collectionOf(Type elementType) { in collectionOf() 113 public static ParameterizedType setOf(Type elementType) { in setOf()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsonFormatVisitors/ |
D | JsonArrayFormatVisitor.java | 16 void itemsFormat(JsonFormatVisitable handler, JavaType elementType) in itemsFormat() 46 public void itemsFormat(JsonFormatVisitable handler, JavaType elementType) in itemsFormat()
|
/external/gson/gson/src/main/java/com/google/gson/internal/bind/ |
D | CollectionTypeAdapterFactory.java | 52 Type elementType = $Gson$Types.getCollectionElementType(type, rawType); in create() local 65 public Adapter(Gson context, Type elementType, in Adapter()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | CoverageNodeImpl.java | 24 private final ElementType elementType; field in CoverageNodeImpl 54 public CoverageNodeImpl(final ElementType elementType, final String name) { in CoverageNodeImpl()
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
D | ArrayProto.java | 47 protected final String elementType; field in ArrayProto 147 private static String makeArrayType(@Nonnull String elementType, int dimensions) { in makeArrayType()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/IR/ |
D | chlo_ops.cc | 106 Type x, Type y, Type elementType, in getBroadcastType() 161 DictionaryAttr attributes, Type elementType, in InferBroadcastBinaryOpReturnTypeComponents() 223 Type elementType = ComplexType::get(lhsType.getElementType()); in inferReturnTypeComponents() local 254 Type elementType = IntegerType::get(context, 1); in inferReturnTypeComponents() local 380 Type elementType = op.value().getType(); in inferReturnTypeComponents() local 421 Type elementType = onTrueType.getElementType(); in inferReturnTypeComponents() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/stablehlo/dialect/ |
D | ChloOps.cpp | 79 Type x, Type y, Type elementType, in getBroadcastType() 134 DictionaryAttr attributes, Type elementType, in InferBroadcastBinaryOpReturnTypeComponents() 196 Type elementType = ComplexType::get(lhsType.getElementType()); in inferReturnTypeComponents() local 227 Type elementType = IntegerType::get(context, 1); in inferReturnTypeComponents() local 353 Type elementType = op.value().getType(); in inferReturnTypeComponents() local 394 Type elementType = onTrueType.getElementType(); in inferReturnTypeComponents() local
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | PropertyInfo.java | 82 public PropertyInfo elementType; field in PropertyInfo 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
D | SppPropertyInfo.java | 82 public PropertyInfo elementType; field in SppPropertyInfo 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
D | Streams.java | 499 private final Class<O> elementType; field in Streams.ArrayCollector 506 public ArrayCollector(final Class<O> elementType) { in ArrayCollector()
|
/external/moshi/moshi/src/main/java/com/squareup/moshi/ |
D | CollectionJsonAdapter.java | 53 Type elementType = Types.collectionElementType(type, Collection.class); in newArrayListAdapter() local
|
/external/turbine/java/com/google/turbine/bytecode/sig/ |
D | Sig.java | 224 private final TySig elementType; field in Sig.ArrayTySig 226 public ArrayTySig(TySig elementType) { in ArrayTySig() 231 public TySig elementType() { in elementType() method in Sig.ArrayTySig
|
/external/guice/core/src/com/google/inject/internal/ |
D | RealMultibinder.java | 62 static <T> TypeLiteral<Set<T>> setOf(TypeLiteral<T> elementType) { in setOf() 69 TypeLiteral<T> elementType) { in collectionOfProvidersOf() 77 TypeLiteral<T> elementType) { in collectionOfJavaxProvidersOf() 312 private final TypeLiteral<T> elementType; field in RealMultibinder.BindingSelection
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithElementType.java | 52 T setElementType(Type<?> elementType); in setElementType()
|
/external/pytorch/aten/src/ATen/core/ |
D | List.h | 31 TypePtr elementType; member
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/logic/ |
D | InferenceContextTest.java | 63 private ResolvedReferenceType listOf(ResolvedType elementType) { in listOf()
|
/external/dagger2/java/dagger/grpc/server/processor/ |
D | ProxyModuleGenerator.java | 130 Function<? super E, TypeMirror> elementType, in findMethodDescriptors()
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 345 Attacher(const Context &ctx, Type &elementType, Type &containerType) in Attacher() 430 …FboAttacher(const Context &ctx, Type &elementType, Type &containerType) : Attacher(ctx, elementTyp… in FboAttacher() 458 TextureFboAttacher(const Context &ctx, Type &elementType, Type &containerType) in TextureFboAttacher() 472 RboFboAttacher(const Context &ctx, Type &elementType, Type &containerType) in RboFboAttacher() 486 ShaderProgramAttacher(const Context &ctx, Type &elementType, Type &containerType) in ShaderProgramAttacher()
|
/external/auto/value/src/main/java/com/google/auto/value/extension/toprettystring/processor/ |
D | ToPrettyStringExtension.java | 199 TypeMirror elementType = in format() local 306 private CodeBlock forEachLoopMethodBody(TypeMirror elementType) { in forEachLoopMethodBody() 389 private DeclaredType collectionOf(TypeMirror elementType) { in collectionOf()
|