HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 226 - 250 of 406) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/emma/core/java12/com/vladium/emma/data/
CoverageData.java 44 throw new Error (cnse.toString ());
MergeProcessor.java 244 // TODO: error code
274 // TODO: error code
277 catch (Error e)
288 // error code
MetaData.java 47 throw new Error (cnse.toString ());
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 23 // TODO: embed build # in error codes
44 * resource bundle to the set that is used to look up error codes. This makes
45 * it possible to extend the set of exception error codes across independently
49 * Note that this introduces a possibility of error code name clashes. This
63 * This strategy ensures that error codes follow inheritance and hiding rules
78 * package) to add to the set from which error code mappings are retrieved
84 * @throws Error if 'namespace' does not correspond to an exception class derived
100 throw new Error ("addExceptionResource(): class [" + namespace +
241 * Provides support for lookup of exception error codes from {@link AbstractException}
251 * @return looked-up error message or the error code if it could not b
    [all...]
  /external/grub/netboot/
ns8390.c 71 Error you must only define one of INCLUDE_WD, INCLUDE_3C503, INCLUDE_NE, INCLUDE_NS8390
78 Error you must only define one of INCLUDE_WD, INCLUDE_3C503, INCLUDE_NE, INCLUDE_NS8390
85 Error you must only define one of INCLUDE_WD, INCLUDE_3C503, INCLUDE_NE, INCLUDE_NS8390
92 Error you must only define one of INCLUDE_WD, INCLUDE_3C503, INCLUDE_NE, INCLUDE_NS8390
  /external/icu4c/tools/genren/
genren.pl 116 /* Error out before the following defines cause very strange and unexpected code breakage */
118 #error U_ICU_ENTRY_POINT_RENAME is not defined - cannot continue. Consider defining U_DISABLE_RENAMING if renaming should not be used.
207 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
211 die "Error: $itemCount lines from $fileCount files processed, but $symbolCount symbols were found.\n";
  /external/qemu/android/
charmap.c 393 * Returns a zero value on success, or -1 on error.
412 * Returns a zero value on success, or -1 on error.
437 * returns NULL on error, or a pointer to the line string,
670 // condition is an error.
675 derror("Error reading charmap file %s : %s",
  /external/v8/tools/
logreader.js 131 * Used for printing error messages.
133 * @param {string} str Error message.
208 throw new Error('unknown command: ' + command);
  /external/webkit/WebCore/bindings/js/
JSXMLHttpRequestCustom.cpp 45 #include <runtime/Error.h>
  /external/webkit/WebCore/bridge/c/
c_instance.cpp 39 #include <runtime/Error.h>
136 throwError(exec, GeneralError, "Error calling method on NPObject!");
171 throwError(exec, GeneralError, "Error calling method on NPObject!");
210 throwError(exec, GeneralError, "Error calling method on NPObject!");
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 233 Error = -1,
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 236 raise ValueError("HTTP Error code %s" % code)
  /frameworks/base/core/java/android/accounts/
AccountManager.java 94 * of each method for exact usage and error handling details.
101 * <li><b>Important:</b> If the request fails with an authentication error,
128 * necessary) and either returns the result or throws an exception if an error
502 * already exists, the account is null, or another error occurs.
    [all...]
  /frameworks/base/tools/localize/
XMLHandler.cpp 566 SourcePos(filename, -1).Error("Unable to open file for read: %s", strerror(errno));
587 SourcePos(filename, -1).Error("Error reading file: %s\n", strerror(errno));
592 SourcePos(filename, (int)XML_GetCurrentLineNumber(parser)).Error(
593 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
621 SourcePos(filename, (int)XML_GetCurrentLineNumber(parser)).Error(
622 "Error parsing XML: %s\n", XML_ErrorString(XML_GetErrorCode(parser)));
776 fprintf(stderr, "error parsing file: %s\n", filename.c_str());
787 fprintf(stderr, "error parsing file: %s\n", filename.c_str());
  /libcore/luni/src/main/java/java/io/
ObjectOutputStream.java 101 * Used to detect nested exception when saving an exception due to an error
236 * if an error occurs while writing to the target stream.
250 * if an error occurs when creating this stream.
277 * if an error occurs while writing the object stream
336 * if an error occurs while writing to the target stream.
351 * if an error occurs while writing to the target stream.
376 * if an error occurs while closing this stream.
403 * if an error occurs while writing to the target stream.
421 * if an error occurs while writing to the target stream.
466 * If an error occurs attempting to save {@code null} o
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListSet.java 461 } catch (Exception ex) { throw new Error(ex); }
  /libcore/luni/src/main/java/javax/xml/datatype/
FactoryFinder.java 320 * <p>Configuration Error.</p>
322 static class ConfigurationError extends Error {
327 * <p>Exception that caused the error.</p>
335 * @param msg Detail message for this error.
336 * @param x Exception that caused the error.
344 * <p>Get the Exception that caused the error.</p>
346 * @return Exception that caused the error.
  /libcore/luni/src/main/java/org/apache/xalan/templates/
AVT.java 197 String error = null; // if non-null, break from loop local
244 // Error. Expressions can not begin with quotes.
245 error = "Expressions can not begin with quotes.";
294 error = XSLMessages.createMessage(
295 XSLTErrorResources.ER_NO_CURLYBRACE, null); //"Error: Can not have \"{\" within expression.";
337 if (error != null)
347 error = XSLMessages.createMessage(XSLTErrorResources.ER_ILLEGAL_ATTRIBUTE_VALUE, new Object[]{ name, stringedValue });
398 if (null != error)
403 new Object[]{ error }); //"Attr Template, "+error);
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
StackTraceElementTest.java 253 } catch (Error e) {
  /libcore/luni/src/test/java/org/apache/harmony/xml/
JaxenXPathTestSuite.java 233 Error error = new AssertionFailedError("Failed to get context");
234 error.initCause(e);
235 throw error;
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
ContentTypeParser.java 111 throw new Error("Missing return statement in function");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
CompiledResourcesMonitor.java 135 AdtPlugin.log(IStatus.ERROR,
165 } catch (Error e) {
166 // Log this error with the class name we're trying to load and abort.
  /external/chromium/net/tools/flip_server/
flip_in_mem_edsm_server.cc 108 // is completely drained and the accept() call returns an error);
165 // Returns errno if an error occurs, else returns zero.
180 << "error doing fcntl(fd, F_GETFL, 0) fd: " << fd
188 << "error doing fcntl(fd, F_SETFL, fcntl_return) fd: " << fd
456 if (framer.Error() || pos == old_pos) {
457 LOG(ERROR) << "Unable to make forward progress, or error"
459 if (framer.Error()) {
460 LOG(INFO) << "********************************************ERROR!";
546 LOG(ERROR) << "Updating headers for unknown url: " << file_url
    [all...]
  /external/bison/data/
glr.c 157 #define yyerror b4_prefix[]error
211 /* Enabling verbose error messages. */
410 error. */
439 If YYTABLE_NINF, syntax error. */
482 /* Error token number */
797 ]b4_locations_if([[ /* To compute the location of the error token. */
917 return yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")), \
1041 * R = 0: Error.
    [all...]
yacc.c 156 #define yyerror b4_prefix[]error
173 /* Enabling verbose error messages. */
503 means the default is an error. */
532 If YYTABLE_NINF, syntax error. */
581 yyerror (]b4_yyerror_args[YY_("syntax error: cannot back up")); \
839 /* Copy into YYRESULT an error message about the unexpected token
843 copied. As a special case, return 0 if an ordinary "syntax error"
867 YY_("syntax error, unexpected %s");
868 YY_("syntax error, unexpected %s, expecting %s");
869 YY_("syntax error, unexpected %s, expecting %s or %s")
    [all...]

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 91011>>