Searched defs:setError (Results 1 - 11 of 11) 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/native/opengl/libs/EGL/
H A Degl_tls.h64 #define setError(_e, _r) \ macro
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.h162 void setError(const char *Error) { function in class:bcc::Compiler
166 void setError(const std::string &Error) { function in class:bcc::Compiler
H A DScript.h208 void setError(int error) { function in class:bcc::Script
/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/rs/
H A DrsContext.cpp224 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed initializing GL");
232 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
607 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.cpp73 static T setError(GLint error, T returnValue) { function in namespace:android
376 return setError(EGL_BAD_ALLOC, EGL_FALSE);
388 return setError(EGL_BAD_ALLOC, EGL_FALSE);
402 return setError(EGL_BAD_ACCESS, EGL_FALSE);
487 return setError(EGL_BAD_ACCESS, EGL_FALSE);
543 setError(EGL_BAD_ALLOC, EGL_FALSE);
557 return setError(EGL_BAD_ACCESS, EGL_FALSE);
561 return setError(EGL_BAD_CURRENT_SURFACE, EGL_FALSE);
661 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
741 setError(EGL_BAD_ALLO
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java290 public void setError(CharSequence error, Drawable icon) { method in class:Editor
H A DTextView.java3313 setError(error);
4097 * {@link #setError}, or <code>null</code> if no error was set
4113 public void setError(CharSequence error) { method in class:TextView
4115 setError(null, null);
4121 setError(error, dr);
4134 public void setError(CharSequence error, Drawable icon) { method in class:TextView
4136 mEditor.setError(error, icon);
5276 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5295 setError(null, null);

Completed in 258 milliseconds