HomeSort by relevance Sort by last modified time
    Searched refs:setError (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /packages/apps/Email/src/com/android/email/activity/
AddressTextView.java 27 * (@see TextView.setError) when email address validation fails.
69 setError(getContext().getString(R.string.message_compose_error_invalid_email));
71 setError(null);
  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.h 42 - (void)setError:(NSError *)error;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 29 void setError(EGLint err) { m_err = err;}
  /external/webkit/Source/WebCore/fileapi/
FileWriter.cpp 85 setError(FileError::INVALID_STATE_ERR, ec);
89 setError(FileError::TYPE_MISMATCH_ERR, ec);
105 setError(FileError::INVALID_STATE_ERR, ec);
118 setError(FileError::INVALID_STATE_ERR, ec);
132 setError(FileError::INVALID_STATE_ERR, ec);
192 void FileWriter::setError(FileError::ErrorCode errorCode, ExceptionCode& ec)
SyncCallbackHelper.h 101 m_helper->setError(0);
128 m_helper->setError(error->code());
143 void setError(int code)
  /external/webkit/Source/WebCore/platform/gtk/
GeolocationServiceGtk.cpp 90 setError(PositionError::POSITION_UNAVAILABLE, "Could not connect to location provider.");
106 setError(PositionError::POSITION_UNAVAILABLE, error->message);
113 setError(PositionError::POSITION_UNAVAILABLE, error->message);
184 that->setError(PositionError::POSITION_UNAVAILABLE, error->message);
194 that->setError(PositionError::POSITION_UNAVAILABLE, "Position could not be determined.");
208 void GeolocationServiceGtk::setError(PositionError::ErrorCode errorCode, const char* message)
GeolocationServiceGtk.h 50 void setError(PositionError::ErrorCode, const char* message);
  /external/webkit/Source/WebKit/chromium/public/
WebGeolocationClientMock.h 52 WEBKIT_API void setError(int errorCode, const WebString& message);
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 48 public void setError(int code, String message) {
  /frameworks/rs/driver/
rsdFrameBufferObj.cpp 56 rsc->setError(RS_ERROR_BAD_VALUE,
60 rsc->setError(RS_ERROR_BAD_VALUE,
64 rsc->setError(RS_ERROR_BAD_VALUE,
68 rsc->setError(RS_ERROR_BAD_VALUE,
rsdProgramRaster.cpp 49 rsc->setError(RS_ERROR_FATAL_DRIVER, "Invalid cull type");
  /libcore/luni/src/main/java/java/io/
PrintStream.java 208 * previously or if {@code setError()} has been called;
210 * @see #setError()
243 setError();
260 // Ignored, fall through to setError
263 setError();
430 setError();
445 setError();
539 protected void setError() {
567 setError();
576 setError();
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 74 static T setError(GLint error, T returnValue) {
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_SURFACE, EGL_FALSE)
    [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp 117 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
121 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
137 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
153 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
174 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
199 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
298 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
310 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
383 return setError(EGL_BAD_SURFACE, EGL_FALSE);
403 return setError(EGL_BAD_SURFACE, EGL_FALSE)
    [all...]
egl_tls.h 64 #define setError(_e, _r) \
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp 61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message)
77 m_clientMock->setError(webError);
  /frameworks/av/media/libstagefright/include/
WVMExtractor.h 40 virtual void setError(status_t err) = 0;
83 void setError(status_t err);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
Recorder.java 157 setError(SDCARD_ACCESS_ERROR);
172 setError(INTERNAL_ERROR);
186 setError(IN_CALL_RECORD_ERROR);
188 setError(INTERNAL_ERROR);
222 setError(INTERNAL_ERROR);
226 setError(SDCARD_ACCESS_ERROR);
252 setError(SDCARD_ACCESS_ERROR);
273 private void setError(int error) {
  /frameworks/rs/
rsProgramVertex.cpp 45 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
69 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
74 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
87 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
92 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
105 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
110 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
123 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
128 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 73 public void setError(String error) {
  /external/webkit/Source/WebCore/platform/mock/
GeolocationClientMock.h 59 void setError(PassRefPtr<GeolocationError>);
GeolocationServiceMock.h 39 // to be set manually using the setPosition and setError methods. Objects of
53 static void setError(PassRefPtr<PositionError> position);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestTextViewDrawablesLtr.java 43 textViewError.setError("Error!!");
BiDiTestTextViewDrawablesRtl.java 43 textViewError.setError("Error!!");
  /external/webkit/Source/WebKit/android/jni/
MockGeolocation.cpp 69 static void setError(JNIEnv* env, jobject, jobject webViewCore, int code, jstring message)
83 { "nativeSetError", "(Landroid/webkit/WebViewCore;ILjava/lang/String;)V", (void*) setError },

Completed in 1061 milliseconds

1 2 3 4 5