/aosp_15_r20/external/gson/gson/src/main/java/com/google/gson/internal/bind/ |
H A D | CollectionTypeAdapterFactory.java | 52 Type elementType = $Gson$Types.getCollectionElementType(type, rawType); in create() local 65 public Adapter(Gson context, Type elementType, in Adapter()
|
/aosp_15_r20/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
H A D | CoverageNodeImpl.java | 24 private final ElementType elementType; field in CoverageNodeImpl 54 public CoverageNodeImpl(final ElementType elementType, final String name) { in CoverageNodeImpl()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 1082 QualType elementType; in EmitAutoVarAlloca() local 1546 QualType elementType, in emitArrayDestroy() 1637 QualType elementType, CharUnits elementAlign, in RegularPartialArrayDestroy() 1661 QualType elementType, in IrregularPartialArrayDestroy() 1684 QualType elementType, in pushIrregularPartialArrayCleanup() 1701 QualType elementType, in pushRegularPartialArrayCleanup()
|
H A D | CGCXXABI.cpp | 199 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl() 215 QualType elementType) { in requiresArrayCookie()
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | HidlSupport.java | 124 Class<?> elementType = clazz.getComponentType(); in deepHashCode() local 160 Class<?> elementType = o.getClass().getComponentType(); in primitiveArrayHashCode() local
|
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/ |
H A D | ArrayProto.java | 47 protected final String elementType; field in ArrayProto 147 private static String makeArrayType(@Nonnull String elementType, int dimensions) { in makeArrayType()
|
/aosp_15_r20/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
H A D | PropertyInfo.java | 82 public PropertyInfo elementType; field in PropertyInfo 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
H A D | SppPropertyInfo.java | 82 public PropertyInfo elementType; field in SppPropertyInfo 108 public void setElementType(PropertyInfo elementType) in setElementType()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
H A D | vktUniformBlockCase.cpp | 77 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() 1407 bool isMatrix(glu::DataType elementType) in isMatrix() 1477 void generateTestSrcMatrixPerVec(glu::DataType elementType, std::ostringstream &src, const std::str… in generateTestSrcMatrixPerVec() 1516 void generateTestSrcMatrixPerElement(glu::DataType elementType, std::ostringstream &src, const std:… in generateTestSrcMatrixPerElement() 1556 void generateSingleCompare(std::ostringstream &src, glu::DataType elementType, const std::string &s… in generateSingleCompare() 1591 … glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType(); in generateCompareSrc() local 1621 const VarType &elementType = type.getElementType(); in generateCompareSrc() local
|
/aosp_15_r20/libcore/support/src/test/java/tests/support/ |
H A D | Support_MapTest.java | 130 private static <T> void crossCheckOrdering(Set<T> set1, Set<T> set2, Class<?> elementType) { in crossCheckOrdering() 188 private static <T> T[] createArray(Class<?> elementType, int size) { in createArray()
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
H A D | Streams.java | 499 private final Class<O> elementType; field in Streams.ArrayCollector 506 public ArrayCollector(final Class<O> elementType) { in ArrayCollector()
|
/aosp_15_r20/external/javassist/src/main/javassist/bytecode/stackmap/ |
H A D | TypeData.java | 611 private ArrayType(AbsTypeVar elementType) { in ArrayType() 644 public AbsTypeVar elementType() { return element; } in elementType() method in TypeData.ArrayType 654 public static String typeName(String elementType) { in typeName() 870 String elementType = getName(); in getArrayType() local
|
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/stream/ |
H A D | Streams.java | 91 private final Class<E> elementType; field in Streams.ArrayCollector 98 public ArrayCollector(final Class<E> elementType) { in ArrayCollector()
|
/aosp_15_r20/external/angle/src/compiler/translator/ |
H A D | ParseContext.cpp | 1293 const TPublicType &elementType) in checkArrayElementIsNotArray() 1307 const TPublicType &elementType, in checkArrayOfArraysInOut() 1341 const TPublicType &elementType) in checkIsValidTypeAndQualifierForArray() 3537 TPublicType &elementType, in parseSingleArrayDeclaration() 3622 TPublicType &elementType, in parseSingleArrayInitDeclaration() 3757 void TParseContext::parseArrayDeclarator(TPublicType &elementType, in parseArrayDeclarator() 3835 void TParseContext::parseArrayInitDeclarator(const TPublicType &elementType, in parseArrayInitDeclarator() 4754 TParameter TParseContext::parseParameterArrayDeclarator(const TPublicType &elementType, in parseParameterArrayDeclarator() 5430 TBasicType elementType = baseExpression->getType().getBasicType(); in addIndexExpression() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackFuzzLayoutCase.cpp | 85 VarType::VarType(const VarType &elementType, int arraySize) : m_type(TYPE_ARRAY), m_flags(0) in VarType() 1377 void generateTestSrcMatrixPerVec(std::ostringstream &src, glu::DataType elementType, const std::str… in generateTestSrcMatrixPerVec() 1409 void generateTestSrcMatrixPerElement(std::ostringstream &src, glu::DataType elementType, const std:… in generateTestSrcMatrixPerElement() 1442 void generateSingleAssignment(std::ostringstream &src, glu::DataType elementType, const std::string… in generateSingleAssignment() 1469 … glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType(); in generateAssignment() local 1490 const VarType &elementType = type.getElementType(); in generateAssignment() local
|
/aosp_15_r20/external/guice/core/test/com/google/inject/internal/ |
H A D | SpiUtils.java | 543 TypeLiteral<?> elementType, in assertSetVisitor() 566 TypeLiteral<?> elementType, in setInjectorTest() 660 TypeLiteral<?> elementType, in setModuleTest()
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | Constants.java | 113 public static Integer getANQPElementID(ANQPElementType elementType) { in getANQPElementID() 117 public static Integer getHS20ElementID(ANQPElementType elementType) { in getHS20ElementID()
|
/aosp_15_r20/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | linkValidate.cpp | 1652 TType elementType(type, 0); in addUsedLocation() local 1830 TType elementType(type, 0); in computeTypeLocationSize() local 1888 TType elementType(type, 0); in computeTypeUniformLocationSize() local 1958 TType elementType(type, 0); in computeTypeXfbSize() local
|
/aosp_15_r20/external/angle/src/compiler/translator/hlsl/ |
H A D | OutputHLSL.cpp | 533 TType elementType = type; in structInitializerString() local 3701 TType elementType(type); in addArrayEqualityFunction() local 3750 TType elementType(type); in addArrayAssignmentFunction() local 3797 TType elementType(type); in addArrayConstructIntoFunction() local
|
/aosp_15_r20/external/angle/third_party/glslang/src/glslang/MachineIndependent/ |
H A D | linkValidate.cpp | 1793 TType elementType(type, 0); in addUsedLocation() local 1995 TType elementType(type, 0); in computeTypeLocationSize() local 2053 TType elementType(type, 0); in computeTypeUniformLocationSize() local 2123 TType elementType(type, 0); in computeTypeXfbSize() local
|
/aosp_15_r20/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/symbol/impl/binary/ |
H A D | KSAnnotationDescriptorImpl.kt | 266 val elementType = expectedType.builtIns.getArrayElementType(expectedType) in ValueParameterDescriptor() constant
|
/aosp_15_r20/external/libchrome/mojo/public/js/lib/ |
H A D | validator.js | 383 offset, elementSize, elementType, nullable, expectedDimensionSizes, argument 500 function (offset, elementSize, elementType, expectedDimensionSizes, argument
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 685 QualType elementType = recurse(T->getElementType()); in TRIVIAL_TYPE_CLASS() local 753 QualType elementType = recurse(T->getElementType()); in VisitConstantArrayType() local 766 QualType elementType = recurse(T->getElementType()); in VisitVariableArrayType() local 780 QualType elementType = recurse(T->getElementType()); in VisitIncompleteArrayType() local 792 QualType elementType = recurse(T->getElementType()); in VisitVectorType() local 804 QualType elementType = recurse(T->getElementType()); in VisitExtVectorType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/ |
H A D | flatbuffer_export.cc | 212 auto elementType = getElementTypeOrSelf(operand.getType()); in IsTFResourceOp() local 218 auto elementType = getElementTypeOrSelf(result.getType()); in IsTFResourceOp() local 370 auto elementType = getElementTypeOrSelf(arg.getType()); in IsValidTFLiteMlirModule() local 392 auto elementType = getElementTypeOrSelf(result.getType()); in IsValidTFLiteMlirModule() local
|
/aosp_15_r20/external/moshi/moshi/src/main/java/com/squareup/moshi/ |
H A D | CollectionJsonAdapter.java | 53 Type elementType = Types.collectionElementType(type, Collection.class); in newArrayListAdapter() local
|