Searched refs:baseType (Results 1 - 25 of 51) sorted by path

123

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp2731 GLenum baseType; local
2735 baseType = GL_BOOL;
2739 baseType = GL_BOOL;
2743 baseType = GL_BOOL;
2747 baseType = GL_BOOL;
2751 baseType = GL_INT;
2755 baseType = GL_INT;
2759 baseType = GL_INT;
2763 baseType = GL_INT;
2767 baseType
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DParseContext.cpp2115 const TType &baseType = baseExpression->getType(); local
2116 if (baseType.getStruct())
2118 TType copyOfType(baseType.getStruct());
2121 else if (baseType.isInterfaceBlock())
2123 TType copyOfType(baseType.getInterfaceBlock(), baseType.getQualifier(), baseType.getLayoutQualifier(), 0);
H A DSymbolTable.cpp221 TBasicType baseType = (type == EbtUInt) ? EbtInt : type;
229 PrecisionStackLevel::iterator it = precisionStack[level]->find(baseType);
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c1087 xmlSchemaTypePtr baseType,
1796 ws = xmlSchemaGetWhiteSpaceFacetValue(type->baseType);
1831 type = type->baseType;
2990 * @baseType: the base type of type
2999 xmlSchemaTypePtr baseType,
3009 xmlSchemaFormatItemForReport(&strT, NULL, WXS_BASIC_CAST baseType, NULL),
8853 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
9021 type->baseType = xmlSchemaGetBuiltInType(XML_SCHEMAS_ANYSIMPLETYPE);
11573 type->baseType = (xmlSchemaTypePtr)
12290 type->baseType
2996 xmlSchemaPIllegalFacetAtomicErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, xmlSchemaFacetPtr facet) argument
14386 xmlSchemaTypePtr baseType = NULL; local
14772 xmlSchemaCheckCOSSTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int subset) argument
15124 xmlSchemaTypePtr baseType = type->baseType; local
15999 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
16070 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument
18121 xmlSchemaTypePtr baseType = type->baseType; local
[all...]
H A Dxmlschemastypes.c258 xmlSchemaTypePtr baseType) {
270 ret->baseType = baseType;
400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef;
257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Des_generator.py59 baseType = None
65 baseType = t
66 return (baseType, typeModifiers)
/external/chromium_org/third_party/skia/src/core/
H A DSkValidatingReadBuffer.cpp231 SkFlattenable::Type baseType; local
232 if (!SkFlattenable::NameToType(cname, &baseType) || (baseType != type)) {
/external/clang/include/clang/AST/
H A DType.h1030 ExtQualsTypeCommonBase(const Type *baseType, QualType canon) argument
1031 : BaseType(baseType), CanonicalType(canon) {}
1079 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals) argument
1080 : ExtQualsTypeCommonBase(baseType,
/external/clang/lib/AST/
H A DASTContext.cpp2002 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { argument
2008 ExtQuals::Profile(ID, baseType, quals);
2017 if (!baseType->isCanonicalUnqualified()) {
2018 SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split();
2026 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals);
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1330 llvm::Type *baseType,
1360 llvm::Type *baseType = structure->getElementType(fieldIndex); local
1361 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1393 llvm::Type *baseType = structure->getElementType(fieldIndex); local
1394 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base);
1409 llvm::Type *baseType,
1415 return llvm::Constant::getNullValue(baseType);
1418 if (isa<llvm::StructType>(baseType)) {
1425 llvm::ArrayType *baseArrayType = cast<llvm::ArrayType>(baseType);
1408 EmitNullConstantForBase(CodeGenModule &CGM, llvm::Type *baseType, const CXXRecordDecl *base) argument
H A DCodeGenFunction.cpp1138 /// \param baseType the inner-most element type of the array
1142 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, argument
1146 = CGF.getContext().getTypeInfoInChars(baseType);
1296 QualType &baseType,
1314 baseType = elementType;
1373 baseType = eltType;
1295 emitArrayLength(const ArrayType *origArrayType, QualType &baseType, llvm::Value *&addr) argument
H A DCodeGenFunction.h1535 QualType &baseType,
/external/clang/lib/Sema/
H A DSemaDecl.cpp9161 QualType baseType = Context.getBaseElementType(type); local
9171 CXXRecordDecl *RD = baseType->getAsCXXRecordDecl();
9173 !Init->isConstantInitializer(Context, baseType->isReferenceType()))
9203 if (const RecordType *recordType = baseType->getAs<RecordType>())
H A DSemaExprMember.cpp289 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, argument
297 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>();
359 << baseType << SourceRange(CompLoc);
/external/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp570 QualType baseType = Context.getBaseType(); variable
573 if (!baseType.isNull()) {
575 if (const TagType *Tag = baseType->getAs<TagType>())
580 baseType->getAs<ObjCObjectPointerType>())
583 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>())
587 baseType->getAs<InjectedClassNameType>())
600 const Type *type = baseType.getTypePtrOrNull();
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4321 const rr::PrimitiveType baseType = getPrimitiveBaseType(primitives.getPrimitiveType());
4322 const bool polygonOffsetEnabled = (baseType == rr::PRIMITIVETYPE_TRIANGLES) ? (m_polygonOffsetFillEnabled) : (false);
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp128 VariableType::Type baseType = state.getRandom().choose<VariableType::Type>(baseTypes.begin(), baseTypes.end()); local
131 valueRange = ValueRange(VariableType(baseType, numElements));
143 VariableType::Type baseType = this->m_type.getBaseType(); local
153 if ((baseType == VariableType::TYPE_FLOAT || baseType == VariableType::TYPE_INT) && isUndefinedValueRange(dst))
162 if (baseType == VariableType::TYPE_FLOAT)
166 else if (baseType == VariableType::TYPE_INT)
172 DE_ASSERT(baseType == VariableType::TYPE_BOOL);
H A DrsgExpression.cpp688 VariableType::Type baseType = type.getBaseType(); local
706 if (isConversionOk(VariableType::TYPE_FLOAT, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_FLOAT;
707 if (isConversionOk(VariableType::TYPE_INT, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_INT;
708 if (isConversionOk(VariableType::TYPE_BOOL, baseType, comp)) inTypes[numInTypes++] = VariableType::TYPE_BOOL;
H A DrsgShaderGenerator.cpp139 VariableType::Type baseType = valueRange.getType().getBaseType(); local
140 TCU_CHECK(baseType == VariableType::TYPE_FLOAT ||
141 baseType == VariableType::TYPE_INT ||
142 baseType == VariableType::TYPE_BOOL);
151 switch (baseType)
H A DrsgUtils.cpp165 VariableType::Type baseType = VariableType::TYPE_LAST; local
166 state.getRandom().choose(baseTypes, baseTypes + DE_LENGTH_OF_ARRAY(baseTypes), &baseType, 1);
168 switch (baseType)
176 return VariableType(baseType, state.getRandom().getInt(minVecLength, de::min(maxScalars, maxVecLength)));

Completed in 809 milliseconds

123