Searched refs:here (Results 1 – 10 of 10) sorted by relevance
/scripts/west_commands/ |
A D | run_tests.py | 27 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 D | README.txt | 5 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 D | snippet-schema.yml | 28 Snippet-wide appending can be done here: 36 Board-specific appending can be done here:
|
/scripts/dts/python-devicetree/tests/test-bindings-include/ |
A D | include-invalid-type.yaml | 5 a-map-is-not-allowed-here: 3
|
/scripts/dts/python-devicetree/tests/test-bindings-init/ |
A D | diamond.yaml | 26 # - prop-enum (last amended here) 39 # - child-prop-enum (last amended here) 52 # - grandchild-prop-enum (last amended here)
|
/scripts/ |
A D | checkpatch.pl | 1758 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 D | README.txt | 18 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 D | returnvar.cocci | 67 cocci.print_sec("return " + C + " here", p2)
|
/scripts/dts/python-devicetree/tests/ |
A D | test_dtlib.py | 102 here = os.getcwd() 107 os.chdir(here)
|
A D | test.dts | 153 // common code with GPIO. Might as well test it here.
|
Completed in 47 milliseconds