Home
last modified time | relevance | path

Searched refs:nodelist (Results 1 – 6 of 6) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh163 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/
Dminidom-example.py21 def getText(nodelist): argument
23 for node in nodelist:
/third_party/python/Tools/scripts/
Dtexi2html.py1714 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/
Dtest_minidom.py431 nodelist = doc.getElementsByTagNameNS(nsuri, lname)
432 self.confirm(len(nodelist) == 0)
/third_party/python/Doc/library/
Dxml.dom.rst170 | :class:`NodeList` | :ref:`dom-nodelist-objects` | Interface for a sequence of …
401 .. _dom-nodelist-objects:
/third_party/chromium/patch/
D0001-cve.patch92194 - need to compare nodelist still ...