Home
last modified time | relevance | path

Searched refs:here (Results 1 – 10 of 10) sorted by relevance

/scripts/west_commands/
A Drun_tests.py27 here = os.path.abspath(os.path.dirname(__file__)) variable
36 subprocess.run(mypy, check=True, cwd=here)
40 subprocess.run(pytest, check=True, cwd=here)
A DREADME.txt5 Before adding more here, consider whether you might want to put new
7 on the multi-repo need to be in upstream west, not here. Try to limit
8 what goes in here to Zephyr-specific features.
/scripts/schemas/
A Dsnippet-schema.yml28 Snippet-wide appending can be done here:
36 Board-specific appending can be done here:
/scripts/dts/python-devicetree/tests/test-bindings-include/
A Dinclude-invalid-type.yaml5 a-map-is-not-allowed-here: 3
/scripts/dts/python-devicetree/tests/test-bindings-init/
A Ddiamond.yaml26 # - prop-enum (last amended here)
39 # - child-prop-enum (last amended here)
52 # - grandchild-prop-enum (last amended here)
/scripts/
A Dcheckpatch.pl1758 my ($linenr, $cnt, $here) = @_;
1760 my $herectx = $here . "\n";
2361 my $here = '';
2537 $here = "#$linenr: " if (!$file);
2538 $here = "#$realline: " if ($file);
2615 my $hereline = "$here\n$rawline\n";
2616 my $herecurr = "$here\n$rawline\n";
2646 my $permhere = $here . "FILE: $realfile\n";
4926 $herectx = $here . "\n";
5494 my $herectx = $here . "\n";
[all …]
/scripts/dts/
A DREADME.txt18 The 'python-devicetree' subdirectory you find here next to this
22 For now, the 'main' copy will continue to be hosted here in the zephyr
/scripts/coccinelle/
A Dreturnvar.cocci67 cocci.print_sec("return " + C + " here", p2)
/scripts/dts/python-devicetree/tests/
A Dtest_dtlib.py102 here = os.getcwd()
107 os.chdir(here)
A Dtest.dts153 // common code with GPIO. Might as well test it here.

Completed in 47 milliseconds