Searched refs:typeName (Results 1 - 25 of 163) sorted by relevance

1234567

/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstMethodRef.java36 public String typeName() { method in class:CstMethodRef
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dattrgetschematypeinfo01.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
97 var typeName;
110 typeName = typeInfo.typeName;
112 assertEquals("nameIsCDATA","CDATA",typeName);
H A Dattrgetschematypeinfo02.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
97 var typeName;
110 typeName = typeInfo.typeName;
112 assertEquals("nameIsID","ID",typeName);
H A Dattrgetschematypeinfo03.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
97 var typeName;
110 typeName = typeInfo.typeName;
112 assertEquals("nameIsString","string",typeName);
H A Dattrgetschematypeinfo04.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
97 var typeName;
110 typeName = typeInfo.typeName;
112 assertEquals("nameIsID","ID",typeName);
H A Dattrgetschematypeinfo05.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
97 var typeName;
110 typeName = typeInfo.typeName;
112 assertEquals("nameIsClassType","classType",typeName);
H A Dattrgetschematypeinfo06.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
95 var typeName;
109 typeName = typeInfo.typeName;
111 assertNull("typeName",typeName);
H A Dattrgetschematypeinfo07.js84 properties of the [type definition] property. Verity that the typeName and typeNamespace of the title attribute's
99 var typeName;
113 typeName = attrTypeInfo.typeName;
117 assertEquals("attrgetschematypeinfo07_typeName","ID",typeName);
H A Dattrgetschematypeinfo08.js83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the 'title' attribute's (of first 'acronym' element)
98 var typeName;
111 typeName = attrTypeInfo.typeName;
115 assertEquals("attrgetschematypeinfo08_typeName","string",typeName);
H A Delementgetschematypeinfo01.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
94 var typeName;
106 typeName = typeInfo.typeName;
108 assertNull("nameIsNull",typeName);
H A Delementgetschematypeinfo02.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
94 var typeName;
106 typeName = typeInfo.typeName;
108 assertEquals("nameIsEmType","emType",typeName);
H A Delementgetschematypeinfo03.js83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
93 var typeName;
106 typeName = typeInfo.typeName;
108 assertNull("typeName",typeName);
H A Delementgetschematypeinfo04.js83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the code element's
96 var typeName;
110 typeName = elemTypeInfo.typeName;
114 assertEquals("elementgetschematypeinfo04_typeName","code",typeName);
H A Delementgetschematypeinfo05.js83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the acronym element's
96 var typeName;
110 typeName = elemTypeInfo.typeName;
114 assertEquals("typeNameString","string",typeName);
H A Delementgetschematypeinfo06.js83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the strong element's
96 var typeName;
110 typeName = elemTypeInfo.typeName;
114 assertEquals("elementgetschematypeinfo06_typeName","strongType",typeName);
H A Delementgetschematypeinfo07.js83 properties of the [type definition] property. Verity that the typeName and typeNamespace of the name element's
96 var typeName;
110 typeName = elemTypeInfo.typeName;
114 assertEquals("elementgetschematypeinfo07_typeName","sup",typeName);
H A Dtypeinfogettypename03.js81 The typeName attribute states the name of a type declared for the associated element or
86 Verify that the typeName of id's schemaTypeInfo are correct.
90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
100 var typeName;
112 typeName = attrTypeInfo.typeName;
114 assertEquals("typeinfogettypename03_1","ID",typeName);
H A Dtypeinfogettypename04.js81 The typeName attribute states the name of a type declared for the associated element or
86 Verify that the typeName of an em element's schemaTypeInfo is correct.
90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#TypeInfo-typeName
100 var typeName;
111 typeName = elemTypeInfo.typeName;
113 assertEquals("typeinfogettypename04_1","emType",typeName);
H A Dtypeinfoisderivedfrom03.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","string",typeName);
H A Dtypeinfoisderivedfrom04.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","string",typeName);
H A Dtypeinfoisderivedfrom05.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","string",typeName);
H A Dtypeinfoisderivedfrom06.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","string",typeName);
H A Dtypeinfoisderivedfrom07.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","string",typeName);
H A Dtypeinfoisderivedfrom08.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","classType",typeName);
H A Dtypeinfoisderivedfrom09.js95 var typeName;
108 typeName = typeInfo.typeName;
110 assertEquals("nameIsString","classType",typeName);

Completed in 145 milliseconds

1234567