Searched refs:complexType (Results 1 – 22 of 22) sorted by relevance
/external/libxml2/result/schemas/ |
D | derivation-ok-restriction-2-1-1_0_0.err | 1 ./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 :…
|
D | derivation-ok-restriction-4-1-err_0_0.err | 1 ./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…
|
D | src-element3_0_0.err | 1 …8: element complexType: Schemas parser error : Element '{http://www.w3.org/2001/XMLSchema}element'…
|
D | element-err_0_0.err | 12 ./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…
|
D | deter0_0_0.err | 1 ./test/schemas/deter0_0.xsd:6: element complexType: Schemas parser error : local complex type: The …
|
D | derivation-ok-extension-err_0_0.err | 1 ./test/schemas/derivation-ok-extension-err_0.xsd:6: element complexType: Schemas parser error : loc…
|
D | restriction-attr1_0_0.err | 1 ./test/schemas/restriction-attr1_0.xsd:5: element complexType: Schemas parser error : local complex…
|
D | src-element2-2_0_0.err | 2 ./test/schemas/src-element2-2_0.xsd:23: element complexType: Schemas parser error : Element '{http:…
|
/external/skia/src/animator/ |
D | SkExtraPathEffects.xsd | 8 <xs:complexType> 14 </xs:complexType> 18 <xs:complexType> 29 </xs:complexType>
|
D | SkAnimateSchema.xsd | 729 <xs:complexType> 783 </xs:complexType> 792 <xs:complexType> 808 </xs:complexType> 820 <xs:complexType> 831 </xs:complexType> 838 <xs:complexType> 848 </xs:complexType> 855 <xs:complexType> 867 </xs:complexType> [all …]
|
D | SkAnimate3DSchema.xsd | 17 <xs:complexType > 26 </xs:complexType> 30 <xs:complexType > 36 </xs:complexType>
|
/external/libxml2/test/schemas/ |
D | mixed1_0.xsd | 3 <xs:complexType mixed='true'> 5 </xs:complexType>
|
D | ns2_0.xsd | 7 <complexType> 13 </complexType>
|
D | bug310264_0.xsd | 8 <xs:complexType name="c" > 14 </xs:complexType>
|
D | 570702_0.xsd | 4 <xs:complexType> 23 </xs:complexType>
|
D | mixed0_0.xsd | 3 <xs:complexType mixed='true'/>
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.cpp | 818 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/ |
D | schemasInternals.rpgle | 372 * Used to build a list of attribute uses on complexType definitions. 545 * the complexType owns an attribute wildcard, i.e. 546 * it can be freed by the complexType 584 * the complexType has a final of "extension". 591 * the simpleType/complexType has a final of "restriction". 633 * the complexType did not specify 'block' so use the default of the 641 * the complexType has a 'block' of "extension". 648 * the complexType has a 'block' of "restriction". 655 * the simple/complexType is abstract.
|
/external/clang/lib/ASTMatchers/Dynamic/ |
D | Registry.cpp | 121 REGISTER_MATCHER(complexType); in RegistryMaps()
|
/external/clang/unittests/ASTMatchers/ |
D | ASTMatchersTest.cpp | 3931 EXPECT_TRUE(matches("_Complex float f;", complexType())); in TEST() 3934 complexType(hasElementType(builtinType())))); in TEST() 3937 complexType(hasElementType(isInteger())))); in TEST()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 3392 AST_TYPE_MATCHER(ComplexType, complexType);
|
/external/libxml2/ |
D | ChangeLog | 5849 Parsing of <complexType> - handle attributes 'abstract', 6068 <complexType>; this caused a seg fault, due to a double-free
|