Searched refs:_warn (Results 1 – 2 of 2) sorted by relevance
1160 self._warn("'{}' is not a valid value for the {} "1178 self._warn("both m and y assigned to symbols "1188 self._warn("malformed string literal in "1204 self._warn("ignoring malformed line '{}'"1950 self._warn("no symbol {} in configuration".format(name))2566 self._warn("the menuconfig symbol {} has no prompt"2848 self._warn("{1} has 'option env=\"{0}\"', "2854 self._warn("Kconfiglib expands environment variables "2867 self._warn("'option defconfig_list' set on multiple "2880 self._warn("the 'modules' option is not supported. "[all …]
398 _warn("Unable to allocate new RGB color ", rgb, ". Too many colors "502 _warn("Ignoring non-existent style", key)516 _warn("Ignoring non-existent style template", sline)538 _warn("Ignoring color ", color_def, "that's neither predefined "544 _warn("Ignoring color {}, which is outside the range "573 _warn("Ignoring unknown style attribute", field)2980 def _warn(*args): function