Searched defs:setError (Results 1 - 10 of 10) 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/opengl/libs/EGL/
H A Degl_tls.h65 #define setError(_e, _r) \ macro
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScript.h166 void setError(int error) { function in class:bcc::Script
H A DCompiler.h186 void setError(const char *Error) { function in class:bcc::Compiler
190 void setError(const std::string &Error) { function in class:bcc::Compiler
/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/base/libs/rs/
H A DrsContext.cpp221 rsc->setError(RS_ERROR_FATAL_DRIVER, "Failed initializing GL");
229 rsc->setError(RS_ERROR_OUT_OF_MEMORY, "Failed initializing GL");
574 void Context::setError(RsError e, const char *msg) const { function in class:Context
/frameworks/base/libs/binder/
H A DParcel.cpp528 void Parcel::setError(status_t err) function in class:android::Parcel
/frameworks/base/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 DTextView.java3070 setError(error);
3916 * {@link #setError}, or <code>null</code> if no error was set
3932 public void setError(CharSequence error) { method in class:TextView
3934 setError(null, null);
3940 setError(error, dr);
3953 public void setError(CharSequence error, Drawable icon) { method in class:TextView
5480 * Resets the mErrorWasChanged flag, so that future calls to {@link #setError(CharSequence)}
5499 setError(null, null);

Completed in 1189 milliseconds