Searched defs:getElementType (Results 1 - 25 of 41) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DArrayProto.java76 @Nonnull public String getElementType() { return elementType; } method in class:ArrayProto
101 if (TypeUtils.isPrimitiveType(getElementType()) ||
102 TypeUtils.isPrimitiveType(((ArrayProto)other).getElementType())) {
104 getElementType().equals(((ArrayProto)other).getElementType())) {
/external/deqp/framework/randomshaders/
H A DrsgVariableType.cpp127 return elementNdx * getElementType().getScalarSize();
180 const VariableType& VariableType::getElementType (void) const function in class:rsg::VariableType
200 throw Exception("VariableType::getElementType(): unsupported type");
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
H A DPropertyInfo.java99 public PropertyInfo getElementType() method in class:PropertyInfo
H A DSppPropertyInfo.java99 public PropertyInfo getElementType() method in class:SppPropertyInfo
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DSchema.java78 ElementType e = getElementType(elemName);
94 ElementType child = getElementType(name);
95 ElementType parent = getElementType(parentName);
121 public ElementType getElementType(String name) { method in class:Schema
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java428 public static String getElementType(String arrayType) { method in class:TypeData.ArrayElement
/external/llvm/include/llvm/IR/
H A DDerivedTypes.h287 Type *getElementType(unsigned N) const { function in class:llvm::StructType
319 Type *getElementType() const { return ContainedTys[0]; } function in class:llvm::SequentialType
375 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
386 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
396 unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
411 return VectorType::get(VTy->getElementType(), NumElts/2);
420 return VectorType::get(VTy->getElementType(), NumElts*2);
433 return NumElements * getElementType()->getPrimitiveSizeInBits();
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DType.java417 public Type getElementType() { method in class:Type
447 StringBuffer b = new StringBuffer(getElementType().getClassName());
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimator.cpp196 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) { function in class:SkAnimator
202 SkElementType SkAnimator::getElementType(const char* id) { function in class:SkAnimator
204 return getElementType(element);
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.hpp88 const VarType& getElementType (void) const { return *m_data.array.elementType; } function in class:deqp::gls::ub::VarType
H A DglsLifetimeTests.hpp218 Type& getElementType (void) const { return m_elementType; } function in class:deqp::gls::LifetimeTests::details::Attacher
/external/skia/src/animator/
H A DSkAnimator.cpp196 SkElementType SkAnimator::getElementType(const SkDisplayable* ae) { function in class:SkAnimator
202 SkElementType SkAnimator::getElementType(const char* id) { function in class:SkAnimator
204 return getElementType(element);
/external/deqp/framework/opengl/
H A DgluVarType.hpp65 const VarType& getElementType (void) const { DE_ASSERT(isArrayType()); return *m_data.array.elementType; } function in class:glu::VarType
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1033 QualType getElementType() const { function in class:clang::ento::ElementRegion
1221 return getElementRegion(ER->getElementType(), ER->getIndex(),
/external/llvm/include/llvm/TableGen/
H A DRecord.h305 RecTy *getElementType() const { return Ty; } function in class:llvm::ListRecTy
1138 cast<ListRecTy>(T->getType())->getElementType()),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.databinding_1.4.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/llvm/lib/IR/
H A DConstants.cpp198 getAllOnesValue(VTy->getElementType()));
494 assert(VTy->getElementType()->isIntegerTy(1) &&
506 assert(VTy->getElementType()->isIntegerTy(1) &&
778 assert(V[i]->getType() == T->getElementType() &&
789 assert(V[i]->getType() == Ty->getElementType() &&
906 assert((T->isOpaque() || V[i]->getType() == T->getElementType(i)) &&
955 assert(V[i]->getType() == T->getElementType() &&
1740 Type *DstElemTy = DstScalarTy->getElementType();
1741 if (SrcScalarTy->getElementType() != DstElemTy) {
2261 /// getElementType
2262 Type *ConstantDataSequential::getElementType() const { function in class:ConstantDataSequential
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c432 getElementType(XML_Parser parser, const ENCODING *enc,
4018 declElementType = getElementType(parser, enc, s, next);
4561 declElementType = getElementType(parser, enc, s, next);
4626 el = getElementType(parser, enc, s, nxt);
6381 getElementType(XML_Parser parser, function
/external/clang/include/clang/AST/
H A DType.h1921 QualType getElementType() const { return ElementType; } function in class:clang::ComplexType
1927 Profile(ID, getElementType());
2262 QualType getElementType() const { return ElementType; } function in class:clang::ArrayType
2316 Profile(ID, getElementType(), getSize(),
2353 Profile(ID, getElementType(), getSizeModifier(),
2472 Profile(ID, Context, getElementType(),
2503 QualType getElementType() const { return ElementType; } function in class:clang::DependentSizedExtVectorType
2514 Profile(ID, Context, getElementType(), getSizeExpr());
2551 QualType getElementType() const { return ElementType; } function in class:clang::VectorType
2565 Profile(ID, getElementType(), getNumElement
[all...]
/external/clang/lib/Sema/
H A DSemaChecking.cpp1855 QualType eltType = LHSType->getAs<VectorType>()->getElementType();
2080 isConstant = AT->getElementType().isConstant(S.Context);
4913 T = VT->getElementType().getTypePtr();
4915 T = CT->getElementType().getTypePtr();
4948 T = VT->getElementType().getTypePtr();
4950 T = CT->getElementType().getTypePtr();
5886 Source = cast<VectorType>(Source)->getElementType().getTypePtr();
5887 Target = cast<VectorType>(Target)->getElementType().getTypePtr();
5890 Target = VecTy->getElementType().getTypePtr();
5901 Source = cast<ComplexType>(Source)->getElementType()
7029 static const Type* getElementType(const Expr *BaseExpr) { function
[all...]
/external/expat/lib/
H A Dxmlparse.c432 getElementType(XML_Parser parser, const ENCODING *enc,
4018 declElementType = getElementType(parser, enc, s, next);
4561 declElementType = getElementType(parser, enc, s, next);
4626 el = getElementType(parser, enc, s, nxt);
6381 getElementType(XML_Parser parser, function
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...

Completed in 552 milliseconds

12