Searched refs:expType (Results 1 - 7 of 7) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java280 // need to compare the expType with DTM.NTYPES. A child node of
376 int expType = _exptype2(makeNodeIdentity(node));
381 if (_nodeType == expType) {
386 if (expType < DTM.NTYPES) {
387 if (expType == _nodeType) {
392 if (m_extendedTypes[expType].getNodeType() == _nodeType) {
1006 int expType;
1022 expType = _exptype2(node);
1023 if (expType < DTM.NTYPES) {
1024 if (expType
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java772 int expType = getExpandedTypeID(node);
777 if (nodeType == expType) {
781 if (expType < DTM.NTYPES) {
782 if (expType == nodeType) {
786 if (m_expandedNameTable.getType(expType) == nodeType) {
1197 int expType;
1208 expType = _exptype(node);
1209 if (expType < DTM.NTYPES) {
1210 if (expType == nodeType) {
1214 if (m_expandedNameTable.getType(expType)
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
H A DFunctionPattern.java146 DTM dtm, int expType)
145 execute(XPathContext xctxt, int context, DTM dtm, int expType) argument
H A DStepPattern.java338 int expType = dtm.getExpandedTypeID(currentNode);
340 return execute(xctxt, currentNode, dtm, expType);
374 * @param expType The expanded type ID of the current node.
382 XPathContext xctxt, int currentNode, DTM dtm, int expType)
398 score = super.execute(xctxt, currentNode, dtm, expType);
381 execute( XPathContext xctxt, int currentNode, DTM dtm, int expType) argument
H A DNodeTest.java600 DTM dtm, int expType)
599 execute(XPathContext xctxt, int context, DTM dtm, int expType) argument
/external/apache-xml/src/main/java/org/apache/xpath/
H A DExpression.java107 * @param expType The expanded type ID of the current node.
115 XPathContext xctxt, int currentNode, DTM dtm, int expType)
114 execute( XPathContext xctxt, int currentNode, DTM dtm, int expType) argument
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp2812 QualType expType = Exp->getType(); local
2816 expType->getPointeeType()->getAs<ObjCObjectType>()->getInterface();
2975 QualType expType = Exp->getType(); local
2979 expType->getPointeeType()->getAs<ObjCObjectType>()->getInterface();

Completed in 146 milliseconds