Searched refs:error (Results 126 - 150 of 178) sorted by relevance

12345678

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/hdr/
H A DDM_DmConnRef.h21 #error "This is a C++ header file; it requires C++ to compile."
101 * @return a pointer to the DmConnRef instance. Return NULL for error.
157 * @return a pointer to the DmSyncmlNAP instance. Return NULL for error.
164 * @return a pointer to the DmSyncmlPX instance. Return NULL for error.
H A Ddm_tpt_connection.H21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
H A DdmSubscriptionManager.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmEventLogger.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/jni/
H A DDMServiceAlert.h21 #error "This is a C++ header file; it requires C++ to compile."
121 * \return SYNCML_DM_STATUS_T::SUCCESS on success; otherwise returns error code.
133 * \return SYNCML_DM_STATUS_T::SUCCESS on success; otherwise returns error code.
149 * \return SYNCML_DM_STATUS_T::SUCCESS on success; otherwise returns error code.
164 * \return SYNCML_DM_STATUS_T::SUCCESS on success; otherwise returns error code.
180 * \return SYNCML_DM_STATUS_T::SUCCESS on success; otherwise returns error code.
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
H A DQuotedPrintableInputStream.java199 log.error("Illegal state: " + state);
H A DDecoderUtil.java65 log.error(e);
94 log.error(e);
172 // ANDROID: The mime4j original version has an error here. It gets confused if
216 // return null on error. Begin is index of '=?' in body.
/packages/apps/Email/src/com/android/email/activity/setup/
H A DOAuthAuthenticationActivity.java77 final String error = uri.getQueryParameter("error");
79 if (error != null) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java88 public QueryPoolException(String error) { argument
89 super(error);
/packages/apps/Mms/tests/src/com/android/mms/ui/
H A DComposeMessageActivityTests.java125 private void setError(String error) { argument
126 mError = error;
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeNfcManager.cpp285 ALOGE("phLibNfc_Mgt_UnConfigureDriver() returned error 0x%04x[%s] -- this should never happen", status, nfc_jni_get_status_name( status));
1191 ALOGE("SE transaction notification error");
1192 goto error;
1198 error:
1199 /* In case of error, just discard the notification */
1897 goto error;
1923 goto error;
1931 goto error;
1938 goto error;
1957 error
[all...]
/packages/apps/Camera/jni/
H A Dmosaic_renderer_jni.cpp193 // @return false if there was an error
195 GLint error = glGetError(); local
197 if (error != 0) {
198 switch (error) {
203 LOGE("Error after %s(). glError: %s (0x%x) in line %d of %s", op, err_msg, error, line, file);
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraManagerImpl.java98 public void onError(CameraDevice device, int error) {
/packages/apps/Mms/src/com/android/mms/
H A DLogTag.java89 public static void error(String format, Object... args) { method in class:LogTag
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
H A Ddmprofile.h5 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/xpl/hdr/
H A Ddmprofile.h5 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DSimpleTempStorage.java70 log.error("Unable to mkdirs on " + p.getAbsolutePath());
/packages/apps/Mms/src/com/android/mms/data/
H A DWorkingMessage.java199 * Called if there's an attachment error while resizing the images just before sending.
201 void onAttachmentError(int error); argument
235 LogTag.error("Can't move %s to drafts", uri);
277 LogTag.error("Couldn't load URI %s", uri);
426 * @return An error code such as {@link UNKNOWN_ERROR} or {@link OK} if successful
1446 int error = 0;
1450 error = MESSAGE_SIZE_EXCEEDED;
1452 error = UNKNOWN_ERROR;
1454 if (error != 0) {
1456 mStatusListener.onAttachmentError(error);
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DAttachmentsView.java304 * @throws AttachmentFailureException if an error occurs adding the attachment.
394 public AttachmentFailureException(String error, int errorRes) { argument
395 super(error);
405 * Get the error string resource that corresponds to this attachment failure. Always a valid
/packages/apps/Browser/src/com/android/browser/
H A DTab.java261 // Container class for the next error dialog that needs to be displayed
266 ErrorDialog(int title, String desc, int error) { argument
269 mError = error;
300 // Already saw a similar error, ignore the new one.
360 // reset the error console
426 * Show a dialog informing the user of the network error reported by
513 * Displays SSL error(s) dialog to the user.
517 final SslErrorHandler handler, final SslError error) {
534 handleProceededAfterSslError(error);
543 view, handler, error);
1057 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
1968 handleProceededAfterSslError(SslError error) argument
[all...]
H A DPreloadController.java186 SslErrorHandler handler, SslError error) {
185 showSslCertificateOnError(WebView view, SslErrorHandler handler, SslError error) argument
/packages/apps/LegacyCamera/jni/
H A Dmosaic_renderer_jni.cpp176 // @return false if there was an error
178 GLint error = glGetError(); local
179 if (error != 0) {
180 LOGE("after %s() glError (0x%x)", op, error);
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockPassword.java311 * @return error message to show to user or null if password is OK
494 String error = validatePassword(password);
495 if (error != null) {
496 mHeaderText.setText(error);
511 // Changing the text while error displayed resets to NeedToConfirm state
/packages/apps/Nfc/src/com/android/nfc/
H A DFireflyRenderer.java319 int error = mEgl.eglGetError();
320 Log.e(LOG_TAG,"createWindowSurface returned error " + Integer.toString(error));
/packages/apps/Gallery/src/com/android/camera/
H A DImageGallery.java808 // If the thumbnail cannot be drawn, put up an error icon
810 Bitmap error = getErrorBitmap(image);
811 int width = error.getWidth();
812 int height = error.getHeight();
817 canvas.drawBitmap(error, mSrcRect, mDstRect, null);

Completed in 613 milliseconds

12345678