/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_text.c | 247 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 …]
|
D | tgsi_sanity.c | 150 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() 331 …report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, inf… in iter_instruction() 334 …report_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/ |
D | read_config_file.c | 160 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 …]
|
D | output.h | 55 void report_error(char const *file, unsigned line_no, const char *fmt, ...);
|
D | output.c | 858 report_error(const char *filename, unsigned line_no, const char *fmt, ...) in report_error() function
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/ |
D | group-file-parser.rb | 230 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/ |
D | recognizers.rb | 412 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 )
|
D | main.rb | 230 report_error( error ) 235 report_error( error ) 239 def report_error( error ) method in ANTLR3.Main.Main 334 report_error( error )
|
D | debug.rb | 233 def report_error( exc ) method
|
/external/fio/ |
D | gerror.c | 22 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/ |
D | BaseRecognizer.pm | 146 sub report_error { subroutine 335 $self->report_error($ex); 353 $self->report_error($ex); 369 $self->report_error($e); 395 $self->report_error($e);
|
D | Lexer.pm | 83 $self->report_error($exception); 242 sub report_error { subroutine
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
D | filter.rb | 44 report_error( re )
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
D | functional.rb | 214 def report_error( error ) method
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm.i | 18 %rename(report_error) x86_report_error;
|
D | libdisasm_oop.i | 935 void report_error( enum x86_report_codes code ) { in report_error() function
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server.c | 871 goto report_error; in SM_STATE() 971 report_error: in SM_STATE()
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/ |
D | Perl5.stg | 365 $self->report_error($exception);
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
D | Ruby.stg | 447 report_error(re)
|