Home
last modified time | relevance | path

Searched refs:summary (Results 1 – 18 of 18) sorted by relevance

/Zephyr-Core-2.7.6/scripts/checkpatch/
Dmaintainer-checkpatch.bash36 declare summary=n
73 s) summary=y ;;
97 if [ ${summary} = y ]; then
Ddo_checkpatch.sh16 …${ZEPHYR_BASE}/scripts/checkpatch.pl --mailback --no-tree -f --emacs --summary-file --show-types -…
/Zephyr-Core-2.7.6/
D.checkpatch.conf2 --summary-file
DREADME.rst51 Here's a quick summary of resources to help you find your way around:
/Zephyr-Core-2.7.6/doc/_doxygen/
Dmainpage.md11 information about the project and becoming a member, and this [summary
/Zephyr-Core-2.7.6/samples/tfm_integration/tfm_regression_test/
DREADME.rst63 *** Secure test suites summary ***
106 *** Non-secure test suites summary ***
/Zephyr-Core-2.7.6/.github/ISSUE_TEMPLATE/
Drfc-proposal.md21 A brief summary of the proposed change - the 10,000 ft view on what it will
/Zephyr-Core-2.7.6/samples/modules/tflite-micro/magic_wand/train/
Dtrain.py42 print(model.summary())
/Zephyr-Core-2.7.6/doc/reference/networking/
Dcoap.rst201 Test execution summary: 10 test cases were executed. Overall verdict: pass
/Zephyr-Core-2.7.6/doc/contribute/
Dindex.rst593 does and why it's needed. A change summary of ``"Fixes stuff"`` will be rejected.
596 An empty change summary body is not permitted. Even for trivial changes, please
597 include a summary body in the commit message.
714 Once you click on the link you will be taken to the ``Github actions`` summary
/Zephyr-Core-2.7.6/doc/development_process/
Dproposals.rst133 The project roadmap should serve as a high-level, visual summary of the
/Zephyr-Core-2.7.6/doc/guides/west/
Dbuilt-in.rst258 Finally, here is a summary of other built-in commands.
/Zephyr-Core-2.7.6/scripts/
Dtwister1259 suite.summary(results, options.disable_unrecognized_section_test)
Dcheckpatch.pl38 my $summary = 1;
227 'summary!' => \$summary,
6859 if ($summary && !($clean == 1 && $quiet == 1)) {
/Zephyr-Core-2.7.6/doc/guides/build/kconfig/
Dtips.rst309 In summary, here are some recommended practices for ``select``:
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-1.13.rst320 * :github:`9646` - sanitycheck: crashes after test execution summary report are not caught
/Zephyr-Core-2.7.6/doc/contribute/coding_guidelines/
Dindex.rst40 The subset is listed in the table below with a summary of the rules, its
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py2778 def summary(self, results, unrecognized_sections): member in TestSuite