Home
last modified time | relevance | path

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

12

/aosp_15_r20/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 …]
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A 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 …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py197 syntax_error: Optional[_SyntaxError] = None variable in Stack
412 stack.syntax_error = _SyntaxError(
530 if stack.syntax_error is not None:
534 self._render_syntax_error(stack.syntax_error),
545 highlighter(stack.syntax_error.msg),
566 def _render_syntax_error(self, syntax_error: _SyntaxError) -> RenderResult:
569 if syntax_error.filename != "<stdin>":
570 if os.path.exists(syntax_error.filename):
574 (str(syntax_error.lineno), "pygments.number"),
578 syntax_error_text = highlighter(syntax_error.line.rstrip())
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py197 syntax_error: Optional[_SyntaxError] = None variable in Stack
412 stack.syntax_error = _SyntaxError(
530 if stack.syntax_error is not None:
534 self._render_syntax_error(stack.syntax_error),
545 highlighter(stack.syntax_error.msg),
566 def _render_syntax_error(self, syntax_error: _SyntaxError) -> RenderResult:
569 if syntax_error.filename != "<stdin>":
570 if os.path.exists(syntax_error.filename):
574 (str(syntax_error.lineno), "pygments.number"),
578 syntax_error_text = highlighter(syntax_error.line.rstrip())
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py197 syntax_error: Optional[_SyntaxError] = None variable in Stack
412 stack.syntax_error = _SyntaxError(
530 if stack.syntax_error is not None:
534 self._render_syntax_error(stack.syntax_error),
545 highlighter(stack.syntax_error.msg),
566 def _render_syntax_error(self, syntax_error: _SyntaxError) -> RenderResult:
569 if syntax_error.filename != "<stdin>":
570 if os.path.exists(syntax_error.filename):
574 (str(syntax_error.lineno), "pygments.number"),
578 syntax_error_text = highlighter(syntax_error.line.rstrip())
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/
Dtraceback.py197 syntax_error: Optional[_SyntaxError] = None variable in Stack
412 stack.syntax_error = _SyntaxError(
530 if stack.syntax_error is not None:
534 self._render_syntax_error(stack.syntax_error),
545 highlighter(stack.syntax_error.msg),
566 def _render_syntax_error(self, syntax_error: _SyntaxError) -> RenderResult:
569 if syntax_error.filename != "<stdin>":
570 if os.path.exists(syntax_error.filename):
574 (str(syntax_error.lineno), "pygments.number"),
578 syntax_error_text = highlighter(syntax_error.line.rstrip())
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/gd/packet/parser/bluetooth_packetgen/linux_glibc_x86_64/gen/yacc/packages/modules/Bluetooth/system/gd/packet/parser/
Dlanguage_y.h164 struct syntax_error : std::runtime_error struct
166 syntax_error (const location_type& l, const std::string& m) in syntax_error() function
171 syntax_error (const syntax_error& s) in syntax_error() argument
176 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
/aosp_15_r20/out/soong/.intermediates/system/tools/aidl/libaidl-common/linux_glibc_x86_64_static/gen/yacc/system/tools/aidl/
Daidl_language_y.h157 struct syntax_error : std::runtime_error struct
159 syntax_error (const location_type& l, const std::string& m) in syntax_error() argument
164 syntax_error (const syntax_error& s) in syntax_error() function
169 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
/aosp_15_r20/out/soong/.intermediates/system/tools/hidl/libhidl-gen-ast/linux_glibc_x86_64_static/gen/yacc/system/tools/hidl/
Dhidl-gen_y.h155 struct syntax_error : std::runtime_error struct
157 syntax_error (const location_type& l, const std::string& m) in syntax_error() function
162 syntax_error (const syntax_error& s) in syntax_error() argument
167 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/linux_glibc_x86_64_static/gen/yacc/frameworks/compile/mclinker/lib/Script/
DScriptParser.h157 struct syntax_error : std::runtime_error struct
159 syntax_error (const location_type& l, const std::string& m) in syntax_error() function
164 syntax_error (const syntax_error& s) in syntax_error() function
169 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
/aosp_15_r20/out/soong/.intermediates/frameworks/compile/mclinker/lib/Script/libmcldScript/android_arm64_armv8-2a_cortex-a55_static/gen/yacc/frameworks/compile/mclinker/lib/Script/
DScriptParser.h157 struct syntax_error : std::runtime_error struct
159 syntax_error (const location_type& l, const std::string& m) in syntax_error() function
164 syntax_error (const syntax_error& s) in syntax_error() function
169 ~syntax_error () YY_NOEXCEPT YY_NOTHROW;
/aosp_15_r20/external/python/cpython2/Lib/plat-irix6/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/
Dpanelparser.py66 syntax_error = 'syntax error' variable
78 raise syntax_error, 'expected "("'
83 raise syntax_error, 'missing ")"'
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp529 void syntax_error(const char* fmt, ...) { in syntax_error() function
1994 if (args->empty()) syntax_error("expected argument"); in next_arg()
2001 if (args->empty()) syntax_error("empty oem command"); in do_oem_command()
2374 if (argc == 0 && !fp->wants_wipe && !fp->wants_set_active) syntax_error("no command"); in Main()
2491 if (!args.empty()) syntax_error("junk after reboot command"); in Main()
2577 syntax_error("missing 'flashing' command"); in Main()
2583 syntax_error("unknown 'flashing' command %s", args[0].c_str()); in Main()
2599 if (args.empty()) syntax_error("invalid gsi command"); in Main()
2619 syntax_error("expected: snapshot-update [cancel|merge]"); in Main()
2627 syntax_error("unknown command %s", command.c_str()); in Main()
[all …]
H A Dfastboot.h161 void syntax_error(const char* fmt, ...);
/aosp_15_r20/external/kmod/libkmod/
H A 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()
/aosp_15_r20/external/angle/tools/flex-bison/third_party/skeletons/
H A 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)
H A 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([
/aosp_15_r20/prebuilts/build-tools/common/bison/skeletons/
H A Dlalr1.cc248 void error (const syntax_error& err);
637 ]b4_parser_class[::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW
920 catch (const syntax_error& yyexc)
1028 catch (const syntax_error& yyexc)
1202 ]b4_parser_class[::error (const syntax_error& yyexc)
H A 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([
H A Dglr2.cc2594 catch (const syntax_error& yyexc)
3056 catch (const parser_type::syntax_error& yyexc)
3227 ]b4_parser_class[::syntax_error::~syntax_error () YY_NOEXCEPT YY_NOTHROW
/aosp_15_r20/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.
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/
H A Derror.rs38 } else if let Some(ref err) = err.syntax_error() { in from_meta_build_error()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/preprocessor/
H A Dpreprocessor_grammar.y32 %syntax_error {
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/
H A Derror.rs74 pub fn syntax_error(&self) -> Option<&regex_syntax::Error> { in syntax_error() method

12