Searched refs:last_child (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/cmd/ |
H A D | usb.c | 345 int has_child, last_child; local 375 last_child = device_is_last_sibling(dev->dev); 378 last_child = 1; 388 last_child = 0; 397 if (last_child && index)
|
/openbmc/openbmc/poky/bitbake/lib/bs4/builder/ |
H A D | _html5lib.py | 295 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
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 262 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
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_bind.py | 8 def in_tree(response, name, uclass, drv, depth, last_child): argument 11 if not last_child:
|
/openbmc/linux/net/sched/ |
H A D | sch_htb.c | 1539 bool last_child, bool destroying, in htb_destroy_class_offload() argument 1572 .command = !last_child ? TC_HTB_LEAF_DEL : in htb_destroy_class_offload() 1587 if (last_child) in htb_destroy_class_offload() 1644 bool last_child; in htb_destroy() local 1658 last_child = htb_parent_last_child(cl); in htb_destroy() 1659 htb_destroy_class_offload(sch, cl, last_child, in htb_destroy() 1665 if (last_child) in htb_destroy() 1696 int last_child = 0; in htb_delete() local 1709 last_child = 1; in htb_delete() 1718 if (last_child) { in htb_delete() [all …]
|
/openbmc/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1151 last_child = None 1157 last_child = child 1163 if not last_child: 1171 self.view.setCurrentIndex(last_child) 1172 parent = last_child
|