/external/libvpx/examples/includes/geshi/contrib/ |
D | langcheck.php | 53 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 … 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_ERROR, 'Cannot read file "' .$langfile. '"!'); [all …]
|
/external/dbus/bus/ |
D | desktop-file.c | 90 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() 409 …report_error (parser, "Invalid syntax for section header", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX,… in parse_section_start() 426 …report_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() 501 …report_error (parser, "Invalid characters in key name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, err… in parse_key_value() 508 … report_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/ |
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/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
D | BaseRecognizer.pm | 146 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);
|
D | Lexer.pm | 83 $self->report_error($exception); 242 sub report_error { method in ANTLR::Runtime::Lexer
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
D | python.py | 54 checker.report_error = _pep8_handle_error
|
/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/oprofile/libpp/ |
D | arrange_profiles.cpp | 176 void report_error(profile_classes const & classes, axis_types newaxis) in report_error() function 406 report_error(classes, axis_types(i)); in identify_classes()
|
/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)
|
/external/oprofile/ |
D | ChangeLog-2003 | 148 * libpp/arrange_profiles.cpp: report_error() shows only distinct
|
/external/dbus/ |
D | ChangeLog.pre-1-0 | 13451 (parse_key_value), (report_error), (bus_desktop_file_load), 13507 (report_error), (bus_desktop_file_load), (lookup_section),
|
/external/webkit/Tools/ |
D | ChangeLog-2010-05-24 | 8519 pep8/E501. Because we have our own report_error
|