Searched defs:setError (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java40 public void setError(int code, String message) { method in class:MockGeolocation
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java161 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/libs/binder/
H A DParcel.cpp477 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/base/libs/rs/
H A DrsContext.cpp789 void Context::setError(RsError e, const char *msg) function in class:Context
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp46 #define setError(_e, _r) setErrorEtc(__FUNCTION__, __LINE__, _e, _r) macro
483 if (!dp) return setError(EGL_BAD_DISPLAY, (egl_connection_t*)NULL);
487 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
491 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
495 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
503 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
505 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
507 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
514 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
516 return setError(EGL_BAD_DISPLA
[all...]
/frameworks/base/opengl/libagl/
H A Degl.cpp71 static T setError(GLint error, T returnValue) { function in namespace:android
400 return setError(EGL_BAD_ALLOC, EGL_FALSE);
412 return setError(EGL_BAD_ALLOC, EGL_FALSE);
426 return setError(EGL_BAD_ACCESS, EGL_FALSE);
544 return setError(EGL_BAD_ACCESS, EGL_FALSE);
598 setError(EGL_BAD_ALLOC, EGL_FALSE);
612 return setError(EGL_BAD_ACCESS, EGL_FALSE);
747 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
827 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
1265 return setError(EGL_BAD_CONFI
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2464 setError(error);
3219 * {@link #setError}, or <code>null</code> if no error was set
3235 public void setError(CharSequence error) { method in class:TextView
3237 setError(null, null);
3244 setError(error, dr);
3257 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4187 setError(null, null);
4288 setError(null, null);
4307 setError(null, null);

Completed in 393 milliseconds