Lines Matching full:raise
118 raise KconfigDataError('contradiction between clauses when setting %s' % self)
135 raise KconfigDataError('cycle found including %s' % self)
222 raise KconfigDataError("there were undefined symbols")
267 raise KconfigDataError('variable "' + var + '" defined twice')
366 raise Error('assigned variable should start with CONFIG_')
397 raise KconfigParserError(self, "Inclusion loop for %s"
407 raise KconfigParserError(self,
426 raise KconfigParserError(self, 'Expected "y" or "n"')
435 raise KconfigParserError(self, 'Expected identifier')
442 raise KconfigParserError(self,
447 raise KconfigParserError(self, 'Expected identifier')
453 raise KconfigParserError(self, 'Expected "="')
468 raise KconfigParserError(self, 'Expected ")"')
473 raise KconfigParserError(self, 'Expected "!" or "(" or identifier')
514 raise KconfigParserError(self, 'Expected "on"')
530 raise KconfigParserError(self, 'Error in recursive descent?')
544 raise KconfigParserError(self, 'expected "source", "config", identifier, '
555 raise KconfigParserError(self, 'Error in recursive descent?')
570 raise KconfigParserError(self, 'expected "source", "config" or identifier')
660 raise KconfigParserError(self, 'invalid input')