Home
last modified time | relevance | path

Searched refs:variable (Results 1 – 13 of 13) sorted by relevance

/scripts/
A Dsnippets.py54 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 Dspelling.txt1691 varible||variable
/scripts/coccinelle/
A Dreturnvar.cocci2 /// 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 Dunsigned_lesser_than_zero.cocci3 /// usually wrong type of variable.
A Dfind_dev_usage.cocci5 // variable are being used in zephyr functions and, if it's being in place
A Dderef_null.cocci2 /// A variable is dereferenced under a NULL test.
/scripts/ci/
A Dpylintrc116 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 DREADME.rst10 :envvar:`PYTHONPATH` variable, and then extends pytest command by
/scripts/tests/twister/
A DREADME.md3 Running the tests require the environment variable ZEPHYR_BASE to be set.
/scripts/build/
A Dgen_device_deps.py60 the ZEPHYR_BASE environment variable.")
/scripts/pylib/display-twister-harness/camera_shield/
A DREADME.rst96 - set environment variable to "DISPLAY_TEST_DIR"
/scripts/net/
A DREADME.txt74 directory, which is assumed to be set by the ZEPHYR_BASE environment variable.
/scripts/kconfig/
A Dguiconfig.py449 variable=_show_name_var) \
455 variable=_show_all_var) \
470 variable=_single_menu_var) \

Completed in 14 milliseconds