Home
last modified time | relevance | path

Searched refs:nodelist (Results 1 – 16 of 16) 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/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*, %node_t** %nodelist.upgrd.1 ; <%node_t*> [#uses=2]
/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/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.c575 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 …]
DHOWTO1058 <mode>[:<nodelist>]
/external/guice/lib/build/
Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd ...
/external/libxml2/
DChangeLog17599 need to compare nodelist still ...