/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/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*, %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2]
|
/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/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 | 575 char *nodelist; in str_numa_mpol_cb() local 581 nodelist = strchr(input, ':'); in str_numa_mpol_cb() 582 if (nodelist) { in str_numa_mpol_cb() 584 *nodelist++ = '\0'; in str_numa_mpol_cb() 603 if (nodelist) { in str_numa_mpol_cb() 604 char *rest = nodelist; in str_numa_mpol_cb() 620 if (!nodelist) in str_numa_mpol_cb() 621 nodelist = strdup("all"); in str_numa_mpol_cb() 628 if (nodelist) { in str_numa_mpol_cb() 637 if (!nodelist) { in str_numa_mpol_cb() [all …]
|
D | HOWTO | 1058 <mode>[:<nodelist>]
|
/external/guice/lib/build/ |
D | bnd-0.0.384.jar | META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
... |
/external/libxml2/ |
D | ChangeLog | 17599 need to compare nodelist still ...
|