Searched refs:report_error (Results 1 - 19 of 19) sorted by relevance

/external/libvpx/examples/includes/geshi/contrib/
H A Dlangcheck.php53 function report_error($type, $message) { function
137 report_error(TYPE_ERROR, 'Could not find geshi.php - make sure it is in your include path!');
144 report_error(TYPE_ERROR, 'The GeSHi class was not found, although it seemed we loaded the correct file!');
150 report_error(TYPE_ERROR, 'There\'s no information present on where to find the language files!');
152 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" given, does not ressemble a directory!');
154 report_error(TYPE_ERROR, 'The path "'.GESHI_LANG_ROOT.'" is not readable to this script!');
164 report_error(TYPE_ERROR, 'Error requesting listing for available language files!');
184 report_error(TYPE_WARNING, 'Unable to locate any usable language files in "'.GESHI_LANG_ROOT.'"!');
203 report_error(TYPE_ERROR, 'The path "' .$langfile. '" does not ressemble a regular file!');
205 report_error(TYPE_ERRO
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
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 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
H A Dbacktracking.rb29 def report_error(e) method in class:TestBacktracking
H A Dnuances.rb47 def report_error(error) method in class:TestSubrulePrediction
H A Dscopes.rb55 def report_error(error) method in class:TestScopes2
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython.py54 checker.report_error = _pep8_handle_error
/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A 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/modes/
H A Dfilter.rb44 report_error( re )
/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 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
H A Ddebug.rb233 def report_error( exc ) method in class:ANTLR3.Debug.ParserEvents
H A Derror.rb265 def report_error(e) method in class:ANTLR3.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/oprofile/libpp/
H A Darrange_profiles.cpp176 void report_error(profile_classes const & classes, axis_types newaxis) function in namespace:__anon10554
406 report_error(classes, axis_types(i));
408 /* do this early for report_error */
/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/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
H A DPerl5.stg365 $self->report_error($exception);

Completed in 259 milliseconds