HomeSort by relevance Sort by last modified time
    Searched full:error (Results 301 - 325 of 11596) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/database/
SQLException.java 20 * An exception that indicates there was an error with SQL parsing or execution.
26 public SQLException(String error)
28 super(error);
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDiskIOException.java 20 * An exception that indicates that an IO error occured while accessing the
26 public SQLiteDiskIOException(String error) {
27 super(error);
SQLiteException.java 22 * A SQLite exception that indicates there was an error with SQL parsing or execution.
27 public SQLiteException(String error) {
28 super(error);
  /system/core/adb/
console.c 13 fprintf(stderr, "error: more than one emulator detected. use -s option\n");
15 fprintf(stderr, "error: no emulator detected\n");
20 fprintf(stderr, "error: could not connect to TCP port %d\n", port);
  /system/core/fastboot/
protocol.c 36 static char ERROR[128];
40 return ERROR;
52 sprintf(ERROR, "status read failed (%s)", strerror(errno));
59 sprintf(ERROR, "status malformed (%d bytes)", r);
78 sprintf(ERROR, "remote: %s", status + 4);
80 strcpy(ERROR, "remote failure");
88 strcpy(ERROR, "data size too large");
95 strcpy(ERROR,"unknown status code");
115 sprintf(ERROR,"command too large");
120 sprintf(ERROR,"command write failed (%s)", strerror(errno))
    [all...]
  /external/clearsilver/util/
neo_err.c 62 ne_warn ("INTERNAL ERROR: Unable to allocate memory for NEOERR");
97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error,
111 err->error = error;
120 int error, const char *fmt, ...)
138 err->error = error;
157 nerr->error = NERR_PASS;
183 nerr->error = NERR_PASS;
192 /* In the future, we'll allow someone to register an error handler *
    [all...]
  /system/extras/tests/sdcard/
sysutil.cpp 70 // Read a C-string from a file. If the buffer is too short, an error
76 // to end the string) or -1 if there was an error.
96 bool error = false; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
109 error = EAGAIN != errno && EINTR != errno;
110 if (error)
129 if (error)
162 bool error = false; local
165 while (size > 0 && !error && attempts < kMaxAttempts)
171 error = EAGAIN != errno && EINTR != errno
448 bool error = false; local
523 bool error; local
    [all...]
  /development/ide/intellij/
IndecentExposure.xml 7 <inspection_tool class="WebProperties" level="ERROR" enabled="false" />
9 <inspection_tool class="XmlWrongClosingTagName" level="ERROR" enabled="false" />
13 <inspection_tool class="DuplicatedBeanNamesInspection" level="ERROR" enabled="false" />
20 <inspection_tool class="SpringBeanAutowiringInspection" level="ERROR" enabled="false" />
21 <inspection_tool class="CssRgbFunctionInspection" level="ERROR" enabled="false" />
23 <inspection_tool class="UtilSchemaInspection" level="ERROR" enabled="false" />
27 <inspection_tool class="AntMissingPropertiesFileInspection" level="ERROR" enabled="false" />
28 <inspection_tool class="NonSerializableServiceParameters" level="ERROR" enabled="false" />
29 <inspection_tool class="InconsistentResourceBundle" level="ERROR" enabled="false">
34 <inspection_tool class="HtmlExtraClosingTag" level="ERROR" enabled="false" /
    [all...]
  /dalvik/libcore/annotation/src/main/java/java/lang/annotation/
AnnotationFormatError.java 28 public class AnnotationFormatError extends Error {
36 * the details of the error.
46 * the details of the error.
48 * the cause of the error or {@code null} if none.
57 * error's message.
60 * the cause of the error or {@code null} if none.
  /dalvik/libcore/luni/src/main/java/java/lang/
ExceptionInInitializerError.java 43 * the detail message for this error.
56 * the exception that caused this error.
65 * Returns the exception that is the cause of this error.
67 * @return the exception that caused this error.
74 * Returns the cause of this error, or {@code null} if there is no cause.
76 * @return the exception that caused this error.
  /external/freetype/src/truetype/
ttpic.c 52 FT_Error error = FT_Err_Ok; local
58 return error;
63 error = FT_Create_Class_tt_services(library, &container->tt_services);
64 if(error)
71 if(error)
73 return error;
  /external/icu4c/test/intltest/
tsdcfmsy.cpp 40 errcheckln(status, "ERROR: Couldn't create French DecimalFormatSymbols - %s", u_errorName(status));
47 errcheckln(status, "ERROR: Couldn't create English DecimalFormatSymbols - %s", u_errorName(status));
52 errln("ERROR: English DecimalFormatSymbols equal to French");
60 errln("ERROR: get/set ZeroDigit failed");
66 errln("ERROR: get/set GroupingSeparator failed");
72 errln("ERROR: get/set DecimalSeparator failed");
78 errln("ERROR: get/set PerMill failed");
84 errln("ERROR: get/set Percent failed");
90 errln("ERROR: get/set Percent failed");
96 errln("ERROR: get/set PatternSeparator failed")
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/
SDL_error_c.h 25 error messages
35 /* This is a numeric value corresponding to the current error */
36 int error; member in struct:SDL_error
39 internationalized versions of the SDL error messages. If the key
41 used directly as an error message format string.
45 /* These are the arguments for the error functions */
  /external/skia/src/images/
SkFDStream.cpp 37 return 0; // error
44 size = 0; // error
47 // can't restore, error
60 return 0; // error;
67 return 0; // error;
73 // our API can't return an error, so we return 0
  /external/webkit/LayoutTests/storage/
private-browsing-readonly.html 32 function setupErrorFunction(tx, error)
35 writeMessageToLog("Setup statement " + completed + " completed with an error\n" + error.message);
45 function privateBrowsingErrorFunction(tx, error)
48 writeMessageToLog("Private browsing statement " + completed + " completed with an error\n" + error.message);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/Macintosh/
xmalloc.c 27 #define error(x, y, z) perror(z) /* Throw out meaningless arguments */ macro
29 void error ();
32 /* Allocate N bytes of memory dynamically, with error checking. */
43 error (2, 0, "virtual memory exhausted");
48 with error checking.
67 error (2, 0, "virtual memory exhausted");
  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutResult.java 32 * Error return code, in which case an error message is guaranteed to be defined.
35 final static int ERROR = 1;
40 * @see #ERROR
55 * Returns the error message.
56 * <p/>Only valid when {@link #getSuccess()} returns {@link #ERROR}
  /bionic/libc/kernel/common/linux/
patchkey.h 13 #error "patchkey.h included directly"
27 #error "could not determine byte order"
  /dalvik/libcore/sql/src/main/java/SQLite/
Authorizer.java 18 * for don't allow access but don't raise an error, Constants.SQLITE_DENY
19 * for abort SQL statement with error.
  /dalvik/vm/mterp/x86/
OP_THROW_VERIFICATION_ERROR.S 3 * Handle a throw-verification-error instruction. This throws an
4 * exception for an error discovered during verification. The
  /external/clearsilver/man/man3/
cgi_neo_error.3 30 cgi_neo_error will output a 500 error containing the
33 user error mechanism.
nerr_raise.3 28 error (from those listed above) and the printf-style
35 Use this method to create an error "exception" for
  /external/dbus/dbus/
dbus-userdb.h 60 DBusError *error);
64 DBusError *error);
68 DBusError *error);
72 DBusError *error);
76 DBusError *error);
82 DBusError *error);
86 DBusError *error);
108 DBusError *error);
  /external/e2fsprogs/lib/et/
compile_et.1 8 compile_et \- error table compiler
14 converts a table listing error-code names and associated messages into
21 long) of the error-code table:
44 library to recognize the error table.
46 The various error codes defined are assigned sequentially increasing
57 with the object files which reference these error codes; it contains
74 its error recovery leaves much to be desired.
82 Ken Raeburn, "A Common Error Description Library for UNIX".
  /external/elfutils/tests/
ecp.c 15 #include <error.h>
25 error (EXIT_FAILURE, 0, "usage: %s FROMNAME TONAME", argv[0]);
31 error (EXIT_FAILURE, errno, "cannot open input file '%s'", argv[1]);
35 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
40 error (EXIT_FAILURE, errno, "cannot open output file '%s'", argv[2]);
44 error (EXIT_FAILURE, 0, "problems opening '%s' as ELF file: %s",
58 error (EXIT_FAILURE, 0, "cannot create program header: %s",
83 error (EXIT_FAILURE, 0, "elf_update failed: %s", elf_errmsg (-1));

Completed in 348 milliseconds

<<11121314151617181920>>