/frameworks/base/tools/localize/ |
SourcePos.h | 20 int Error(const char* fmt, ...) const;
|
/hardware/msm7k/librpc/ |
ops.c | 19 E("error opening %s: %s\n", router, strerror(errno)); 25 if(close(handle) < 0) E("error: %s\n", strerror(errno)); 32 E("error reading RPC packet: %d (%s)\n", errno, strerror(errno)); 50 E("error writing RPC packet: %d (%s)\n", errno, strerror(errno));
|
/packages/apps/IM/src/com/android/im/engine/ |
ConnectionListener.java | 30 * @param error 31 * the error which caused the state change or <code>null</code> 34 public void onStateChanged(int state, ImErrorInfo error); 38 public void onUpdatePresenceError(ImErrorInfo error);
|
MessageListener.java | 34 * Calls when an error occurs to send a message. 38 * @param error the error information. 40 public void onSendMessageError(ChatSession ses, Message msg, ImErrorInfo error);
|
/packages/apps/IM/src/com/android/im/imps/ |
MultiPhaseTransaction.java | 42 protected void notifyErrorResponse(ImpsErrorInfo error) { 43 TransactionStatus status = processResponseError(error); 49 public abstract TransactionStatus processResponseError(ImpsErrorInfo error); 53 final public void onResponseError(ImpsErrorInfo error) { }
|
/system/extras/tests/bionic/libc/common/ |
test_gethostname.c | 14 printf("gethostname() returned error %d: %s\n", errno, strerror(errno));
|
/external/dbus/bus/ |
config-parser.c | 341 DBusError *error) 348 BUS_SET_OOM (error); 355 BUS_SET_OOM (error); 467 /* Making this long means the user has to wait longer for an error 567 DBusError *error) 569 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 573 dbus_set_error (error, 594 DBusError *error, 658 dbus_set_error (error, DBUS_ERROR_FAILED, 674 dbus_set_error (error, DBUS_ERROR_FAILED 2560 DBusError error; local 2629 DBusError error; local 2902 DBusError error; local 2997 DBusError error; local [all...] |
services.h | 46 DBusError *error); 59 DBusError *error); 65 DBusError *error); 75 DBusError *error); 79 DBusError *error); 83 DBusError *error); 91 DBusError *error);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 182 * @return Appropriate OMX Error. 229 * @return Appropriate OMX error. 353 OMX_ERRORTYPE error = OMX_ErrorNone; local 409 error = TIOMX_Init(); 410 if(error != OMX_ErrorNone) { 411 APP_DPRINT("%d :: Error returned by OMX_Init()\n",__LINE__); 420 error = OMX_ErrorBadParameter; 534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); 537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); 539 if((error != OMX_ErrorNone) || (*pHandle == NULL) 1367 OMX_ERRORTYPE error = OMX_ErrorNone; local [all...] |
/dalvik/libcore/security/src/main/java/org/bouncycastle/x509/ |
CertPathReviewerMessages.properties | 14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted 15 CertPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitted. 16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted. 17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is not in the permitted set of DNs. 21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded 22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded. 23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded. 24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs. 28 CertPathReviewer.notPermittedEmail.title = Name constraint error: not permitted email address 29 CertPathReviewer.notPermittedEmail.text = Name constraint error: certificate contains the not permitted email address {0} [all...] |
CertPathReviewerMessages_de.properties | 14 CertPathReviewer.notPermittedDN.title = Name constraint error: certificate DN is not permitted 15 CertPathReviewer.notPermittedDN.text = Name constraint error: the certificate DN {0} is not permitted. 16 CertPathReviewer.notPermittedDN.summary = Name constraint error: certificate DN is not permitted. 17 CertPathReviewer.notPermittedDN.details = Name constraint checking error. The certificate DN {0} is not in the permitted set of DNs. 21 CertPathReviewer.excludedDN.title = Name constraint error: certificate DN is excluded 22 CertPathReviewer.excludedDN.text = Name constraint error: The certificate DN {0} is excluded. 23 CertPathReviewer.excludedDN.summary = Name constraint error: certificate DN is excluded. 24 CertPathReviewer.excludedDN.details = Name constraint checking error. The certificate DN {0} is inside of the excluded set of DNs. 28 CertPathReviewer.notPermittedEmail.title = Name constraint error: not permitted email address 29 CertPathReviewer.notPermittedEmail.text = Name constraint error: certificate contains the not permitted email address {0} [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/transform/ |
TransformerFactoryConfigurationError.java | 24 * exists. This error will typically be thrown when the class of a 28 public class TransformerFactoryConfigurationError extends Error { 49 * the <code>String</code> specified as an error message. 51 * @param msg The error message for the exception. 62 * given <code>Exception</code> base cause of the error. 90 * Return the message (if any) for this error . If there is no 94 * @return The error message.
|
/development/ide/xcode/ports/ |
skia_mac.cp | 38 int error = chdir(workingDirectory); local 39 if (error != 0) { 40 error = errno; 41 SkASSERT(error != ENOENT); 42 SkASSERT(error != ENOTDIR); 43 SkASSERT(error != EACCES); 44 SkASSERT(error != EIO);
|
/external/bison/lib/ |
error.h | 1 /* Declaration for error-reporting function 43 extern void error (int __status, int __errnum, const char *__format, ...) 50 /* If NULL, error will flush stdout, then print on stderr the program 51 name, a colon and a space. Otherwise, error will call this 55 /* This variable is incremented each time `error' is called. */ 58 /* Sometimes we want to have at most one error per line. This 66 #endif /* error.h */
|
/external/bluetooth/glib/gio/ |
gfileoutputstream.h | 24 #error "Only <gio/gio.h> can be included directly." 70 GError **error); 75 GError **error); 79 GError **error); 88 GError **error); 105 GError **error); 114 GError **error);
|
gunixinputstream.c | 83 GError **error); 86 GError **error); 96 GError **error); 105 GError **error); 113 GError **error); 334 GError **error) 356 g_set_error (error, G_IO_ERROR, 358 _("Error reading from unix: %s"), 366 if (g_cancellable_set_error_if_cancelled (cancellable, error)) 376 g_set_error (error, G_IO_ERROR 435 GError *error = NULL; local 572 GError *error = NULL; local [all...] |
/external/bluetooth/glib/gio/tests/ |
memory-output-stream.c | 33 GError *error = NULL; local 41 g_data_output_stream_put_byte (o, 1, NULL, &error); 42 g_assert_no_error (error); 44 g_seekable_truncate (G_SEEKABLE (mo), 0, NULL, &error); local 45 g_assert_no_error (error); 48 g_data_output_stream_put_byte (o, 1, NULL, &error); 49 g_assert_no_error (error);
|
/external/bluetooth/glib/tests/ |
unicode-collate.c | 37 GError *error = NULL; local 79 in = g_io_channel_new_file (argv[i], "r", &error); 82 fprintf (stderr, "Cannot open %s: %s\n", argv[i], error->message); 97 if (g_io_channel_read_line (in, &str, NULL, &term_pos, &error) != G_IO_STATUS_NORMAL) 111 if (error) 113 fprintf (stderr, "Error reading test file, %s\n", error->message);
|
/external/dbus/dbus/ |
dbus-userdb.c | 98 * @param error error to fill in 105 DBusError *error) 109 _DBUS_ASSERT_ERROR_IS_CLEAR (error); 144 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL); 150 if (!_dbus_user_info_fill_uid (info, uid, error)) 152 _DBUS_ASSERT_ERROR_IS_SET (error); 159 if (!_dbus_user_info_fill (info, username, error)) 161 _DBUS_ASSERT_ERROR_IS_SET (error); 174 dbus_set_error (error, DBUS_ERROR_NO_MEMORY, NULL) 214 DBusError error; local [all...] |
/external/iproute2/include/linux/can/ |
netlink.h | 60 * CAN operational and error states 63 CAN_STATE_ERROR_ACTIVE = 0, /* RX/TX error count < 96 */ 64 CAN_STATE_ERROR_WARNING, /* RX/TX error count < 128 */ 65 CAN_STATE_ERROR_PASSIVE, /* RX/TX error count < 256 */ 66 CAN_STATE_BUS_OFF, /* RX/TX error count >= 256 */ 89 __u32 error_warning; /* Changes to error warning state */ 90 __u32 error_passive; /* Changes to error passive state */
|
/external/opencore/engines/2way/test/src/ |
connect_cancel_test.cpp | 25 int error = 0; local 33 OSCL_TRY(error, scheduler->StartScheduler()); 34 if (error != 0) 36 OSCL_LEAVE(error); 88 int error; local 90 OSCL_TRY(error, iCancelCmdId = terminal->CancelAllCommands()); 91 if (error)
|
init_cancel_test.cpp | 24 int error = 0; local 32 OSCL_TRY(error, scheduler->StartScheduler()); 33 if (error != 0) 35 OSCL_LEAVE(error); 93 int error = 0; local 94 OSCL_TRY(error, iCnclCmdId = terminal->CancelAllCommands()); 95 if (error)
|
init_test.cpp | 25 int error = 0; local 33 OSCL_TRY(error, scheduler->StartScheduler()); 34 if (error != 0) 36 OSCL_LEAVE(error); 75 int error; local 76 OSCL_TRY(error, iRstCmdId = terminal->Reset()); 77 if (error)
|
/external/opencore/pvmi/pvmf/include/ |
pvmf_fileformat_events.h | 22 UUID for file format error and information event type codes 27 * An enumeration of error types from file format libraries and nodes 32 File open error 37 File read error 42 File seek error 72 Miscellaneous error 77 Placeholder for the last PVMF FF error event
|
/external/skia/xcode/ports/ |
skia_mac.cp | 39 int error = chdir(workingDirectory); local 40 if (error != 0) { 41 error = errno; 42 SkASSERT(error != ENOENT); 43 SkASSERT(error != ENOTDIR); 44 SkASSERT(error != EACCES); 45 SkASSERT(error != EIO);
|