Searched defs:nodeSet (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
H A DFuncId.java50 * @param nodeSet Node set where the nodes will be added to.
57 NodeSetDTM nodeSet, boolean mayBeMore)
83 nodeSet.addNodeInDocOrder(node, xctxt);
119 NodeSetDTM nodeSet = nodes.mutableNodeset();
133 usedrefs = getNodesByID(xctxt, docContext, refval, usedrefs, nodeSet,
146 getNodesByID(xctxt, docContext, refval, null, nodeSet, false);
55 getNodesByID(XPathContext xctxt, int docContext, String refval, StringVector usedrefs, NodeSetDTM nodeSet, boolean mayBeMore) argument
/external/deqp/executor/
H A DxeTestCase.cpp319 static void addNodeAndParents (std::set<const TestNode*>& nodeSet, const TestNode* node) argument
323 nodeSet.insert(node);
328 static void addChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) argument
333 nodeSet.insert(child);
336 addChildren(nodeSet, static_cast<const TestGroup*>(child));
340 static void removeChildren (std::set<const TestNode*>& nodeSet, const TestGroup* group) argument
345 nodeSet.erase(child);
348 removeChildren(nodeSet, static_cast<const TestGroup*>(child));
352 static bool hasChildrenInSet (const std::set<const TestNode*>& nodeSet, const TestGroup* group) argument
356 if (nodeSet
362 removeEmptyGroups(std::set<const TestNode*>& nodeSet, const TestGroup* group) argument
[all...]
/external/libxml2/python/
H A Dlibxml.c3493 xmlNodeSetPtr nodeSet; local
3510 nodeSet = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet));
3511 if (nodeSet == NULL) {
3516 nodeSet->nodeNr = 0;
3517 nodeSet->nodeMax = (is_tuple
3520 nodeSet->nodeTab
3521 = (xmlNodePtr *) xmlMalloc (nodeSet->nodeMax
3523 if (nodeSet->nodeTab == NULL) {
3524 xmlFree(nodeSet);
3528 memset(nodeSet
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 567 milliseconds