Home
last modified time | relevance | path

Searched refs:syntax_error (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Lib/
Dxmllib.py194 self.syntax_error("bogus `&'")
206 self.syntax_error("`;' missing after char reference")
213 self.syntax_error("bogus `&'")
217 self.syntax_error("reference to unknown entity `&%s;'" % str)
220 self.syntax_error("bogus `&'")
263 self.syntax_error('illegal data at start of file')
266 self.syntax_error('data not in content')
268 self.syntax_error('illegal character in content')
314 self.syntax_error("<?xml?> declaration not at start of document")
341 self.syntax_error('multiple DOCTYPE elements')
[all …]
/external/python/cpython2/Lib/plat-irix5/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/external/python/cpython2/Lib/plat-irix6/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/external/kmod/libkmod/
Dlibkmod-config.c605 goto syntax_error; in kmod_config_parse()
612 goto syntax_error; in kmod_config_parse()
620 goto syntax_error; in kmod_config_parse()
628 goto syntax_error; in kmod_config_parse()
637 goto syntax_error; in kmod_config_parse()
646 goto syntax_error; in kmod_config_parse()
654 syntax_error: in kmod_config_parse()
/external/python/cpython2/Doc/library/
Dxmllib.rst214 .. method:: syntax_error(message)
221 without first calling :meth:`syntax_error`.
247 implementation calls :meth:`syntax_error` to signal an error.
/external/bison/tests/
Dregression.at1255 start: check syntax_error syntax_error ;
1275 syntax_error:
/external/valgrind/coregrind/
Dm_errormgr.c1282 # define BOMB(S) { err_str = S; goto syntax_error; } in load_one_suppressions_file()
1440 syntax_error: in load_one_suppressions_file()
/external/kmod/tools/
Ddepmod.c584 goto syntax_error; in cfg_file_parse()
598 syntax_error: in cfg_file_parse()
/external/v8/src/
Dfactory.cc1404 DEFINE_ERROR(SyntaxError, syntax_error) in DEFINE_ERROR()
Dapi.cc8932 DEFINE_ERROR(SyntaxError, syntax_error) in DEFINE_ERROR()