Searched defs:report_error (Results 1 - 21 of 21) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
H A Dconstruction.rb34 def report_error(e) method in class:TestASTConstructingParser
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dbacktracking.rb29 def report_error(e) method in class:TestBacktracking
H A Dpredicates.rb81 def report_error(error) method in class:TestSyntacticPredicate
H A Dscopes.rb55 def report_error(error) method in class:TestScopes2
H A Drule-methods.rb18 def report_error(error) method in class:TestParameters
27 def report_error(error) method in class:TestParameters
64 def report_error(error) method in class:TestMultipleReturnValues
73 def report_error(error) method in class:TestMultipleReturnValues
H A Dnuances.rb47 def report_error(error) method in class:TestSubrulePrediction
H A Dproperties.rb16 def report_error(error) method in class:TestRulePropertyReference
25 def report_error(error) method in class:TestRulePropertyReference
118 def report_error(error) method in class:TestTokenLabelReference
127 def report_error(error) method in class:TestTokenLabelReference
184 def report_error(error) method in class:TestRuleLabelReference
193 def report_error(error) method in class:TestRuleLabelReference
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DLexer.pm83 $self->report_error($exception);
242 sub report_error { subroutine
243 Readonly my $usage => 'void report_error(RecognitionException e)';
H A DBaseRecognizer.pm146 sub report_error { subroutine
147 Readonly my $usage => 'void report_error(RecognitionException e)';
335 $self->report_error($ex);
353 $self->report_error($ex);
369 $self->report_error($e);
395 $self->report_error($e);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb230 report_error( error )
235 report_error( error )
239 def report_error( error ) method in class:ANTLR3.Main.Main
334 report_error( error )
H A Derror.rb265 def report_error(e) method in class:ANTLR3.Error
H A Ddebug.rb233 def report_error( exc ) method in class:ANTLR3.Debug.ParserEvents
H A Drecognizers.rb412 def report_error( e = $! ) method in class:ANTLR3.Scope
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 ) method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
/external/fio/
H A Dgerror.c22 static void report_error(struct gui_entry *ge, GError *error) function
57 report_error(ge, error);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb214 def report_error( error ) method in class:ANTLR3.Test.RaiseErrors
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c150 report_error( function
193 report_error( ctx, "(%u): Invalid register file name", file );
283 report_error( ctx, "%s: Undeclared %s register", file_names[reg->file], name );
292 report_error( ctx, "%s[%d][%d]: Undeclared %s register", file_names[reg->file],
296 report_error( ctx, "%s[%d]: Undeclared %s register", file_names[reg->file],
319 report_error( ctx, "Too many END instructions" );
326 report_error( ctx, "(%u): Invalid instruction opcode", inst->Instruction.Opcode );
331 report_error( ctx, "%s: Invalid number of destination operands, should be %u", info->mnemonic, info->num_dst );
334 report_error( ctx, "%s: Invalid number of source operands, should be %u", info->mnemonic, info->num_src );
348 report_error(ct
[all...]
H A Dtgsi_text.c247 static void report_error( struct translate_ctx *ctx, const char *msg ) function
284 report_error( ctx, "Unknown header" );
364 report_error( ctx, "Writemask expected" );
385 report_error( ctx, "Unknown register file" );
390 report_error( ctx, "Expected `['" );
411 report_error( ctx, "Expected literal unsigned integer" );
430 report_error( ctx, "Expected `]'" );
483 report_error(ctx, "Expected indirect register swizzle component `x', `y', `z' or `w'");
497 report_error( ctx, "Expected literal unsigned integer" );
506 report_error( ct
[all...]
/external/dbus/bus/
H A Ddesktop-file.c90 static void report_error (BusDesktopFileParser *parser,
210 report_error (parser, "Text to be unescaped contains embedded nul",
223 report_error (parser, "Text to be unescaped ended in \\",
248 report_error (parser, "Text to be unescaped had invalid escape sequence",
409 report_error (parser, "Invalid syntax for section header", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
426 report_error (parser, "Invalid characters in section name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, error);
477 report_error (parser, "Empty key name", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
501 report_error (parser, "Invalid characters in key name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, error);
508 report_error (parser, "No '=' in key/value pair", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
581 report_error (BusDesktopFileParse function
[all...]
/external/ltrace/
H A Doutput.c858 report_error(const char *filename, unsigned line_no, const char *fmt, ...) function
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 413 milliseconds