Lines Matching refs:KconfigParserError
327 class KconfigParserError(Exception): class
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')