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.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-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/llvm-project/debuginfo-tests/dexter/dex/command/
DParseCommand.py105 syntax_error = SyntaxError()
106 syntax_error.filename = command.path
107 syntax_error.lineno = command.lineno
108 syntax_error.offset = 0
109 syntax_error.msg = 'Unresolved labels'
111 syntax_error.msg += ' \'' + label + '\''
112 raise syntax_error
/external/llvm-project/lldb/test/Shell/Driver/Inputs/
D.lldbinit2 command script import syntax_error.py
/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/llvm-project/lldb/test/Shell/Driver/
DLocalLLDBInit.test7 # RUN: cp %S/Inputs/syntax_error.py %t.root
/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/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp3760 bool &syntax_error) { in LookupHere() argument
3802 CommandReturnObject &result, bool &syntax_error) { in LookupInModule() argument
3873 syntax_error = true; in LookupInModule()
3884 bool syntax_error = false; in DoExecute() local
3898 if (LookupHere(m_interpreter, result, syntax_error)) { in DoExecute()
3913 for (i = 0; i < num_modules && !syntax_error; ++i) { in DoExecute()
3920 result, syntax_error)) { in DoExecute()
3934 !syntax_error; in DoExecute()
3943 if (LookupInModule(m_interpreter, module, result, syntax_error)) { in DoExecute()
/external/rust/crates/ring/src/
Dtest.rs636 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()