/external/javapoet/src/main/java/com/squareup/javapoet/ |
D | WildcardTypeName.java | 32 public final List<TypeName> upperBounds; field in WildcardTypeName 35 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds) { in WildcardTypeName() 39 private WildcardTypeName(List<TypeName> upperBounds, List<TypeName> lowerBounds, in WildcardTypeName() 45 checkArgument(this.upperBounds.size() == 1, "unexpected extends bounds: %s", upperBounds); in WildcardTypeName() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/ |
D | tiling.cc | 44 ValueRange upperBounds, ValueRange steps, in createTile() 80 ValueRange upperBounds, ValueRange steps, in createTileOrPoint() 104 SmallVector<Value> upperBounds = tensor::createDimValues(b, loc, source); in createNestedPloopTilingRecursively() local
|
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/reflect/ |
D | TypeUtils.java | 182 private Type[] upperBounds; field in TypeUtils.WildcardTypeBuilder 225 private final Type[] upperBounds; field in TypeUtils.WildcardTypeImpl 233 private WildcardTypeImpl(final Type[] upperBounds, final Type[] lowerBounds) { in WildcardTypeImpl() 1370 final Type[] upperBounds = getImplicitUpperBounds(wildcardType); in isAssignable() local 1892 final Type[] upperBounds = wildcardType.getUpperBounds(); in wildcardTypeToString() local
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Types.java | 70 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local 471 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl 473 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
|
D | TypeResolver.java | 246 Type[] upperBounds = type.getUpperBounds(); in resolveWildcardType() local 499 TypeVariable<?> captureAsTypeVariable(Type[] upperBounds) { in captureAsTypeVariable()
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | Types.java | 70 Type[] upperBounds = wildcard.getUpperBounds(); in newArrayType() local 471 private final ImmutableList<Type> upperBounds; field in Types.WildcardTypeImpl 473 WildcardTypeImpl(Type[] lowerBounds, Type[] upperBounds) { in WildcardTypeImpl()
|
D | TypeResolver.java | 246 Type[] upperBounds = type.getUpperBounds(); in resolveWildcardType() local 499 TypeVariable<?> captureAsTypeVariable(Type[] upperBounds) { in captureAsTypeVariable()
|
/external/gson/gson/src/main/java/com/google/gson/internal/ |
D | $Gson$Types.java | 79 Type[] upperBounds; in subtypeOf() local 590 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | EmpiricalDistributionImpl.java | 90 private double[] upperBounds = null; field in EmpiricalDistributionImpl
|
/external/guice/core/src/com/google/inject/internal/ |
D | MoreTypes.java | 494 public WildcardTypeImpl(Type[] upperBounds, Type[] lowerBounds) { in WildcardTypeImpl()
|
/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 618 Type[] upperBounds = wildcard.getUpperBounds(); in firstBound() local
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/ |
D | gml_st_ops.cc | 171 ValueRange lowerBounds, ValueRange upperBounds, in build() argument 182 ValueRange lowerBounds, ValueRange upperBounds, in build() argument 572 ValueRange lowerBounds, ValueRange upperBounds, ValueRange steps, in build() 651 ValueRange lowerBounds, ValueRange upperBounds, ValueRange steps, in build() argument
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/lhlo/transforms/ |
D | lhlo_legalize_to_affine.cc | 37 OpBuilder& builder, Location location, ArrayRef<int64_t> upperBounds, in buildBoundedAffineLoopNest()
|