Searched refs:error (Results 51 - 75 of 178) sorted by relevance

12345678

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A DSYNCML_DM_Alert.H21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmSession.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmClientSrvCreds.h27 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
H A DdmACLItem.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmConfigItem.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmMetaDataBuffer.h21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmSubscriptionItem.h21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java222 int error = mEgl.eglGetError();
223 if (error == EGL10.EGL_BAD_NATIVE_WINDOW) {
254 * @return the EGL error code from eglSwapBuffers.
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
H A DBlockingGLTextureView.java222 int error = mEgl.eglGetError();
223 if (error == EGL10.EGL_BAD_NATIVE_WINDOW) {
254 * @return the EGL error code from eglSwapBuffers.
292 public static void throwEglException(String function, int error) { argument
293 String message = formatEglError(function, error);
297 public static void logEglErrorAsWarning(String tag, String function, int error) { argument
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { argument
302 return function + " failed: " + error;
/packages/services/Telephony/src/com/android/phone/
H A DHfaActivity.java58 public void onError(String error) {
59 onHfaError(error);
/packages/apps/Browser/src/com/android/browser/
H A DErrorConsoleView.java41 * Define some constants to describe the visibility of the error console.
137 * Removes all error messages from the console.
211 // An adapter for this View that contains a list of error messages.
230 * This class is an adapter for ErrorConsoleListView that contains the error console
289 * Constructs a TwoLineListItem for the error at position.
293 ConsoleMessage error = mMessages.get(position);
295 if (error == null) {
307 headline.setText(error.sourceId() + ":" + error.lineNumber());
308 subText.setText(error
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/
H A DExternalAccountType.java135 // Done parsing; line number no longer needed in error log.
150 final StringBuilder error = new StringBuilder();
151 error.append("Problem reading XML");
153 error.append(" in line ");
154 error.append(parser.getLineNumber());
156 error.append(" for external package ");
157 error.append(packageName);
159 Log.e(TAG, error.toString(), e);
/packages/apps/Camera2/src/com/android/camera/
H A DSurfaceTextureRenderer.java172 int error;
173 while ((error = egl.eglGetError()) != EGL10.EGL_SUCCESS) {
174 Log.e(TAG, String.format("%s: EGL error: 0x%x", prompt, error));
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java99 SslError error) {
100 mWrappedClient.onReceivedSslError(view, handler, error);
98 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
/packages/apps/Mms/src/com/android/mms/transaction/
H A DMessageStatusService.java98 error("Can't find message for status update: " + messageUri);
106 private void error(String message) { method in class:MessageStatusService
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/
H A DLog.java92 public void error(Object message) { method in class:Log
96 public void error(Object message, Throwable t) { method in class:Log
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DViewHelper.java34 TextView v = (TextView) mView.findViewById(R.id.error);
/packages/apps/Mms/src/com/android/mms/data/
H A DConversation.java94 private boolean mHasError; // True if any message is in an error state.
154 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
156 LogTag.error("get by threadId cache.replace failed on " + conv);
184 LogTag.error(TAG, "Conversation.get: new conv's recipients don't match input recpients "
191 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
193 LogTag.error("get by recipients cache.replace failed on " + conv);
225 LogTag.error("Invalid URI: " + uri);
288 LogTag.error(TAG, "Tried to add duplicate Conversation to Cache (from cursor): " +
291 LogTag.error("Converations.from cache.replace failed on " + conv);
590 * Returns true if any messages in the conversation are in an error stat
[all...]
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtAttributes.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtFirmAlert.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtSessionProp.hpp21 #error "This is a C++ header file; it requires C++ to compile."
H A DdmtTree.hpp21 #error "This is a C++ header file; it requires C++ to compile."
43 error description object if failed, NULL if succeeded
89 ... error handling
97 ... error handling
104 ... error handling
155 * ... error processing here
159 * ... error
224 * ... error handling
229 * � error handling
233 * .... error processin
[all...]
H A DdmtTreeFactory.hpp21 #error "This is a C++ header file; it requires C++ to compile."
116 * ... error handling
141 * This function will return error for invalid subtree path.
150 * ... error processing here
180 * This function will return error for invalid subtree path.
189 * ... error processing here
213 * \param oResult [out] - string with error description
250 * \param oResult [out] - DMVector<UINT8> with error code
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
H A DSyncML_DM_Archiver.H21 #error "This is a C++ header file; it requires C++ to compile."
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
H A Ddm_tree_default_ESN_class.H5 #error "This is a C++ header file; it requires C++ to compile."

Completed in 690 milliseconds

12345678