Home
last modified time | relevance | path

Searched refs:report_error (Results 1 – 24 of 24) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_text.c247 static void report_error( struct translate_ctx *ctx, const char *msg ) in report_error() function
284 report_error( ctx, "Unknown header" ); in parse_header()
364 report_error( ctx, "Writemask expected" ); in parse_opt_writemask()
385 report_error( ctx, "Unknown register file" ); in parse_register_file_bracket()
390 report_error( ctx, "Expected `['" ); in parse_register_file_bracket()
411 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_file_bracket_index()
430 report_error( ctx, "Expected `]'" ); in parse_register_1d()
483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'"); in parse_register_bracket()
497 report_error( ctx, "Expected literal unsigned integer" ); in parse_register_bracket()
506 report_error( ctx, "Expected `]'" ); in parse_register_bracket()
[all …]
Dtgsi_sanity.c150 report_error( in report_error() function
193 report_error( ctx, "(%u): Invalid register file name", file ); in check_file_name()
283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name ); in check_register_usage()
292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file], in check_register_usage()
296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file], in check_register_usage()
319 report_error( ctx, "Too many END instructions" ); in iter_instruction()
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode ); in iter_instruction()
331report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, inf… in iter_instruction()
334report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->nu… in iter_instruction()
348 report_error(ctx, "Destination register has empty writemask"); in iter_instruction()
[all …]
/external/ltrace/
Dread_config_file.c160 report_error(loc->filename, loc->line_no, "bad identifier"); in parse_ident()
209 report_error(loc->filename, loc->line_no, "bad number"); in parse_int()
223 report_error(loc->filename, loc->line_no, in check_nonnegative()
235 report_error(loc->filename, loc->line_no, in check_int()
246 report_error(loc->filename, loc->line_no, in parse_char()
376 report_error(loc->filename, loc->line_no, in parse_argnum()
429 report_error(loc->filename, loc->line_no, in parse_typedef()
464 report_error(loc->filename, loc->line_no, in parse_typedef()
493 report_error(loc->filename, loc->line_no, in parse_struct()
545 report_error(loc->filename, loc->line_no, in unshare_type_info()
[all …]
Doutput.h55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
Doutput.c858 report_error(const char *filename, unsigned line_no, const char *fmt, ...) in report_error() function
/external/dbus/bus/
Ddesktop-file.c90 static void report_error (BusDesktopFileParser *parser,
210 report_error (parser, "Text to be unescaped contains embedded nul", in unescape_string()
223 report_error (parser, "Text to be unescaped ended in \\", in unescape_string()
248 report_error (parser, "Text to be unescaped had invalid escape sequence", in unescape_string()
409report_error (parser, "Invalid syntax for section header", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX,… in parse_section_start()
426report_error (parser, "Invalid characters in section name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS,… in parse_section_start()
477 report_error (parser, "Empty key name", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error); in parse_key_value()
501report_error (parser, "Invalid characters in key name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, err… in parse_key_value()
508report_error (parser, "No '=' in key/value pair", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error); in parse_key_value()
581 report_error (BusDesktopFileParser *parser, in report_error() function
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
Dgroup-file-parser.rb230 report_error( re )
305 report_error( re )
391 report_error( re )
466 report_error( re )
520 report_error( re )
601 report_error( re )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Drecognizers.rb412 def report_error( e = $! )
631 report_error( err )
638 report_error( MissingToken( type, inserted ) )
647 report_error( e )
660 report_error( e )
1042 report_error( re )
1045 report_error( re )
1137 def report_error( e )
Dmain.rb230 report_error( error )
235 report_error( error )
239 def report_error( error ) method in ANTLR3.Main.Main
334 report_error( error )
Ddebug.rb233 def report_error( exc ) method
/external/fio/
Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) in report_error() function
57 report_error(ge, error); in gfio_report_error()
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
DBaseRecognizer.pm146 sub report_error { method in ANTLR::Runtime::BaseRecognizer
335 $self->report_error($ex);
353 $self->report_error($ex);
369 $self->report_error($e);
395 $self->report_error($e);
DLexer.pm83 $self->report_error($exception);
242 sub report_error { subroutine
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
Dfilter.rb44 report_error( re )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
Dfunctional.rb214 def report_error( error ) method
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.h82 void report_error(StringRef File, std::error_code EC);
Dllvm-objdump.cpp255 void llvm::report_error(StringRef File, std::error_code EC) { in report_error() function in llvm
1533 report_error(a->getFileName(), EC); in DumpArchive()
1538 report_error(a->getFileName(), EC); in DumpArchive()
1542 report_error(a->getFileName(), object_error::invalid_file_type); in DumpArchive()
1560 report_error(file, EC); in DumpInput()
1568 report_error(file, object_error::invalid_file_type); in DumpInput()
DMachODump.cpp1493 report_error(Filename, EC); in ParseInputMachO()
1544 report_error(Filename, EC); in ParseInputMachO()
1589 report_error(Filename, EC); in ParseInputMachO()
1628 report_error(Filename, EC); in ParseInputMachO()
1653 report_error(Filename, object_error::invalid_file_type); in ParseInputMachO()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm.i18 %rename(report_error) x86_report_error;
Dlibdisasm_oop.i935 void report_error( enum x86_report_codes code ) { in report_error() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c872 goto report_error; in SM_STATE()
972 report_error: in SM_STATE()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg365 $self->report_error($exception);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg447 report_error(re)
/external/dbus/
DChangeLog.pre-1-013451 (parse_key_value), (report_error), (bus_desktop_file_load),
13507 (report_error), (bus_desktop_file_load), (lookup_section),