Home
last modified time | relevance | path

Searched refs:_parse_error (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/tools/buildman/
Dkconfiglib.py2255 self._parse_error("unknown token at start of line")
2347 self._parse_error("unterminated string")
2426 self._parse_error("unknown tokens in line")
2453 self._parse_error("expected symbol")
2464 self._parse_error("expected nonconstant symbol")
2473 self._parse_error("expected string")
2528 self._parse_error("syntax error")
2589 self._parse_error("macro expanded to blank string")
2623 self._parse_error("unterminated string")
2664 self._parse_error("missing end parenthesis in macro expansion")
[all …]
/external/python/pycparser/pycparser/
Dc_parser.py167 self._parse_error(
177 self._parse_error(
193 self._parse_error(msg, self._coord(line, column))
327 self._parse_error(
337 self._parse_error(
402 self._parse_error('Invalid declaration', coord)
565 self._parse_error('Directives not supported yet',
1845 self._parse_error(
1850 self._parse_error('At end of input', self.clex.filename)
Dplyparser.py66 def _parse_error(self, msg, coord): member in PLYParser
/external/python/cpython2/Lib/test/
Dtest_htmlparser.py89 def _parse_error(self, source): member in TestCaseBase