Searched refs:variable (Results 1 – 13 of 13) sorted by relevance
/scripts/ |
A D | snippets.py | 54 def append_value(variable, value): argument 60 if variable in ('DTS_EXTRA_CPPFLAGS'): 64 for variable, value in snippet_data.get('append', {}).items(): 65 if (sysbuild is True and variable[0:3] == 'SB_') or \ 66 (sysbuild is False and variable[0:3] != 'SB_'): 67 self.appends[variable].append(append_value(variable, value)) 72 for variable, value in settings.get('append', {}).items(): 73 if (sysbuild is True and variable[0:3] == 'SB_') or \ 74 (sysbuild is False and variable[0:3] != 'SB_'): 75 self.board2appends[board][variable].append( [all …]
|
A D | spelling.txt | 1691 varible||variable
|
/scripts/coccinelle/ |
A D | returnvar.cocci | 2 /// Remove unneeded variable used to store return value. 56 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + 66 cocci.print_main("unneeded \"" + ret + "\" variable", p1)
|
A D | unsigned_lesser_than_zero.cocci | 3 /// usually wrong type of variable.
|
A D | find_dev_usage.cocci | 5 // variable are being used in zephyr functions and, if it's being in place
|
A D | deref_null.cocci | 2 /// A variable is dereferenced under a NULL test.
|
/scripts/ci/ |
A D | pylintrc | 116 undefined-variable, 117 undefined-all-variable, 212 global-variable-not-assigned, 213 unused-variable, 214 undefined-loop-variable, 216 possibly-unused-variable,
|
/scripts/pylib/pytest-twister-harness/ |
A D | README.rst | 10 :envvar:`PYTHONPATH` variable, and then extends pytest command by
|
/scripts/tests/twister/ |
A D | README.md | 3 Running the tests require the environment variable ZEPHYR_BASE to be set.
|
/scripts/build/ |
A D | gen_device_deps.py | 60 the ZEPHYR_BASE environment variable.")
|
/scripts/pylib/display-twister-harness/camera_shield/ |
A D | README.rst | 96 - set environment variable to "DISPLAY_TEST_DIR"
|
/scripts/net/ |
A D | README.txt | 74 directory, which is assumed to be set by the ZEPHYR_BASE environment variable.
|
/scripts/kconfig/ |
A D | guiconfig.py | 449 variable=_show_name_var) \ 455 variable=_show_all_var) \ 470 variable=_single_menu_var) \
|
Completed in 14 milliseconds