Searched refs:exclude (Results 1 – 25 of 26) sorted by relevance
12
| /Zephyr-latest/scripts/west_commands/completion/ |
| D | west-completion.bash | 64 local exclude i j first 66 exclude="${1//[^$COMP_WORDBREAKS]}" 68 if [ -z "$exclude" ]; then 82 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 111 local exclude cur_ words_ cword_ 113 exclude=$2 116 __west_reassemble_comp_words_by_ref "$exclude" 1103 --platform|-p|--exclude-platform|-P|--coverage-platform)
|
| D | west-completion.zsh | 60 # (: * -) as exclusion list means exclude everything else
|
| D | west-completion.fish | 15 # exclude the caller if one of the arguments is present in the command line
|
| /Zephyr-latest/scripts/ci/es_upload/ |
| D | README.md | 45 exclude excess data, extract substrings by regular expressions, change data structure 49 * `--exclude` removes excess testsuite properties not needed to store them 104 --exclude path run_id \ 129 --exclude path run_id \ 151 --exclude path run_id \
|
| /Zephyr-latest/doc/_extensions/zephyr/ |
| D | gh_utils.py | 79 for exclude in app.config.gh_link_exclude: 80 if re.match(exclude, pagename):
|
| /Zephyr-latest/scripts/ci/ |
| D | test_plan.py | 337 tag.exclude = True 354 t.exclude = False 358 if t.exclude:
|
| D | upload_test_results_es.py | 170 for excl_item in args.exclude:
|
| /Zephyr-latest/subsys/storage/stream/ |
| D | Kconfig | 46 This is used in stream flash code to exclude invocation of erase on devices that do not
|
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ |
| D | hardwaremap.py | 121 exclude = ['_available', '_counter', '_failures', 'match'] 124 if k not in exclude and v[k]:
|
| /Zephyr-latest/arch/arm/core/ |
| D | Kconfig | 227 Secure state, as well as to exclude code that is designed to 251 Non-Secure state only, as well as to exclude code that is
|
| /Zephyr-latest/arch/arc/ |
| D | Kconfig | 320 secure mode, as well as to exclude code that is designed to 339 normal mode only, as well as to exclude code that is
|
| /Zephyr-latest/scripts/ |
| D | checkpatch.pl | 52 my @exclude = (); 219 'exclude=s' => \@exclude, 2566 foreach (@exclude) {
|
| D | spelling.txt | 647 exlcude||exclude
|
| /Zephyr-latest/doc/develop/getting_started/ |
| D | index.rst | 635 search the archives. Unnecessary screenshots exclude vision impaired
|
| /Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/ |
| D | tippy-bundle.umd.min.js | 6 …v(e,"click",d)}(t)})),l},F.hideAll=function(t){var e=void 0===t?{}:t,n=e.exclude,r=e.duration;_.fo…
|
| /Zephyr-latest/doc/releases/ |
| D | migration-guide-3.6.rst | 563 ``const struct igmp_param *param``. This allows IGMPv3 to exclude/include certain groups of
|
| D | release-notes-3.5.rst | 419 be used to include a snippet when a test is ran (and exclude any boards from
|
| D | release-notes-3.2.rst | 1638 * Added option to exclude non-secure TF-M application from build.
|
| D | release-notes-1.14.rst | 1310 * :github:`14492` - doc: update robots.txt to exclude more old docs
|
| /Zephyr-latest/doc/develop/test/ |
| D | twister.rst | 640 - --exclude tag 1521 To exclude a platform, use the following syntax:
|
| /Zephyr-latest/doc/develop/west/ |
| D | manifest.rst | 1676 names to exclude rather than include. 1678 paths to exclude rather than include.
|
| /Zephyr-latest/ |
| D | Kconfig.zephyr | 884 starting with "!", to exclude sections matched by a preceding pattern.
|
| D | .ruff-excludes.toml | 1431 exclude = [
|
| /Zephyr-latest/doc/ |
| D | zephyr.doxyfile.in | 1035 # excluded from the INPUT source files. This way you can easily exclude a 1052 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 1056 # exclude all test directories for example use the pattern */test/*
|
| /Zephyr-latest/doc/contribute/coding_guidelines/ |
| D | index.rst | 1084 conditionally exclude fields within structure definitions to avoid wasting
|
12