/aosp_15_r20/libcore/ojluni/src/main/java/java/util/ |
H A D | JumboEnumSet.java | 50 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/ |
D | JumboEnumSet.java | 50 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/ |
D | JumboEnumSet.java | 50 JumboEnumSet(Class<E>elementType, Enum<?>[] universe) { in JumboEnumSet()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/mhlo/transforms/ |
H A D | legalize_to_standard.cc | 149 auto elementType = outputType.getElementType(); in matchAndRewrite() local
|
H A D | lower_general_dot.cc | 46 auto elementType = getElementTypeOrSelf(arg.getType()); in transposeReshape() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 241 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk); in generateType() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsRandomUniformBlockCase.cpp | 189 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk); in generateType() local
|
H A D | glsUniformBlockCase.cpp | 132 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 D | TestUtil.java | 131 public static Object flatten(Object array, Class<?> elementType) { in flatten()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktRandomUniformBlockCase.cpp | 224 … VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk, complexity * arrayLength); in generateType() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 125 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 D | vktSSBOLayoutTests.cpp | 262 …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 D | SkSLPrefixExpression.cpp | 47 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 D | CollectionLikeType.java | 83 public static CollectionLikeType upgradeFrom(JavaType baseType, JavaType elementType) { in upgradeFrom()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 403 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 D | TestDtdData.java | 265 ElementType elementType = element.getType(); in checkEmpty() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayout.cpp | 189 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 D | RelativeDateFormat.java | 363 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 D | RelativeDateFormat.java | 360 int elementType = patternsRb.get(glueIndex).getType(); in initializeCombinedFormat() local
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgVariableType.hpp | 235 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 D | Rops.java | 1844 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 D | Rops.java | 1827 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 D | struct_packing_pass.cpp | 181 for (const analysis::Type* elementType : in getPackedAlignment() local
|
/aosp_15_r20/external/pdfium/xfa/fxfa/ |
H A D | cxfa_fftextedit.cpp | 284 XFA_Element elementType; in UpdateFWLData() local
|
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/ |
H A D | Sets.java | 162 Iterable<E> iterable, Class<E> elementType) { in newEnumSet()
|