Home
last modified time | relevance | path

Searched refs:_warn (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py1288 self._warn("'{}' is not a valid value for the {} "
1306 self._warn("both m and y assigned to symbols "
1316 self._warn("malformed string literal in "
1332 self._warn("ignoring malformed line '{}'"
1373 self._warn(
1391 self._warn(msg, filename, linenr)
1393 self._warn(msg, filename, linenr)
2314 self._warn("no symbol {} in configuration".format(name))
2426 self._warn("style: quotes recommended around '{}' in '{}'"
2944 self._warn("the menuconfig symbol {} has no prompt"
[all …]
Dmenuconfig.py426 _warn("Unable to allocate new RGB color ", rgb, ". Too many colors "
529 _warn("Ignoring non-existent style", key)
543 _warn("Ignoring non-existent style template", sline)
570 _warn("Ignoring color", color_def, "that's neither "
575 _warn("Ignoring color {}, which is outside the range "
603 _warn("Ignoring unknown style attribute", field)
3172 def _warn(*args): function