Home
last modified time | relevance | path

Searched refs:top (Results 1 – 14 of 14) sorted by relevance

/scripts/dts/python-devicetree/tests/test-bindings-init/
A Ddiamond.yaml3 # 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.
A Dbase_multi.yaml16 # From top-level "include:" element.
26 # From top-level "include:" element.
68 # Amend top-level "include:" element.
90 # Amend above top-level "include:" element.
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dinclude-invalid-type.yaml2 Invalid include: wrong top level type.
/scripts/ci/
A DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
A Dpylintrc114 relative-beyond-top-level,
/scripts/dts/python-devicetree/tests/test-bindings/
A Dchild-binding.yaml5 compatible: "top-binding"
A Dchild-binding-with-compat.yaml5 compatible: "top-binding-with-compat"
/scripts/
A Drequirements-extras.txt24 # used by scripts/release/bug_bash.py for generating top ten bug squashers
/scripts/dts/python-devicetree/tests/
A Dtest_edtlib.py598 top = edtlib.Binding(binding_file, {})
599 child = top.child_binding
600 assert Path(top.path) == binding_file
602 assert top.compatible == 'top-binding'
607 top = edtlib.Binding(binding_file, {})
608 child = top.child_binding
609 assert Path(top.path) == binding_file
611 assert top.compatible == 'top-binding-with-compat'
A Dtest.dts519 compatible = "top-binding";
/scripts/schemas/
A Dpatch-schema.yml99 # The top-level schema for patches.yml files
/scripts/west_commands/completion/
A Dwest-completion.zsh21 'topdir[print the top level directory of the workspace]'
174 '--path[print the path to the top level manifest file]'
A Dwest-completion.fish168 "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…
/scripts/kconfig/
A Dguiconfig.py777 def _add_to_tree(node, top): argument
783 _tree.move(id(node), "" if parent is top else id(parent), "end")

Completed in 26 milliseconds