Home
last modified time | relevance | path

Searched refs:children (Results 1 – 25 of 36) sorted by relevance

12

/Zephyr-Core-3.5.0/scripts/footprint/
Dfpdiff.py60 if not n.children or not n.parent:
67 if not node.children:
73 if not node.children and node.size != 0:
Dsize_report534 def __init__(self, name, identifier, size=0, parent=None, children=None): argument
540 if children:
541 self.children = children
553 for child in node.children:
647 children = [node_no_paths, node_zephyr_base]
650 children.append(node_output_dir)
653 children.append(node_others)
658 children.append(node_workspace)
660 root.children = children
692 if not row.node.children:
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/server/
DTFDServer.cpp191 children.push_back(shared_ptr<TTransport>(new xport(fd))); in acceptImpl()
193 return children.back(); in acceptImpl()
214 for (auto c : children) { in interruptChildren()
219 children.clear(); in interruptChildren()
DTFDServer.h46 std::vector<std::shared_ptr<TTransport>> children; variable
/Zephyr-Core-3.5.0/subsys/emul/
Demul.c37 const struct emul_link_for_bus *const end = cfg->children + cfg->num_children; in emul_init_for_bus()
40 for (elp = cfg->children; elp < end; elp++) { in emul_init_for_bus()
/Zephyr-Core-3.5.0/lib/os/
Drb.c25 return n->children[1]; in get_child()
28 uintptr_t l = (uintptr_t) n->children[0]; in get_child()
38 n->children[1] = val; in set_child()
40 uintptr_t old = (uintptr_t) n->children[0]; in set_child()
43 n->children[0] = (void *) (new | (old & 1UL)); in set_child()
50 return ((uintptr_t)n->children[0]) & 1UL; in get_color()
67 uintptr_t *p = (void *) &n->children[0]; in set_color()
/Zephyr-Core-3.5.0/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dutils.py44 for child in psutil.Process(proc.pid).children(recursive=True):
/Zephyr-Core-3.5.0/scripts/dts/
Dgen_defines.py529 node.children.values()))
533 for child in node.children.values()))
537 for child in node.children.values()))
541 for child in node.children.values()))
545 for child in node.children.values() if child.status == "okay"))
549 for child in node.children.values() if child.status == "okay"))
553 for child in node.children.values() if child.status == "okay"))
557 for child in node.children.values() if child.status == "okay"))
968 for child in node.children.values():
/Zephyr-Core-3.5.0/scripts/west_commands/zspdx/
Dcmakefileapi.py53 self.children = []
74 self.children = []
Dcmakefileapijson.py362 cfgDir.children = []
364 cfgDir.children.append(cfg.directories[childIndex])
378 cfgPrj.children = []
380 cfgPrj.children.append(cfg.projects[childIndex])
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Demul.h51 const struct emul_link_for_bus *children; member
/Zephyr-Core-3.5.0/drivers/spi/
Dspi_emul.c125 .children = emuls_##n, \
/Zephyr-Core-3.5.0/doc/_extensions/zephyr/
Ddomain.py95 siblings_to_move = parent.children[index + 1 :]
102 new_section.extend(node.children)
/Zephyr-Core-3.5.0/include/zephyr/sys/
Drb.h60 struct rbnode *children[2]; member
/Zephyr-Core-3.5.0/drivers/i2c/
Di2c_emul.c150 .children = emuls_##n, \
/Zephyr-Core-3.5.0/scripts/west_commands/
Dsign.py381 if 'partitions' not in flash.children:
385 partitions = flash.children['partitions']
387 label: node for node in partitions.children.values()
/Zephyr-Core-3.5.0/doc/services/pm/
Dpower_domain.rst101 /* notify children domain is now powered */
105 /* notify children domain is going down */
Ddevice_runtime.rst85 efficient to keep parent devices active when their children are used, since
86 the children may perform multiple transactions in a short period of time.
/Zephyr-Core-3.5.0/drivers/espi/
Despi_emul.c238 .children = emuls_##n, \
/Zephyr-Core-3.5.0/doc/build/kconfig/
Dmenuconfig.rst119 works if the symbol has no children, as double-clicking a symbol with
120 children open/closes its menu instead).
Dtips.rst523 that depend on ``FOO``, then those symbols become children of ``FOO``. If
524 ``FOO`` is defined with ``config FOO``, then the children are shown indented
526 children in a separate menu rooted at ``FOO``.
586 Note that making a symbol without children a ``menuconfig`` is meaningless. It
587 should be avoided, because it looks identical to a symbol with all children
592 [*] I have no children ----
593 [*] All my children are invisible ----
/Zephyr-Core-3.5.0/modules/openthread/
DKconfig.thread63 int "The maximum number of children"
/Zephyr-Core-3.5.0/scripts/build/
Dcheck_init_priorities.py294 for child in dev.children.values():
Dcheck_init_priorities_test.py407 dev.children.values.return_value = [c0, c1, c2]
/Zephyr-Core-3.5.0/scripts/dts/python-devicetree/tests/
Dtest_edtlib.py239 assert str(edt.get_node("/parent").children) == \
242 assert edt.get_node("/parent/child-1").children == {}

12