Home
last modified time | relevance | path

Searched refs:nodelist (Results 1 – 22 of 22) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
DRSSFeedUpdateEntryTask.java215 NodeList nodelist = getNodeList(document, xpath); in findAndReplace() local
217 if (nodelist != null && nodelist.getLength()>0) { in findAndReplace()
218 for (int i=0; i<nodelist.getLength(); i++) { in findAndReplace()
219 Node node = (Node)nodelist.item(i); in findAndReplace()
223 aNode = (Attr)nodelist.item(i); in findAndReplace()
228 aNode = (Element)nodelist.item(i); in findAndReplace()
233 aNode = (Text)nodelist.item(i); in findAndReplace()
278 NodeList nodelist = getNodeList(document, xpath.substring(0, xpath.lastIndexOf("/"))); in getParentNode() local
279 if (nodelist !=null && nodelist.getLength()>0) in getParentNode()
281 for (int i=0; i<nodelist.getLength(); i++) { in getParentNode()
[all …]
/external/chromium_org/third_party/libxslt/libexslt/
Dsaxon.c209 xmlNodeSetPtr nodelist; in exsltSaxonLineNumberFunction() local
220 nodelist = obj->nodesetval; in exsltSaxonLineNumberFunction()
221 if ((nodelist == NULL) || (nodelist->nodeNr <= 0)) { in exsltSaxonLineNumberFunction()
226 cur = nodelist->nodeTab[0]; in exsltSaxonLineNumberFunction()
227 for (i = 1;i < nodelist->nodeNr;i++) { in exsltSaxonLineNumberFunction()
228 int ret = xmlXPathCmpNodes(cur, nodelist->nodeTab[i]); in exsltSaxonLineNumberFunction()
230 cur = nodelist->nodeTab[i]; in exsltSaxonLineNumberFunction()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSet.java89 public NodeSet(NodeList nodelist) in NodeSet() argument
94 addNodes(nodelist); in NodeSet()
103 public NodeSet(NodeSet nodelist) in NodeSet() argument
108 addNodes((NodeIterator) nodelist); in NodeSet()
431 public void addNodes(NodeList nodelist) in addNodes() argument
437 if (null != nodelist) // defensive to fix a bug that Sanjiva reported. in addNodes()
439 int nChildren = nodelist.getLength(); in addNodes()
443 Node obj = nodelist.item(i); in addNodes()
516 public void addNodesInDocOrder(NodeList nodelist, XPathContext support) in addNodesInDocOrder() argument
522 int nChildren = nodelist.getLength(); in addNodesInDocOrder()
[all …]
DNodeSetDTM.java108 public NodeSetDTM(NodeSetDTM nodelist) in NodeSetDTM() argument
112 m_manager = nodelist.getDTMManager(); in NodeSetDTM()
113 m_root = nodelist.getRoot(); in NodeSetDTM()
115 addNodes((DTMIterator) nodelist); in NodeSetDTM()
DXPathAPI.java170 return list.nodelist(); in selectNodeList()
DCachedXPathAPI.java225 return list.nodelist(); in selectNodeList()
/external/llvm/test/Transforms/ADCE/
D2002-05-23-ZeroArgPHITest.ll11 define void @localize_local(%node_t* %nodelist) {
13 %nodelist.upgrd.1 = alloca %node_t* ; <%node_t**> [#uses=2]
14 store %node_t* %nodelist, %node_t** %nodelist.upgrd.1
18 %reg107 = load %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2]
/external/chromium_org/third_party/libxslt/libxslt/
Dfunctions.c402 xmlNodeSetPtr nodelist = NULL; in xsltKeyFunction() local
524 nodelist = xsltGetKey(tctxt, key, keyURI, value); in xsltKeyFunction()
529 xmlXPathNodeSetMerge(NULL, nodelist))); in xsltKeyFunction()
665 xmlNodeSetPtr nodelist; in xsltGenerateIdFunction() local
675 nodelist = obj->nodesetval; in xsltGenerateIdFunction()
676 if ((nodelist == NULL) || (nodelist->nodeNr <= 0)) { in xsltGenerateIdFunction()
681 cur = nodelist->nodeTab[0]; in xsltGenerateIdFunction()
682 for (i = 1;i < nodelist->nodeNr;i++) { in xsltGenerateIdFunction()
683 ret = xmlXPathCmpNodes(cur, nodelist->nodeTab[i]); in xsltGenerateIdFunction()
685 cur = nodelist->nodeTab[i]; in xsltGenerateIdFunction()
/external/chromium_org/ppapi/generators/
Didl_c_header.py44 nodelist = self.struct_map.get(typeref.GetName(), [])
45 nodelist.append(node)
46 self.struct_map[typeref.GetName()] = nodelist
51 nodelist = self.struct_map.get(typeref.GetName(), [])
52 nodelist.append(node)
53 self.interface_map[typeref.GetName()] = nodelist
Didl_parser.py1060 nodelist = filenode.GetChildren()
1079 for node in nodelist:
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXNodeSetForDOM.java120 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSetForDOM
123 ? (NodeList)m_origObj : super.nodelist(); in nodelist()
DXNodeSet.java344 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSet
346 org.apache.xml.dtm.ref.DTMNodeList nodelist = new org.apache.xml.dtm.ref.DTMNodeList(this); in nodelist() local
351 XNodeSet clone = (XNodeSet)nodelist.getDTMIterator(); in nodelist()
353 return nodelist; in nodelist()
DXObject.java452 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XObject
/external/chromium_org/chrome/browser/resources/
Dabout_stats.js41 function filterMatching(text, nodelist, functionToGetNameNode) { argument
43 for (var i = 0, node; node = nodelist[i]; i++) {
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DJAXPExtensionsProvider.java137 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction()
188 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction()
DXPathExpressionImpl.java357 return resultObject.nodelist(); in getResultAsType()
DXPathImpl.java329 return resultObject.nodelist(); in getResultAsType()
/external/fio/
Doptions.c586 char *nodelist; in str_numa_mpol_cb() local
592 nodelist = strchr(input, ':'); in str_numa_mpol_cb()
593 if (nodelist) { in str_numa_mpol_cb()
595 *nodelist++ = '\0'; in str_numa_mpol_cb()
614 if (nodelist) { in str_numa_mpol_cb()
615 char *rest = nodelist; in str_numa_mpol_cb()
631 if (!nodelist) in str_numa_mpol_cb()
632 nodelist = strdup("all"); in str_numa_mpol_cb()
639 if (nodelist) { in str_numa_mpol_cb()
648 if (!nodelist) { in str_numa_mpol_cb()
[all …]
DHOWTO967 <mode>[:<nodelist>]
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
Dqunit.js1236 nodelist: array, property
/external/chromium_org/third_party/qunit/src/
Dqunit.js2040 nodelist: array, property
/external/chromium_org/third_party/libxml/src/
DChangeLog17599 need to compare nodelist still ...