Home
last modified time | relevance | path

Searched refs:syntax_error (Results 1 – 8 of 8) 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/oj-libjdwp/src/share/back/
DdebugInit.c1179 goto syntax_error; in parseOptions()
1185 goto syntax_error; in parseOptions()
1196 goto syntax_error; in parseOptions()
1207 goto syntax_error; in parseOptions()
1214 goto syntax_error; in parseOptions()
1223 goto syntax_error; in parseOptions()
1237 goto syntax_error; in parseOptions()
1249 goto syntax_error; in parseOptions()
1254 goto syntax_error; in parseOptions()
1261 goto syntax_error; in parseOptions()
[all …]
/external/python/cpython2/Lib/plat-irix6/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/external/python/cpython2/Lib/plat-irix5/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/external/kmod/libkmod/
Dlibkmod-config.c607 goto syntax_error; in kmod_config_parse()
614 goto syntax_error; in kmod_config_parse()
622 goto syntax_error; in kmod_config_parse()
630 goto syntax_error; in kmod_config_parse()
639 goto syntax_error; in kmod_config_parse()
648 goto syntax_error; in kmod_config_parse()
656 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/rust/crates/ring/src/
Dtest.rs637 fn syntax_error() { in syntax_error() function
/external/kmod/tools/
Ddepmod.c636 goto syntax_error; in cfg_file_parse()
650 goto syntax_error; in cfg_file_parse()
664 syntax_error: in cfg_file_parse()