/frameworks/base/core/java/android/net/http/ |
EventHandler.java | 24 * there is an SSL certificate error. error() can occur anywhere 33 * Error codes used in the error() callback. Positive error codes 34 * are reserved for codes sent by http servers. Negative error 40 /** Generic error */ 41 public static final int ERROR = -1; 64 /** Generic file error for file:/// loads */ 66 /** File not found error for file:/// loads * 138 public void error(int id, String description); method in interface:EventHandler [all...] |
/dalvik/libcore/nio_char/src/main/java/java/nio/charset/ |
CoderResult.java | 34 * <li>A malformed-input error indicates that an unrecognizable sequence of 38 * <li>An unmappable-character error indicates that a sequence of input units 46 // indicating underflow error type 49 // indicating overflow error type 52 // indicating malformed-input error type 55 // indicating unmappable character error type 72 * Stores unique result objects for each malformed-input error of a certain 78 * Stores unique result objects for each unmappable-character error of a 105 * error. 110 * error [all...] |
/external/bluetooth/glib/gio/tests/ |
data-input-stream.c | 34 GError *error = NULL; local 35 gboolean res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error); 37 g_assert_no_error (error); 45 GError *error = NULL; local 81 error = NULL; 87 data = g_data_input_stream_read_line (G_DATA_INPUT_STREAM (stream), &length, NULL, &error); 91 g_assert_no_error (error); 126 GError *error = NULL; local 144 error = NULL; 150 data = g_data_input_stream_read_until (G_DATA_INPUT_STREAM (stream), DATA_SEP, &length, NULL, &error); 191 GError *error = NULL; local [all...] |
/external/dbus/dbus/ |
dbus-internals.h | 24 #error "You can't include dbus-internals.h in the public header dbus.h" 100 # error "This compiler does not support varargs macros and thus verbose mode can't be disabled meaningfully" 165 /* this is an assert and not an error, but in the typical --disable-checks case (you're trying 168 #define _DBUS_ASSERT_ERROR_IS_SET(error) 169 #define _DBUS_ASSERT_ERROR_IS_CLEAR(error) 171 #define _DBUS_ASSERT_ERROR_IS_SET(error) _dbus_assert ((error) == NULL || dbus_error_is_set ((error))) 172 #define _DBUS_ASSERT_ERROR_IS_CLEAR(error) _dbus_assert ((error) == NULL || !dbus_error_is_set ((error)) [all...] |
dbus-sysdeps.h | 123 DBusError *error); 125 DBusError *error); 142 DBusError *error); 145 DBusError *error); 163 DBusError *error); 165 DBusError *error); 203 DBusError *error); 206 DBusError *error); 211 DBusError *error); 214 DBusError *error); [all...] |
dbus-shell.c | 277 goto error; 285 goto error; 293 goto error; 297 goto error; 305 goto error; 312 error: 390 DBusError *error) 397 _DBUS_SET_OOM (error); 404 _DBUS_SET_OOM (error); 412 tokenize_command_line (const char *command_line, DBusError *error) [all...] |
dbus-server-debug-pipe.h | 34 DBusError *error); 36 DBusError *error); 39 DBusError *error); 42 DBusError *error);
|
/external/freetype/src/base/ |
ftstream.c | 60 FT_Error error = FT_Err_Ok; local 71 error = FT_Err_Invalid_Stream_Operation; 81 error = FT_Err_Invalid_Stream_Operation; 84 if ( !error ) 87 return error; 124 FT_Error error = FT_Err_Ok; local 156 error = FT_Err_Invalid_Stream_Operation; 159 return error; 197 FT_Error error; local 200 error = FT_Stream_EnterFrame( stream, count ) 237 FT_Error error = FT_Err_Ok; local 714 FT_Error error; local [all...] |
/external/icu4c/tools/toolutil/ |
ucbuf.c | 52 ucbuf_autodetect_fs(FileStream* in, const char** cp, UConverter** conv, int32_t* signatureLength, UErrorCode* error){ 63 *cp = ucnv_detectUnicodeSignature(start, numRead, signatureLength, error); 77 *conv = ucnv_open(*cp,error); 82 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); 84 if(*error==U_BUFFER_OVERFLOW_ERROR) { 85 *error=U_ZERO_ERROR; 89 if(U_SUCCESS(*error) && (pTarget!=(target+1) || target[0]!=0xfeff)) { 90 *error=U_INTERNAL_PROGRAM_ERROR; 131 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv, int32_t* signatureLength,UErrorCode* error){ 133 if(error==NULL || U_FAILURE(*error)) [all...] |
/dalvik/libcore/sql/src/main/java/java/sql/ |
ResultSetMetaData.java | 47 * if there is a database error. 59 * if there is a database error. 69 * if there is a database error. 81 * if there is a database error. 93 * if there is a database error. 104 * if there is a database error. 115 * if there is a database error. 127 * if there is a database error. 138 * if there is a database error. 150 * if there is a database error [all...] |
/external/bison/djgpp/ |
subpipe.c | 48 #include "error.h" 66 error (EXIT_FAILURE, 0, _("removing of `%s' failed"), (name)); \ 78 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); 84 error(EXIT_FAILURE, 0, _("creation of a temporary file failed")); 119 error(EXIT_FAILURE, 0, _("saving stdin failed")); 123 error(EXIT_FAILURE, 0, _("saving stdout failed")); 145 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); 149 error(EXIT_FAILURE, 0, _("redirecting bison's stdout to the temporary file failed")); 189 error(EXIT_FAILURE, 0, _("opening of tmpfile failed")); 193 error(EXIT_FAILURE, 0, _("redirecting m4's stdin from the temporary file failed")) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 84 OMX_U32 error = 0; local 125 OMX_TRACE5(pComponentPrivate->dbg, "Error in Select\n"); 131 "Error from COmponent Thread in select"); 140 read (pComponentPrivate->nCmdPipe[0], &eCmd, sizeof (eCmd)); /*Manage error from any read and write*/ 157 error = HandleCommandJpegDec (pComponentPrivate, nParam1); 158 OMX_PRINT2(pComponentPrivate->dbg, "after called handlecommand from JPEGDEC (%lu)\n", error); 159 if (error != OMX_ErrorNone) { 163 error, 173 error = DisablePortJpegDec(pComponentPrivate, nParam1); 174 if(error != OMX_ErrorNone) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 244 error = OMX_ErrorInsufficientResources; \ 291 APP_DPRINT("%d :: App: Error returned from GetState\n",__LINE__); 311 /* Error notification */ 313 APP_DPRINT("EventHandler: WARNING: Overflow ERROR\n"); 317 APP_DPRINT("EventHandler: ERROR: Data corrupt ERROR\n"); 382 OMX_ERRORTYPE error = OMX_ErrorNone; local 499 APP_DPRINT( "Error: failed to open the file %s for readonly\access\n", argv[1]); 510 APP_DPRINT( "Error: failed to create the output file %s\n", argv[2]); 519 APP_DPRINT( "Error:Fill Data Pipe failed to open\n") 1355 OMX_ERRORTYPE error = OMX_ErrorNone; local 1536 OMX_ERRORTYPE error = OMX_ErrorNone; local 1563 OMX_ERRORTYPE error = OMX_ErrorNone; local 1590 OMX_ERRORTYPE error = OMX_ErrorNone; local [all...] |
/build/tools/fs_get_stats/ |
fs_get_stats.c | 10 #define ERROR(fmt,args...) \ 12 fprintf(stderr, "%s:%d: ERROR: " fmt, \ 46 ERROR("Invalid arguments\n"); 53 ERROR("current permissions must be a number. Got '%s'.\n", argv[1]);
|
/dalvik/dx/src/junit/framework/ |
TestListener.java | 8 * An error occurred.
|
/dalvik/dx/tests/023-code-exception-table/ |
small-class.txt | 20 01 000f "java/lang/Error" # 0008: utf8["java/lang/Error"] 22 07 0008 # 000a: class[java/lang/Error] 47 0000 0002 0002 000a # 0000..0002 -> 0002 java/lang/Error
|
/dalvik/libcore/junit/src/main/java/junit/framework/ |
TestListener.java | 8 * An error occurred.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
LinkageError.java | 22 * {@code LinkageError} is the superclass of all error classes that occur when 25 * @see Error 27 public class LinkageError extends Error { 44 * the detail message for this error.
|
/dalvik/libcore/xml/src/main/java/org/apache/xpath/ |
XPathProcessorException.java | 34 * an error message. 35 * @param message The error message. 45 * an error message, and another exception 47 * @param message The error message.
|
/development/ide/intellij/ |
make+intelligen.sh | 4 echo "Error: Please run from the root of the tree."
|
/development/tools/idegen/ |
idegen.sh | 4 echo "Error: Run from the root of the tree."
|
/external/bison/tests/ |
calc.at | 134 fprintf (stderr, "calc: error: %d != %d\n", $1, $3); 144 | '(' error ')' { $$ = 1111; } 146 | '-' error { $$ = 0; YYERROR; } 153 [/* A C++ error reporting function. */ 155 AT_NAME_PREFIX::parser::error (const location& l, const std::string& m) 378 # [VERBOSE-AND-LOCATED-ERROR-MESSAGE]) 380 # Run `calc' on INPUT, and expect a `syntax error' message. 388 # If BISON-OPTIONS contains `%location', then make sure the ERROR-LOCATION 391 # If BISON-OPTIONS contains `%error-verbose', then make sure the 392 # IF-YYERROR-VERBOSE message is properly output after `syntax error, ' [all...] |
/external/bluetooth/bluez/doc/ |
input-api.txt | 18 Possible errors: org.bluez.Error.AlreadyConnected 19 org.bluez.Error.ConnectionAttemptFailed 28 Possible errors: org.bluez.Error.Failed 35 Possible Errors: org.bluez.Error.InvalidArguments
|
/external/dbus/bus/ |
activation.h | 34 DBusError *error); 43 DBusError *error); 47 DBusError *error); 55 DBusError *error);
|
driver.h | 34 DBusError *error); 38 DBusError *error); 42 DBusError *error); 47 DBusError *error);
|