Home
last modified time | relevance | path

Searched defs:elementType (Results 1 – 25 of 66) sorted by relevance

123

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DArrayProto.java47 protected final String elementType; field in ArrayProto
147 private static String makeArrayType(@Nonnull String elementType, int dimensions) { in makeArrayType()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
DSppPropertyInfo.java82 public PropertyInfo elementType; field in SppPropertyInfo
108 public void setElementType(PropertyInfo elementType) in setElementType()
DPropertyInfo.java82 public PropertyInfo elementType; field in PropertyInfo
108 public void setElementType(PropertyInfo elementType) in setElementType()
DSoapSerializationEnvelope.java300 protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType) in readVector()
711 protected void writeVectorBody(XmlSerializer writer, Vector vector, PropertyInfo elementType) in writeVectorBody()
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DSafeArrayList.java87 private Class<E> elementType; field in SafeArrayList
92 public SafeArrayList(Class<E> elementType) { in SafeArrayList()
96 public SafeArrayList(Class<E> elementType, Collection<? extends E> c) { in SafeArrayList()
/external/deqp/modules/glshared/
DglsLifetimeTests.hpp224 Type& elementType, Type& containerType) in Attacher()
285 Type& elementType, Type& containerType) in FboAttacher()
310 TextureFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in TextureFboAttacher()
322 RboFboAttacher (const Context& ctx, Type& elementType, Type& containerType) in RboFboAttacher()
335 Type& elementType, Type& containerType) in ShaderProgramAttacher()
DglsRandomUniformBlockCase.cpp193 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk); in generateType() local
/external/javassist/sample/vector/
DVectorAssistant.java61 CtClass elementType = pool.get(args[0]); in assist() local
/external/tagsoup/src/org/ccil/cowan/tagsoup/
DSchema.java55 public void elementType(String name, int model, int memberOf, int flags) { in elementType() method in Schema
/external/clang/lib/CodeGen/
DCGCXXABI.cpp185 CharUnits CGCXXABI::getArrayCookieSizeImpl(QualType elementType) { in getArrayCookieSizeImpl()
201 QualType elementType) { in requiresArrayCookie()
DCGDecl.cpp993 QualType elementType; in EmitAutoVarAlloca() local
1545 QualType elementType, in RegularPartialArrayDestroy()
1567 QualType elementType, in IrregularPartialArrayDestroy()
1588 QualType elementType, in pushIrregularPartialArrayCleanup()
1603 QualType elementType, in pushRegularPartialArrayCleanup()
DCGExprAgg.cpp403 QualType elementType, InitListExpr *E) { in EmitArrayInit()
1135 QualType elementType = in VisitInitListExpr() local
/external/proguard/src/proguard/evaluation/value/
DDetailedArrayReferenceValue.java60 String elementType = ClassUtil.isInternalArrayType(type) ? in DetailedArrayReferenceValue() local
/external/skia/src/animator/
DSkDisplayable.cpp100 SkDisplayTypes elementType; in deepCopy() local
190 SkDisplayTypes elementType; in dumpAttrs() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSets.java140 Class<E> elementType) { in newEnumSet()
/external/deqp/framework/randomshaders/
DrsgVariableType.hpp196 inline VariableType::VariableType (Type baseType, const VariableType& elementType, int numElements) in VariableType()
/external/clang/utils/ABITest/
DTypeGen.py117 def __init__(self, index, isVector, elementType, size): argument
156 def __init__(self, index, elementType): argument
/external/deqp/framework/opengl/
DgluVarType.cpp49 VarType::VarType (const VarType& elementType, int arraySize) in VarType()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypesTest.java403 Type elementType = List.class.getTypeParameters()[0]; in testToString() local
/external/guava/guava/src/com/google/common/collect/
DSets.java145 Class<E> elementType) { in newEnumSet()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp427 SVal StoreManager::getLValueElement(QualType elementType, NonLoc Offset, in getLValueElement()
DSimpleSValBuilder.cpp904 QualType elementType; in evalBinOpLN() local
/external/llvm/lib/IR/
DType.cpp681 ArrayType *ArrayType::get(Type *elementType, uint64_t NumElements) { in get()
708 VectorType *VectorType::get(Type *elementType, unsigned NumElements) { in get()
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutTests.cpp222 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false); in generateType() local
251 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false); in generateType() local
329 … (Context& context, const char* name, const char* description, const VarType& elementType, int arr… in BlockBasicUnsizedArrayCase()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

123