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.cpp502 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/base/libs/rs/
H A DrsContext.cpp802 void Context::setError(RsError e, const char *msg) function in class:Context
/frameworks/base/opengl/libs/EGL/
H A Degl.cpp49 #define setError(_e, _r) setErrorEtc(__FUNCTION__, __LINE__, _e, _r) macro
498 if (!dp) return setError(EGL_BAD_DISPLAY, (egl_connection_t*)NULL);
501 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
505 return setError(EGL_BAD_CONFIG, (egl_connection_t*)NULL);
513 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
515 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
517 return setError(EGL_BAD_CONTEXT, EGL_FALSE);
524 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
526 return setError(EGL_BAD_DISPLAY, EGL_FALSE);
528 return setError(EGL_BAD_SURFAC
[all...]
/frameworks/base/opengl/libagl/
H A Degl.cpp71 static T setError(GLint error, T returnValue) { function in namespace:android
395 return setError(EGL_BAD_ALLOC, EGL_FALSE);
407 return setError(EGL_BAD_ALLOC, EGL_FALSE);
421 return setError(EGL_BAD_ACCESS, EGL_FALSE);
539 return setError(EGL_BAD_ACCESS, EGL_FALSE);
593 setError(EGL_BAD_ALLOC, EGL_FALSE);
607 return setError(EGL_BAD_ACCESS, EGL_FALSE);
611 return setError(EGL_BAD_CURRENT_SURFACE, EGL_FALSE);
711 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
791 setError(EGL_BAD_ALLO
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java2506 setError(error);
3283 * {@link #setError}, or <code>null</code> if no error was set
3299 public void setError(CharSequence error) { method in class:TextView
3301 setError(null, null);
3308 setError(error, dr);
3321 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4326 setError(null, null);
4438 setError(null, null);
4457 setError(null, null);

Completed in 285 milliseconds