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

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \ macro
/frameworks/base/core/java/android/webkit/
H A DMockGeolocation.java48 public void setError(int code, String message) { method in class:MockGeolocation
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp159 void WVMExtractor::setError(status_t err) { function in class:android::WVMExtractor
161 mImpl->setError(err);
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java161 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/compile/slang/
H A Dslang_rs_reflection.h46 inline void setError(const std::string &Error) { mLastError = Error; } function in class:slang::RSReflection
/frameworks/support/renderscript/v8/rs_support/
H A DrsContext.cpp181 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed initializing GL");
374 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/rs/
H A DrsContext.cpp250 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed loading RS driver");
269 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed to find rsdHalInit");
276 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed initializing RS Driver");
285 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
660 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/native/libs/binder/
H A DParcel.cpp528 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/native/opengl/libagl/
H A Degl.cpp74 static T setError(GLint error, T returnValue) { function in namespace:android
379 return setError(EGL_BAD_ALLOC, EGL_FALSE);
386 return setError(EGL_BAD_ALLOC, EGL_FALSE);
398 return setError(EGL_BAD_ALLOC, EGL_FALSE);
410 return setError(EGL_BAD_ACCESS, EGL_FALSE);
495 return setError(EGL_BAD_ACCESS, EGL_FALSE);
537 return setError(EGL_BAD_ALLOC, EGL_FALSE);
553 setError(EGL_BAD_ALLOC, EGL_FALSE);
567 return setError(EGL_BAD_ACCESS, EGL_FALSE);
571 return setError(EGL_BAD_CURRENT_SURFAC
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java293 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java3462 setError(error);
4246 * {@link #setError}, or <code>null</code> if no error was set
4262 public void setError(CharSequence error) { method in class:TextView
4264 setError(null, null);
4270 setError(error, dr);
4283 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4285 mEditor.setError(error, icon);
5421 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5440 setError(null, null);

Completed in 3380 milliseconds