Home
last modified time | relevance | path

Searched refs:syntax_error (Results 1 – 12 of 12) 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.c1182 goto syntax_error; in parseOptions()
1188 goto syntax_error; in parseOptions()
1199 goto syntax_error; in parseOptions()
1210 goto syntax_error; in parseOptions()
1217 goto syntax_error; in parseOptions()
1226 goto syntax_error; in parseOptions()
1240 goto syntax_error; in parseOptions()
1252 goto syntax_error; in parseOptions()
1257 goto syntax_error; in parseOptions()
1264 goto syntax_error; in parseOptions()
[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.c662 goto syntax_error; in kmod_config_parse()
669 goto syntax_error; in kmod_config_parse()
677 goto syntax_error; in kmod_config_parse()
685 goto syntax_error; in kmod_config_parse()
694 goto syntax_error; in kmod_config_parse()
703 goto syntax_error; in kmod_config_parse()
711 syntax_error: in kmod_config_parse()
/external/angle/tools/flex-bison/third_party/skeletons/
Dlalr1.cc236 void error (const syntax_error& err);
641 ]b4_parser_class[::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW
924 catch (const syntax_error &yyexc)
1032 catch (const syntax_error& yyexc)
1206 ]b4_parser_class[::error (const syntax_error& yyexc)
Dc++.m4248 struct syntax_error : std::runtime_error
250 syntax_error (]b4_locations_if([const location_type& l, ])[const std::string& m)
255 syntax_error (const syntax_error& s)
260 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;]b4_locations_if([
Dglr2.cc2547 catch (const syntax_error& yyexc)
3004 catch (const parser_type::syntax_error &yyexc)
3173 ]b4_parser_class[::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW
Dglr.c854 catch (const ]b4_namespace_ref[::]b4_parser_class[::syntax_error& yyexc)
945 typedef ]b4_namespace_ref[::]b4_parser_class[::syntax_error syntax_error;
956 catch (const syntax_error& yyexc)
/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.rs641 fn syntax_error() { in syntax_error() function
/external/kmod/tools/
Ddepmod.c667 goto syntax_error; in cfg_file_parse()
681 goto syntax_error; in cfg_file_parse()
700 syntax_error: in cfg_file_parse()