HomeSort by relevance Sort by last modified time
    Searched refs:report_error (Results 1 - 12 of 12) sorted by null

  /cts/tools/dasm/src/dasm/
parser.cup 26 public void report_error(String message, Object info) {
28 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")");
30 dAsm.report_error("Warning: " + message);
35 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
37 dAsm.report_error("Error: " + message);
296 {: /*dAsm.setDeprecated();*/dAsm.report_error("WARNING: @deprecated is not supported"); :}
313 dAsm.report_error("WARNING: Annotations are not supported"); :}
321 dAsm.report_error("WARNING: Annotations are not supported"); :}
325 dAsm.report_error("WARNING: Annotations are not supported"); :}
330 dAsm.report_error("WARNING: Annotations are not supported"); :
    [all...]
parser.java 856 public void report_error(String message, Object info) { method in class:parser
858 dAsm.report_error("Warning: " + message + "(" + info.toString() + ")");
860 dAsm.report_error("Warning: " + message);
865 dAsm.report_error("Error: " + message + "(" + info.toString() + ")");
867 dAsm.report_error("Error: " + message);
    [all...]
DAsm.java 175 void report_error(String msg) { method in class:DAsm
425 report_error("Relative forward jump offset too big.");
432 report_error("Label " + key + " not found.");
504 report_error("Label " + name + " already defined");
    [all...]
  /external/dbus/bus/
desktop-file.c 88 static void report_error (BusDesktopFileParser *parser,
208 report_error (parser, "Text to be unescaped contains embedded nul",
221 report_error (parser, "Text to be unescaped ended in \\",
246 report_error (parser, "Text to be unescaped had invalid escape sequence",
407 report_error (parser, "Invalid syntax for section header", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
424 report_error (parser, "Invalid characters in section name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, error);
475 report_error (parser, "Empty key name", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
499 report_error (parser, "Invalid characters in key name", BUS_DESKTOP_PARSE_ERROR_INVALID_CHARS, error);
506 report_error (parser, "No '=' in key/value pair", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
579 report_error (BusDesktopFileParser *parser function
    [all...]
  /external/libvpx/examples/includes/geshi/contrib/
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 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_ERROR, 'Cannot read file "' .$langfile. '"!')
    [all...]
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 86 * <dt> void report_error(String message, Object info)
94 * report_error() to emit a message, then throws an exception.
98 * invokes: report_error("Syntax error", null);
327 report_error(message, info); method
344 public void report_error(String message, Object info) method in class:lr_parser
359 report_error("Syntax error", null);
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 
  /cts/tools/dasm/src/java_cup/
parser.java 350 public void report_error(String message, Object info) method in class:parser
    [all...]

Completed in 285 milliseconds