Searched refs:tree (Results 1 – 13 of 13) sorted by relevance
577 insert = tree.insert585 return frame, tree901 tree = event.widget923 tree = event.widget932 tree = event.widget933 sel = tree.focus()951 tree = event.widget952 sel = tree.focus()1592 def _select(tree, item): argument1596 tree.focus(item)[all …]
1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
3 # used by twister for --test-tree option
204 tree="${ZEPHYR_BASE}/"
26 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\>}) {
2 tightly coupled to the zephyr tree. This includes the build, flash,
276 tree = ET.ElementTree(xml_root)277 tree.write(args.vif_out, xml_declaration=True,
90 [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…
163 tree = etree.parse(path)164 xml_text = etree.tostring(tree.getroot(), encoding="unicode")
595 tree = ET.parse(report)596 root = tree.getroot()
347 'clean[clean working tree of binary blobs]'
288 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