Searched refs:nodeset (Results 1 – 13 of 13) sorted by relevance
/external/libxml2/doc/tutorial/ |
D | includexpath.c | 48 xmlNodeSetPtr nodeset; 62 nodeset = result->nodesetval; 63 for (i=0; i < nodeset->nodeNr; i++) { 64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
|
/external/tensorflow/tensorflow/core/platform/default/ |
D | port.cc | 264 numa_node->nodeset, HWLOC_MEMBIND_BIND, in NUMAMalloc() 288 hwloc_nodeset_t nodeset = hwloc_bitmap_alloc(); in NUMAGetMemAffinity() local 289 if (!hwloc_get_area_memlocation(hwloc_topology_handle, addr, 4, nodeset, in NUMAGetMemAffinity() 294 if (hwloc_bitmap_isincluded(nodeset, obj->nodeset)) { in NUMAGetMemAffinity() 299 hwloc_bitmap_free(nodeset); in NUMAGetMemAffinity()
|
/external/curl/docs/examples/ |
D | crawler.c | 113 xmlNodeSetPtr nodeset = result->nodesetval; in follow_links() local 114 if(xmlXPathNodeSetIsEmpty(nodeset)) { in follow_links() 120 for(i = 0; i < nodeset->nodeNr; i++) { in follow_links() 122 int x = r * nodeset->nodeNr / RAND_MAX; in follow_links() 123 const xmlNode *node = nodeset->nodeTab[x]->xmlChildrenNode; in follow_links()
|
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
D | XNodeSetForDOM.java | 107 public NodeIterator nodeset() throws javax.xml.transform.TransformerException in nodeset() method in XNodeSetForDOM 110 ? (NodeIterator)m_origObj : super.nodeset(); in nodeset()
|
D | XObject.java | 436 public NodeIterator nodeset() throws javax.xml.transform.TransformerException in nodeset() method in XObject
|
D | XNodeSet.java | 332 public NodeIterator nodeset() throws javax.xml.transform.TransformerException in nodeset() method in XNodeSet
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | Expression.java | 283 XNodeSet nodeset = (XNodeSet)execute(xctxt); in asIteratorRaw() local 284 return nodeset.iterRaw(); in asIteratorRaw()
|
D | XPathAPI.java | 131 return list.nodeset(); in selectNodeIterator()
|
D | CachedXPathAPI.java | 186 return list.nodeset(); in selectNodeIterator()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathExpressionImpl.java | 361 NodeIterator ni = resultObject.nodeset(); in getResultAsType()
|
D | XPathImpl.java | 333 NodeIterator ni = resultObject.nodeset(); in getResultAsType()
|
/external/libxml2/ |
D | ChangeLog | 3707 return TRUE if a nodeset with a numeric value of NaN is compared 6772 empty nodeset (bug 143409) 7977 nodeset to prevent crash. Further work required. 8483 * xpath.c: fixed bug 126976 (string != empty nodeset 13764 * xpath.c: fixed a bug in the nodeset to boolean comparison code 16590 * xpath.h: two nodeset access macros from Thomas Broyer 17011 * xpath.c: Bill Brack pointer an error in detecting a null nodeset
|
D | NEWS | 67 Simplify and harden nodeset filtering (Nick Wellnhofer),
|