Home
last modified time | relevance | path

Searched refs:last_child (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dusb.c346 int has_child, last_child; local
376 last_child = device_is_last_sibling(dev->dev);
379 last_child = 1;
389 last_child = 0;
398 if (last_child && index)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py262 last_child = self._last_descendant()
263 next_element = last_child.next_element
271 last_child.next_element = None
286 last_child = self.next_sibling.previous_element
288 last_child = self
289 while isinstance(last_child, Tag) and last_child.contents:
290 last_child = last_child.contents[-1]
291 if not accept_self and last_child is self:
292 last_child = None
293 return last_child
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py295 last_child = to_append[-1]
296 last_child.next_element = new_parents_last_descendant_next_element
298 new_parents_last_descendant_next_element.previous_element = last_child
299 last_child.next_sibling = None
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_htb.c1252 int last_child = 0; in htb_delete() local
1265 last_child = 1; in htb_delete()
1285 if (last_child) in htb_delete()
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1150 last_child = None
1156 last_child = child
1162 if not last_child:
1170 self.view.setCurrentIndex(last_child)
1171 parent = last_child