Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash64 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)
Dwest-completion.zsh60 # (: * -) as exclusion list means exclude everything else
Dwest-completion.fish15 # exclude the caller if one of the arguments is present in the command line
/Zephyr-latest/scripts/ci/es_upload/
DREADME.md45 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/
Dgh_utils.py79 for exclude in app.config.gh_link_exclude:
80 if re.match(exclude, pagename):
/Zephyr-latest/scripts/ci/
Dtest_plan.py337 tag.exclude = True
354 t.exclude = False
358 if t.exclude:
Dupload_test_results_es.py170 for excl_item in args.exclude:
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dhardwaremap.py121 exclude = ['_available', '_counter', '_failures', 'match']
124 if k not in exclude and v[k]:
/Zephyr-latest/arch/arm/core/
DKconfig227 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/
DKconfig320 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/doc/develop/getting_started/
Dindex.rst600 search the archives. Unnecessary screenshots exclude vision impaired
/Zephyr-latest/scripts/
Dcheckpatch.pl52 my @exclude = ();
219 'exclude=s' => \@exclude,
2563 foreach (@exclude) {
Dspelling.txt647 exlcude||exclude
/Zephyr-latest/doc/_extensions/zephyr/doxytooltip/static/tippy/
Dtippy-bundle.umd.min.js6 …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/develop/test/
Dtwister.rst780 - --exclude tag
1384 To exclude a platform, use the following syntax:
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst563 ``const struct igmp_param *param``. This allows IGMPv3 to exclude/include certain groups of
Drelease-notes-3.5.rst419 be used to include a snippet when a test is ran (and exclude any boards from
Drelease-notes-3.2.rst1638 * Added option to exclude non-secure TF-M application from build.
Drelease-notes-1.14.rst1310 * :github:`14492` - doc: update robots.txt to exclude more old docs
/Zephyr-latest/doc/develop/west/
Dmanifest.rst1676 names to exclude rather than include.
1678 paths to exclude rather than include.
/Zephyr-latest/
DKconfig.zephyr877 starting with "!", to exclude sections matched by a preceding pattern.
D.ruff-excludes.toml1443 exclude = [
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1034 # excluded from the INPUT source files. This way you can easily exclude a
1051 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
1055 # exclude all test directories for example use the pattern */test/*
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1125 conditionally exclude fields within structure definitions to avoid wasting
/Zephyr-latest/cmake/modules/
Dextensions.cmake5878 # expressions that will be used to exclude flags from the input list.