HomeSort by relevance Sort by last modified time
    Searched refs:elementType (Results 51 - 75 of 343) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/guava/guava-tests/test/com/google/common/reflect/
TypesTest.java 404 Type elementType = List.class.getTypeParameters()[0];
405 assertEquals(elementType.toString(), Types.toString(elementType));
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 441 propertyInfo.elementType = p.elementType;
450 propertyInfo.elementType = null;
  /external/deqp/modules/glshared/
glsLifetimeTests.cpp 989 Type& elementType = attacher.getElementType();
1007 const Name element (elementType);
1019 const GLuint newId = replaceName(elementType, elementId, log());
1020 const Name newElement (elementType, newId);
1070 Type& elementType = attacher.getElementType();
1088 const Name element (elementType);
1101 const GLuint newId = replaceName(elementType, elementId, log());
1102 const Name newElement (elementType, newId);
    [all...]
glsRandomUniformBlockCase.cpp 193 VarType elementType = generateType(rnd, typeDepth, arraysOfArraysOk);
194 return VarType(elementType, arrayLength);
glsUniformBlockCase.cpp 135 VarType::VarType (const VarType& elementType, int arraySize)
140 m_data.array.elementType = new VarType(elementType);
153 delete m_data.array.elementType;
162 delete m_data.array.elementType;
170 m_data.array.elementType = new VarType(*other.m_data.array.elementType);
1006 glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType();
1007 const char* typeName = glu::getDataTypeName(elementType);
1030 const VarType& elementType = type.getElementType()
    [all...]
  /external/clang/lib/AST/
Type.cpp 78 QualType ElementType,
80 uint64_t ElementSize = Context.getTypeSizeInChars(ElementType).getQuantity();
150 QualType ElementType,
156 ElementType->isVariablyModifiedType(),
157 (ElementType->containsUnexpandedParameterPack() ||
159 Context(Context), SizeExpr(SizeExpr), ElementType(ElementType),
167 QualType ElementType, Expr *SizeExpr) {
168 ID.AddPointer(ElementType.getAsOpaquePtr());
182 ElementType(vecType)
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 88 QualType elementType, InitListExpr *E);
402 QualType elementType, InitListExpr *E) {
408 // DestPtr is an array*. Construct an elementType* by drilling
415 CharUnits elementSize = CGF.getContext().getTypeSizeInChars(elementType);
422 QualType::DestructionKind dtorKind = elementType.isDestructedType();
434 CGF.pushIrregularPartialArrayCleanup(begin, endOfInit, elementType,
466 CGF.MakeAddrLValue(Address(element, elementAlign), elementType);
479 CGF.getTypes().isZeroInitializable(elementType))) {
506 CGF.MakeAddrLValue(Address(currentElement, elementAlign), elementType);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.property_1.3.0.I20100601-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdocview.cpp 457 XFA_ELEMENT elementType = pFormNode->GetClassID();
458 if (elementType == XFA_ELEMENT_Field) {
477 elementType = pNode->GetClassID();
478 if (elementType != XFA_ELEMENT_Variables &&
479 elementType != XFA_ELEMENT_Draw) {
xfa_fftextedit.cpp 252 XFA_ELEMENT elementType = XFA_ELEMENT_UNKNOWN;
253 int32_t iMaxChars = m_pDataAcc->GetMaxChars(elementType);
254 if (elementType == XFA_ELEMENT_ExData) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/smali/smalidea/src/main/java/org/jf/smalidea/
SmaliTokens.java 300 SmaliLexicalElementType elementType = new SmaliLexicalElementType(tokenId, tokenName, textAttributesKey);
301 ELEMENT_TYPES[tokenId] = elementType;
304 field.set(null, elementType);
  /external/deqp/external/vulkancts/modules/vulkan/ubo/
vktUniformBlockCase.cpp 78 VarType::VarType (const VarType& elementType, int arraySize)
83 m_data.array.elementType = new VarType(elementType);
96 delete m_data.array.elementType;
105 delete m_data.array.elementType;
113 m_data.array.elementType = new VarType(*other.m_data.array.elementType);
960 glu::DataType elementType = isArray ? type.getElementType().getBasicType() : type.getBasicType();
961 const char* typeName = glu::getDataTypeName(elementType);
984 const VarType& elementType = type.getElementType()
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 1011 QualType ElementType;
1014 ElementRegion(QualType elementType, NonLoc Idx, const MemRegion* sReg)
1016 ElementType(elementType), Index(Idx) {
1022 static void ProfileRegion(llvm::FoldingSetNodeID& ID, QualType elementType,
1030 return ElementType;
1034 return ElementType;
    [all...]
Store.h 102 virtual SVal getLValueElement(QualType elementType, NonLoc offset, SVal Base);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleSValBuilder.cpp     [all...]
  /external/jcommander/src/main/java/com/beust/jcommander/
JCommander.java     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 211 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
212 return glu::VarType(elementType, glu::VarType::UNSIZED_ARRAY);
238 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
240 return glu::VarType(elementType, arrayLength);
318 BlockBasicUnsizedArrayCase (tcu::TestContext& testCtx, const char* name, const char* description, const VarType& elementType, int arraySize, deUint32 layoutFlags)
322 block.addMember(BufferVar("var", VarType(elementType, VarType::UNSIZED_ARRAY), ACCESS_READ|ACCESS_WRITE));
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutTests.cpp 222 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
223 return glu::VarType(elementType, glu::VarType::UNSIZED_ARRAY);
251 const glu::VarType elementType = generateType(rnd, typeDepth, childArrayOk, false);
253 return glu::VarType(elementType, arrayLength);
329 BlockBasicUnsizedArrayCase (Context& context, const char* name, const char* description, const VarType& elementType, int arraySize, deUint32 layoutFlags)
333 block.addMember(BufferVar("var", VarType(elementType, VarType::UNSIZED_ARRAY), ACCESS_READ|ACCESS_WRITE));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 210 BufferVAOAttacher (lt::Context& ctx, Type& elementType,
212 : Attacher (ctx, elementType, varrType)
  /prebuilts/tools/common/fest/
fest-util-1.1.3.jar 
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
Rops.java     [all...]

Completed in 1590 milliseconds

1 23 4 5 6 7 8 91011>>