/aosp_15_r20/external/python/cpython2/Lib/ |
D | xmllib.py | 194 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 D | debugInit.c | 1182 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/ |
D | traceback.py | 197 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/ |
D | traceback.py | 197 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/ |
D | traceback.py | 197 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/ |
D | traceback.py | 197 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/ |
D | language_y.h | 164 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/ |
D | aidl_language_y.h | 157 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/ |
D | hidl-gen_y.h | 155 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/ |
D | ScriptParser.h | 157 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/ |
D | ScriptParser.h | 157 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/ |
D | panelparser.py | 66 syntax_error = 'syntax error' variable 78 raise syntax_error, 'expected "("' 83 raise syntax_error, 'missing ")"'
|
/aosp_15_r20/external/python/cpython2/Lib/plat-irix5/ |
D | panelparser.py | 66 syntax_error = 'syntax error' variable 78 raise syntax_error, 'expected "("' 83 raise syntax_error, 'missing ")"'
|
/aosp_15_r20/system/core/fastboot/ |
H A D | fastboot.cpp | 529 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 D | fastboot.h | 161 void syntax_error(const char* fmt, ...);
|
/aosp_15_r20/external/kmod/libkmod/ |
H A D | libkmod-config.c | 662 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 D | lalr1.cc | 236 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 D | c++.m4 | 248 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 D | lalr1.cc | 248 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 D | c++.m4 | 248 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 D | glr2.cc | 2594 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/ |
D | xmllib.rst | 214 .. 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 D | error.rs | 38 } 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 D | preprocessor_grammar.y | 32 %syntax_error {
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | error.rs | 74 pub fn syntax_error(&self) -> Option<®ex_syntax::Error> { in syntax_error() method
|