Searched refs:nodelist (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
D | cpuset_memory_spread_testset.sh | 163 local nodelist="`echo $1 | sed -e 's/,/ /g'`" 166 for i in $nodelist 175 nodelist=" "$nodelist" " 178 for i in $nodelist
|
/third_party/python/Doc/includes/ |
D | minidom-example.py | 21 def getText(nodelist): argument 23 for node in nodelist:
|
/third_party/python/Tools/scripts/ |
D | texi2html.py | 1714 self.nodelist = [] 1730 self.nodeindex[name] = len(self.nodelist) 1731 self.nodelist.append(node) 1767 (topname,topnext,topprev,topup,topfile) = self.nodelist[0] 1852 if self.nodelist: 1853 nodename, dummy, dummy, dummy, dummy = self.nodelist[0] 1857 for node in self.nodelist: 1902 return self.nodelist[index]
|
/third_party/python/Lib/test/ |
D | test_minidom.py | 431 nodelist = doc.getElementsByTagNameNS(nsuri, lname) 432 self.confirm(len(nodelist) == 0)
|
/third_party/python/Doc/library/ |
D | xml.dom.rst | 170 | :class:`NodeList` | :ref:`dom-nodelist-objects` | Interface for a sequence of … 401 .. _dom-nodelist-objects:
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 92194 - need to compare nodelist still ...
|