Home
last modified time | relevance | path

Searched defs:elementType (Results 101 – 125 of 1228) sorted by relevance

12345678910>>...50

/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DJumboEnumSet.java50 JumboEnumSet(Class<E>elementType, Enum<?>[] universe) { in JumboEnumSet()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DJumboEnumSet.java50 JumboEnumSet(Class<E>elementType, Enum<?>[] universe) { in JumboEnumSet()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/22/libcore/ojluni/src/main/java/java/util/
DJumboEnumSet.java50 JumboEnumSet(Class<E>elementType, Enum<?>[] universe) { in JumboEnumSet()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/
H A Dlegalize_to_standard.cc149 auto elementType = outputType.getElementType(); in matchAndRewrite() local
H A Dlower_general_dot.cc46 auto elementType = getElementTypeOrSelf(arg.getType()); in transposeReshape() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackRandomLayoutCase.cpp241 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk); in generateType() local
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsRandomUniformBlockCase.cpp189 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk); in generateType() local
H A DglsUniformBlockCase.cpp132 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType()
1068 … glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType(); in generateCompareSrc() local
1092 const VarType &elementType = type.getElementType(); in generateCompareSrc() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/
H A DTestUtil.java131 public static Object flatten(Object array, Class<?> elementType) { in flatten()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktRandomUniformBlockCase.cpp224 … VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk, complexity * arrayLength); in generateType() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp125 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType()
937 … glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType(); in generateCompareSrc() local
961 const VarType &elementType = type.getElementType(); in generateCompareSrc() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutTests.cpp262 …const glu::VarType elementType = generateType(rnd, structDepth, arrayDepth + 1, childArrayOk, fals… in generateType() local
290 …const glu::VarType elementType = generateType(rnd, structDepth, arrayDepth + 1, childArrayOk, fals… in generateType() local
434 …cUnsizedArrayCase(tcu::TestContext &testCtx, const char *name, const VarType &elementType, int arr… in BlockBasicUnsizedArrayCase()
/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLPrefixExpression.cpp47 const Type& elementType = expr.type().componentType(); in apply_to_elements() local
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/type/
H A DCollectionLikeType.java83 public static CollectionLikeType upgradeFrom(JavaType baseType, JavaType elementType) { in upgradeFrom()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp403 QualType elementType, InitListExpr *E) { in EmitArrayInit()
1156 QualType elementType = in VisitInitListExpr() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestDtdData.java265 ElementType elementType = element.getType(); in checkEmpty() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/
H A DvktMemoryModelSharedLayout.cpp189 const glu::VarType elementType = generateType(rnd, typeDepth - 1, childArrayOk); in generateType() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DRelativeDateFormat.java363 int elementType = patternsRb.get(glueIndex).getType(); in initializeCombinedFormat() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DRelativeDateFormat.java360 int elementType = patternsRb.get(glueIndex).getType(); in initializeCombinedFormat() local
/aosp_15_r20/external/deqp/framework/randomshaders/
H A DrsgVariableType.hpp235 inline VariableType::VariableType(Type baseType, const VariableType &elementType, int numElements) in VariableType()
/aosp_15_r20/dalvik/dx/src/com/android/dx/rop/code/
H A DRops.java1844 Type elementType = type.getComponentType(); in opNewArray() local
1875 Type elementType = type.getComponentType(); in opFilledNewArray() local
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRops.java1827 Type elementType = type.getComponentType(); in opNewArray() local
1858 Type elementType = type.getComponentType(); in opFilledNewArray() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dstruct_packing_pass.cpp181 for (const analysis::Type* elementType : in getPackedAlignment() local
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_fftextedit.cpp284 XFA_Element elementType; in UpdateFWLData() local
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DSets.java162 Iterable<E> iterable, Class<E> elementType) { in newEnumSet()

12345678910>>...50