Searched refs:top (Results 1 – 14 of 14) sorted by relevance
3 # Binding file for testing diamond inheritance (top-bottom).25 # Diamond's top:38 # Diamond's top:51 # Diamond's top:55 description: Diamond's top.
16 # From top-level "include:" element.26 # From top-level "include:" element.68 # Amend top-level "include:" element.90 # Amend above top-level "include:" element.
2 Invalid include: wrong top level type.
1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
114 relative-beyond-top-level,
5 compatible: "top-binding"
5 compatible: "top-binding-with-compat"
24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
598 top = edtlib.Binding(binding_file, {})599 child = top.child_binding600 assert Path(top.path) == binding_file602 assert top.compatible == 'top-binding'607 top = edtlib.Binding(binding_file, {})608 child = top.child_binding609 assert Path(top.path) == binding_file611 assert top.compatible == 'top-binding-with-compat'
519 compatible = "top-binding";
99 # The top-level schema for patches.yml files
21 'topdir[print the top level directory of the workspace]'174 '--path[print the path to the top level manifest file]'
168 "topdir" "print the top level directory of the workspace" \377 …phyr_west_seen_subcommand_from manifest" -l path -d "print the path to the top level manifest file"407 complete -c west -n __zephyr_west_use_subcommand -a topdir -d "print the top level directory of the…
777 def _add_to_tree(node, top): argument783 _tree.move(id(node), "" if parent is top else id(parent), "end")
Completed in 26 milliseconds