Home
last modified time | relevance | path

Searched refs:tree (Results 1 – 13 of 13) sorted by relevance

/scripts/kconfig/
A Dguiconfig.py577 insert = tree.insert
585 return frame, tree
901 tree = event.widget
923 tree = event.widget
932 tree = event.widget
933 sel = tree.focus()
951 tree = event.widget
952 sel = tree.focus()
1592 def _select(tree, item): argument
1596 tree.focus(item)
[all …]
/scripts/ci/
A DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
/scripts/checkpatch/
A Ddo_checkpatch.sh16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
/scripts/
A Drequirements-extras.txt3 # used by twister for --test-tree option
A Dtags.sh204 tree="${ZEPHYR_BASE}/"
A Dcheckpatch.pl26 my $tree = 1;
208 'tree!' => \$tree,
332 if ($tree) {
915 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
927 …return 1 if (!$tree || which("python") eq "" || !(-e "$root/scripts/spdxcheck.py") || !(-e "$root/…
2553 if (!$file && $tree && $p1_prefix ne '' &&
2936 if ($tree && $in_commit_log) {
5259 if ($tree && $rawline =~ m{^.\s*\#\s*include\s*\<asm\/(.*)\.h\>}) {
/scripts/west_commands/
A DREADME.txt2 tightly coupled to the zephyr tree. This includes the build, flash,
/scripts/generate_usb_vif/
A Dgenerate_vif.py276 tree = ET.ElementTree(xml_root)
277 tree.write(args.vif_out, xml_declaration=True,
/scripts/ci/es_upload/
A DREADME.md90 [Kernel Timer Behavior](https://github.com/zephyrproject-rtos/zephyr/tree/main/tests/kernel/timer/t…
114 [Kernel Latency Benchmarks](https://github.com/zephyrproject-rtos/zephyr/tree/main/tests/benchmarks…
/scripts/tests/twister_blackbox/
A Dtest_report.py163 tree = etree.parse(path)
164 xml_text = etree.tostring(tree.getroot(), encoding="unicode")
/scripts/pylib/twister/twisterlib/
A Dharness.py595 tree = ET.parse(report)
596 root = tree.getroot()
/scripts/west_commands/completion/
A Dwest-completion.zsh347 'clean[clean working tree of binary blobs]'
A Dwest-completion.fish288 set -l manifest_hash (git --work-tree "$manifest_dir" log -1 --pretty=format:'%H' 2> /dev/null)
502 …"list\t'list binary blobs' fetch\t'fetch binary blobs' clean\t'clean working tree of binary blobs'"

Completed in 39 milliseconds