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

/frameworks/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \ macro
/frameworks/av/media/libstagefright/
H A DWVMExtractor.cpp162 void WVMExtractor::setError(status_t err) { function in class:android::WVMExtractor
164 mImpl->setError(err);
/frameworks/base/core/java/com/android/internal/os/
H A DLoggingPrintStream.java161 protected void setError() { /* ignored */ } method in class:LoggingPrintStream
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java244 * previously or if {@code setError()} has been called;
246 * @see #setError()
268 protected void setError() { method in class:FastPrintWriter
394 setError();
410 setError();
468 setError();
503 setError();
/frameworks/volley/src/com/android/volley/toolbox/
H A DImageLoader.java279 request.setError(error);
390 public void setError(VolleyError error) { method in class:ImageLoader.BatchedImageRequest
/frameworks/compile/slang/
H A Dslang_rs_reflection.h46 inline void setError(const std::string &Error) { mLastError = Error; } function in class:slang::RSReflection
/frameworks/native/libs/binder/
H A DParcel.cpp530 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/rs/
H A DrsContext.cpp345 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed loading RS driver");
361 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
768 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintJobConfigActivity.java1143 mCopiesEditText.setError("");
1156 mCopiesEditText.setError("");
1161 mCopiesEditText.setError(null);
1195 mPageRangeEditText.setError("");
1202 mPageRangeEditText.setError("");
1216 mPageRangeEditText.setError("");
1236 mPageRangeEditText.setError(null);
2712 public void setError(CharSequence error, Drawable icon) { method in class:PrintJobConfigActivity.CustomEditText
/frameworks/native/opengl/libagl/
H A Degl.cpp74 static T setError(GLint error, T returnValue) { function in namespace:android
380 return setError(EGL_BAD_ALLOC, EGL_FALSE);
387 return setError(EGL_BAD_ALLOC, EGL_FALSE);
399 return setError(EGL_BAD_ALLOC, EGL_FALSE);
411 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.java307 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java3579 setError(error);
4365 * {@link #setError}, or <code>null</code> if no error was set
4381 public void setError(CharSequence error) { method in class:TextView
4383 setError(null, null);
4389 setError(error, dr);
4402 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4404 mEditor.setError(error, icon);
5572 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5591 setError(null, null);

Completed in 580 milliseconds