Home
last modified time | relevance | path

Searched refs:complexType (Results 1 – 22 of 22) sorted by relevance

/external/libxml2/result/schemas/
Dderivation-ok-restriction-2-1-1_0_0.err1 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
2 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
3 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
4 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
5 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
6 ./test/schemas/derivation-ok-restriction-2-1-1_0.xsd:6: element complexType: Schemas parser error :…
Dderivation-ok-restriction-4-1-err_0_0.err1 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:33: element complexType: Schemas parser erro…
2 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:45: element complexType: Schemas parser erro…
3 ./test/schemas/derivation-ok-restriction-4-1-err_0.xsd:65: element complexType: Schemas parser erro…
Dsrc-element3_0_0.err1 …8: element complexType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…
Delement-err_0_0.err12 ./test/schemas/element-err_0.xsd:23: element complexType: Schemas parser error : Element '{http://w…
19 …1: element complexType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…
20 …t': The content is not valid. Expected is (annotation?, ((simpleType | complexType)?, (unique | ke…
Ddeter0_0_0.err1 ./test/schemas/deter0_0.xsd:6: element complexType: Schemas parser error : local complex type: The …
Dderivation-ok-extension-err_0_0.err1 ./test/schemas/derivation-ok-extension-err_0.xsd:6: element complexType: Schemas parser error : loc…
Drestriction-attr1_0_0.err1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex…
Dsrc-element2-2_0_0.err2 ./test/schemas/src-element2-2_0.xsd:23: element complexType: Schemas parser error : Element '{http:…
/external/libxml2/test/schemas/
Dmixed1_0.xsd3 <xs:complexType mixed='true'>
5 </xs:complexType>
Dns2_0.xsd7 <complexType>
13 </complexType>
Dbug310264_0.xsd8 <xs:complexType name="c" >
14 </xs:complexType>
D570702_0.xsd4 <xs:complexType>
23 </xs:complexType>
Dmixed0_0.xsd3 <xs:complexType mixed='true'/>
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp818 static bool containsSubType (const glu::VarType& complexType, glu::DataType basicType) in containsSubType() argument
820 if (complexType.isBasicType()) in containsSubType()
822 return complexType.getBasicType() == basicType; in containsSubType()
824 else if (complexType.isArrayType()) in containsSubType()
826 return containsSubType(complexType.getElementType(), basicType); in containsSubType()
828 else if (complexType.isStructType()) in containsSubType()
830 for (int ndx = 0; ndx < complexType.getStructPtr()->getNumMembers(); ++ndx) in containsSubType()
831 if (containsSubType(complexType.getStructPtr()->getMember(ndx).getType(), basicType)) in containsSubType()
879 static int accumulateComplexType (const glu::VarType& complexType, const DataTypeMap& dTypeMap) in accumulateComplexType() argument
881 if (complexType.isBasicType()) in accumulateComplexType()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle377 * Used to build a list of attribute uses on complexType definitions.
550 * the complexType owns an attribute wildcard, i.e.
551 * it can be freed by the complexType
589 * the complexType has a final of "extension".
596 * the simpleType/complexType has a final of "restriction".
638 * the complexType did not specify 'block' so use the default of the
646 * the complexType has a 'block' of "extension".
653 * the complexType has a 'block' of "restriction".
660 * the simple/complexType is abstract.
/external/clang/lib/CodeGen/
DSwiftCallingConv.cpp81 } else if (auto complexType = type->getAs<ComplexType>()) { in addTypedData() local
82 auto eltType = complexType->getElementType(); in addTypedData()
DCGExprComplex.cpp304 QualType complexType) { in emitAddrOfRealComponent() argument
310 QualType complexType) { in emitAddrOfImagComponent() argument
311 QualType eltType = complexType->castAs<ComplexType>()->getElementType(); in emitAddrOfImagComponent()
DCodeGenFunction.h3070 Address emitAddrOfRealComponent(Address complex, QualType complexType);
3071 Address emitAddrOfImagComponent(Address complex, QualType complexType);
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp1790 EXPECT_TRUE(matches("_Complex float f;", complexType())); in TEST()
1793 complexType(hasElementType(builtinType())))); in TEST()
1796 complexType(hasElementType(isInteger())))); in TEST()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp123 REGISTER_MATCHER(complexType); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4405 AST_TYPE_MATCHER(ComplexType, complexType);
/external/libxml2/
DChangeLog5849 Parsing of <complexType> - handle attributes 'abstract',
6068 <complexType>; this caused a seg fault, due to a double-free