/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/ |
D | RSSFeedUpdateEntryTask.java | 215 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/ |
D | saxon.c | 209 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/ |
D | NodeSet.java | 89 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 …]
|
D | NodeSetDTM.java | 108 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()
|
D | XPathAPI.java | 170 return list.nodelist(); in selectNodeList()
|
D | CachedXPathAPI.java | 225 return list.nodelist(); in selectNodeList()
|
/external/llvm/test/Transforms/ADCE/ |
D | 2002-05-23-ZeroArgPHITest.ll | 11 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/ |
D | functions.c | 402 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/ |
D | idl_c_header.py | 44 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
|
D | idl_parser.py | 1060 nodelist = filenode.GetChildren() 1079 for node in nodelist:
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 120 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XNodeSetForDOM 123 ? (NodeList)m_origObj : super.nodelist(); in nodelist()
|
D | XNodeSet.java | 344 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()
|
D | XObject.java | 452 public NodeList nodelist() throws javax.xml.transform.TransformerException in nodelist() method in XObject
|
/external/chromium_org/chrome/browser/resources/ |
D | about_stats.js | 41 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/ |
D | JAXPExtensionsProvider.java | 137 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction() 188 argList.add ( i, ((XNodeSet)argument).nodelist() ); in extFunction()
|
D | XPathExpressionImpl.java | 357 return resultObject.nodelist(); in getResultAsType()
|
D | XPathImpl.java | 329 return resultObject.nodelist(); in getResultAsType()
|
/external/fio/ |
D | options.c | 586 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 …]
|
D | HOWTO | 967 <mode>[:<nodelist>]
|
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/ |
D | qunit.js | 1236 nodelist: array, property
|
/external/chromium_org/third_party/qunit/src/ |
D | qunit.js | 2040 nodelist: array, property
|
/external/chromium_org/third_party/libxml/src/ |
D | ChangeLog | 17599 need to compare nodelist still ...
|