/external/chromium_org/third_party/skia/src/core/ |
H A D | SkValidatingReadBuffer.cpp | 240 SkFlattenable::Type baseType; local 241 if (!SkFlattenable::NameToType(cname, &baseType) || (baseType != type)) {
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
H A D | Types.java | 703 baseType (); 709 void baseType () throws IOException method in class:Types.methodDescriptorCompiler
|
/external/skia/src/core/ |
H A D | SkValidatingReadBuffer.cpp | 240 SkFlattenable::Type baseType; local 241 if (!SkFlattenable::NameToType(cname, &baseType) || (baseType != type)) {
|
/external/chromium_org/third_party/angle/src/compiler/ |
H A D | ParseContext.cpp | 1545 const TType &baseType = baseExpression->getType(); local 1546 if (baseType.getStruct()) 1548 TType copyOfType(baseType.getStruct());
|
/external/clang/tools/libclang/ |
H A D | CIndexCodeCompletion.cpp | 574 QualType baseType = Context.getBaseType(); local 577 if (!baseType.isNull()) { 579 if (const TagType *Tag = baseType->getAs<TagType>()) 584 baseType->getAs<ObjCObjectPointerType>()) 587 else if (const ObjCObjectType *Obj = baseType->getAs<ObjCObjectType>()) 591 baseType->getAs<InjectedClassNameType>()) 604 const Type *type = baseType.getTypePtrOrNull();
|
/external/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 1344 llvm::Type *baseType, 1375 llvm::Type *baseType = structure->getElementType(fieldIndex); local 1376 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base); 1412 llvm::Type *baseType = structure->getElementType(fieldIndex); local 1413 elements[fieldIndex] = EmitNullConstantForBase(CGM, baseType, base); 1428 llvm::Type *baseType, 1434 return llvm::Constant::getNullValue(baseType); 1437 if (isa<llvm::StructType>(baseType)) { 1444 llvm::ArrayType *baseArrayType = cast<llvm::ArrayType>(baseType); 1427 EmitNullConstantForBase(CodeGenModule &CGM, llvm::Type *baseType, const CXXRecordDecl *base) argument
|
H A D | CodeGenFunction.cpp | 964 /// \param baseType the inner-most element type of the array 968 static void emitNonZeroVLAInit(CodeGenFunction &CGF, QualType baseType, argument 972 = CGF.getContext().getTypeInfoInChars(baseType); 1122 QualType &baseType, 1140 baseType = elementType; 1199 baseType = eltType; 1121 emitArrayLength(const ArrayType *origArrayType, QualType &baseType, llvm::Value *&addr) argument
|
/external/clang/lib/Sema/ |
H A D | SemaExprMember.cpp | 288 CheckExtVectorComponent(Sema &S, QualType baseType, ExprValueKind &VK, argument 296 const ExtVectorType *vecType = baseType->getAs<ExtVectorType>(); 360 << baseType << SourceRange(CompLoc);
|
H A D | SemaDecl.cpp | 8638 QualType baseType = Context.getBaseElementType(type); local 8649 CXXRecordDecl *RD = baseType->getAsCXXRecordDecl(); 8651 !Init->isConstantInitializer(Context, baseType->isReferenceType())) 8681 if (const RecordType *recordType = baseType->getAs<RecordType>())
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
H A D | schemasInternals.h | 620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
|
/external/libxml2/include/libxml/ |
H A D | schemasInternals.h | 620 xmlSchemaTypePtr baseType; /* The base type component */ member in struct:_xmlSchemaType
|
/external/chromium_org/third_party/libxml/src/ |
H A D | xmlschemastypes.c | 258 xmlSchemaTypePtr baseType) { 270 ret->baseType = baseType; 400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; 257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
|
H A D | xmlschemas.c | 1087 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...] |
/external/libxml2/ |
H A D | xmlschemastypes.c | 258 xmlSchemaTypePtr baseType) { 270 ret->baseType = baseType; 400 xmlSchemaTypeAnyTypeDef->baseType = xmlSchemaTypeAnyTypeDef; 257 xmlSchemaInitBasicType(const char *name, xmlSchemaValType type, xmlSchemaTypePtr baseType) argument
|
H A D | xmlschemas.c | 1087 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 16000 xmlSchemaCheckCOSCTDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument 16071 xmlSchemaCheckCOSDerivedOK(xmlSchemaAbstractCtxtPtr actxt, xmlSchemaTypePtr type, xmlSchemaTypePtr baseType, int set) argument 18122 xmlSchemaTypePtr baseType = type->baseType; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.core.contenttype_3.4.100.v20100505-1235.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.core.filebuffers_3.5.100.v20100520-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
H A D | WebGLRenderingContext.cpp | 2705 GC3Denum baseType; local 2709 baseType = GL_BOOL; 2713 baseType = GL_BOOL; 2717 baseType = GL_BOOL; 2721 baseType = GL_BOOL; 2725 baseType = GL_INT; 2729 baseType = GL_INT; 2733 baseType = GL_INT; 2737 baseType = GL_INT; 2741 baseType [all...] |
/external/clang/include/clang/AST/ |
H A D | Type.h | 1031 ExtQualsTypeCommonBase(const Type *baseType, QualType canon) argument 1032 : BaseType(baseType), CanonicalType(canon) {} 1080 ExtQuals(const Type *baseType, QualType canon, Qualifiers quals) argument 1081 : ExtQualsTypeCommonBase(baseType,
|
/external/clang/lib/AST/ |
H A D | ASTContext.cpp | 1975 ASTContext::getExtQualType(const Type *baseType, Qualifiers quals) const { argument 1981 ExtQuals::Profile(ID, baseType, quals); 1990 if (!baseType->isCanonicalUnqualified()) { 1991 SplitQualType canonSplit = baseType->getCanonicalTypeInternal().split(); 1999 ExtQuals *eq = new (*this, TypeAlignment) ExtQuals(baseType, canon, quals);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
H A D | FlexAntTasks.jar | META-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
/external/emma/lib/ |
H A D | emma.jar | META-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ... |