HomeSort by relevance Sort by last modified time
    Searched refs:NODETYPE_ROOT (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 525 * [NODETYPE_ROOT]
532 public static final int NODETYPE_ROOT = 35;
Compiler.java 779 case OpCodes.NODETYPE_ROOT :
    [all...]
XPathParser.java     [all...]
  /external/deqp/framework/common/
tcuTestPackage.cpp 138 : TestNode(testCtx, NODETYPE_ROOT, "", "")
143 : TestNode(testCtx, NODETYPE_ROOT, "", "", children)
tcuTestExecutor.cpp 268 case NODETYPE_ROOT: /* nada */ break;
294 if (node->getNodeType() != NODETYPE_ROOT && node->getNodeType() != NODETYPE_PACKAGE)
324 else if (node->getNodeType() != NODETYPE_ROOT)
365 if (node->getNodeType() != NODETYPE_ROOT && node->getNodeType() != NODETYPE_PACKAGE)
372 case NODETYPE_ROOT: /* nada */ break;
tcuTestCase.hpp 37 NODETYPE_ROOT = 0, //!< Root for all test packages.
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 573 if(nodeTestType != OpCodes.NODETYPE_NODE && nodeTestType != OpCodes.NODETYPE_ROOT)
    [all...]

Completed in 90 milliseconds