Searched defs:error (Results 151 - 163 of 163) sorted by relevance

1234567

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java509 private void handleOnLayoutFailed(final CharSequence error, int sequence) { argument
517 if (!TextUtils.isEmpty(error)) {
519 messageView.setText(error);
597 // TODO: We need some UI for announcing an error.
619 private void handleOnWriteFailed(final CharSequence error, int sequence) { argument
627 if (!TextUtils.isEmpty(error)) {
629 messageView.setText(error);
676 CharSequence error = (CharSequence) message.obj;
678 handleOnLayoutFailed(error, sequence);
688 CharSequence error
714 onLayoutFailed(CharSequence error, int sequence) argument
740 onWriteFailed(CharSequence error, int sequence) argument
2496 setError(CharSequence error, Drawable icon) argument
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp2345 String8 error; local
2399 "backupAgent", &error);
2415 "name", &error);
2416 if (error != "") {
2417 fprintf(stderr, "ERROR: %s\n", error.string());
H A DResourceTable.cpp275 sourcePos.error("Attribute \"%s\" has already been defined\n",
325 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
337 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
354 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
372 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
385 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n");
392 bool error; local
393 uint32_t l10n_required = parse_flags(str, len, l10nRequiredFlags, &error);
394 if (error) {
395 attr.sourcePos.error("Ta
[all...]
/frameworks/native/opengl/libagl/
H A Dcontext.h628 GLenum error; member in struct:android::gl::ogles_context_t
H A Degl.cpp74 static T setError(GLint error, T returnValue) { argument
81 pthread_setspecific(gEGLErrorKey, (void*)error);
88 GLint error = (GLint)pthread_getspecific(gEGLErrorKey);
89 if (error == 0) {
95 return error;
506 // internal compile error on simulator builds
1160 // error, this attribute doesn't exist
1172 // it is an error to set a context current, if it's already
1270 // there was a problem in the ctor, the error
1316 // there was a problem in the ctor, the error
[all...]
/frameworks/opt/telephony/src/java/android/provider/
H A DTelephony.java309 Uri uri, int folder, int error) {
340 values.put(ERROR_CODE, error);
560 * Set by BroadcastReceiver to indicate a generic error while
616 * <p>If a BroadcastReceiver encounters an error while processing
638 * <p>If a BroadcastReceiver encounters an error while processing
659 * <p>If a BroadcastReceiver encounters an error while processing
682 * <p>If a BroadcastReceiver encounters an error while processing
713 * <p>If a BroadcastReceiver encounters an error while processing
740 * <p>If a BroadcastReceiver encounters an error while processing
760 * <p>If a BroadcastReceiver encounters an error whil
308 moveMessageToFolder(Context context, Uri uri, int folder, int error) argument
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java1588 * Unspecified camera error.
1601 * Callback interface for camera error notification.
1609 * @param error error code:
1616 void onError(int error, Camera camera); argument
1620 * Registers a callback to be invoked when an error occurs.
3469 * The error can be large and it should be only used as a reference.</p>
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java253 public static String getErrorString(int error) { argument
254 switch (error) {
270 return getHex(error);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java189 onError(int error, Object ret) { argument
192 ex = CommandException.fromRilErrno(error);
196 + " error: " + ex);
487 // don't print an error message after the the first time
2250 * @param error is the RIL_Errno sent back
2253 private void clearRequestList(int error, boolean loggable) { argument
2269 rr.onError(error, null);
2291 int serial, error;
2295 error = p.readInt();
2303 + serial + " error
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java164 * This flag is set if the TextView tries to display an error before it
166 * It causes the error to be shown later, when onAttachedToWindow()
307 public void setError(CharSequence error, Drawable icon) { argument
308 mError = TextUtils.stringOrSpannedString(error);
352 * Returns the X offset to make the pointy top of the error point
353 * at the middle of the error icon.
383 * Returns the Y offset to make the pointy top of the error point
384 * at the bottom of the error icon.
H A DTextView.java3525 ss.error = getError();
3585 if (ss.error != null) {
3586 final CharSequence error = ss.error;
3587 // Display the error later, after the first layout pass
3590 setError(error);
4375 * Returns the error message that was set to be displayed with
4376 * {@link #setError}, or <code>null</code> if no error was set
4377 * or if it the error was cleared by the widget after user input.
4384 * Sets the right-hand compound drawable of the TextView to the "error"
4392 setError(CharSequence error) argument
4413 setError(CharSequence error, Drawable icon) argument
8887 CharSequence error; field in class:TextView.SavedState
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3237 ALOGW("Failure getting entry for 0x%08x (t=%d e=%d) in package %zd (error %d)\n",
3722 TABLE_SUPER_NOISY(printf("Identifier for name: error=%d\n", mError));
4085 bool error = false; local
4086 while (i < len && !error) {
4087 val = (val*16) + get_hex(s[i], &error);
4090 if (error) {
4393 bool error = false; local
4397 color |= get_hex(s[1], &error) << 20;
4398 color |= get_hex(s[1], &error) << 16;
4399 color |= get_hex(s[2], &error) << 1
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java376 /** No error. result OK */
424 /** Internal error, type size mismatch. */
448 /** The video encoder encountered an Access Unit error. */
472 /** Internal error, clip analysis version mismatch. */
579 /** The input parameter/s has error */
582 /** There is a state machine error */
759 /** Internal error. */
1848 boolean updateOverlay, String filename, int renderingMode, int error) {
1873 } else if (error != 0) {
1874 mPreviewProgressListener.onError(mVideoEditor, error);
1847 onPreviewProgressUpdate(int progress, boolean isFinished, boolean updateOverlay, String filename, int renderingMode, int error) argument
[all...]

Completed in 353 milliseconds

1234567