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

1 2 3 4

  /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);
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 29 void setError(EGLint err) { m_err = err;}
  /external/webkit/Tools/DumpRenderTree/mac/
MockGeolocationProvider.h 42 - (void)setError:(NSError *)error;
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 40 public void setError(int code, String message) {
  /external/webkit/Source/WebKit/android/jni/
MockGeolocation.cpp 60 static void setError(JNIEnv* env, jobject, int code, jstring message)
65 GeolocationServiceMock::setError(error.release());
70 { "nativeSetError", "(ILjava/lang/String;)V", (void*) setError }
  /frameworks/base/opengl/libagl/
egl.cpp 73 static T setError(GLint error, T returnValue) {
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_ALLOC, EGL_NO_SURFACE)
    [all...]
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 131 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
135 return setError(EGL_BAD_PARAMETER, EGL_NO_DISPLAY);
151 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
167 if (!dp) return setError(EGL_BAD_DISPLAY, EGL_FALSE);
214 return setError(EGL_BAD_PARAMETER, EGL_FALSE);
243 return setError(EGL_BAD_ALLOC, EGL_FALSE);
306 return setError(EGL_BAD_CONFIG, EGL_FALSE);
358 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
370 return setError(EGL_BAD_NATIVE_WINDOW, EGL_NO_SURFACE);
445 return setError(EGL_BAD_SURFACE, EGL_FALSE)
    [all...]
  /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/libs/rs/driver/
rsdFrameBufferObj.cpp 55 rsc->setError(RS_ERROR_BAD_VALUE,
59 rsc->setError(RS_ERROR_BAD_VALUE,
63 rsc->setError(RS_ERROR_BAD_VALUE,
67 rsc->setError(RS_ERROR_BAD_VALUE,
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 42 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
64 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
69 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
80 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
85 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
96 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
101 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
112 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
117 rsc->setError(RS_ERROR_FATAL_UNKNOWN,
rsProgram.cpp 144 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation");
150 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind allocation");
171 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind texture");
177 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind cubemap to 2d texture slot");
190 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot bind sampler");
rsProgramFragment.cpp 42 rsc->setError(RS_ERROR_BAD_SHADER, "Cannot set fixed function emulation color on user program");
47 rsc->setError(RS_ERROR_BAD_SHADER, "Unable to set fixed function emulation color because allocation is missing");
67 rsc->setError(RS_ERROR_BAD_SHADER, "No texture bound");
  /libcore/luni/src/main/java/java/io/
PrintStream.java 206 * previously or if {@code setError()} has been called;
208 * @see #setError()
241 setError();
258 // Ignored, fall through to setError
261 setError();
428 setError();
443 setError();
537 protected void setError() {
565 setError();
574 setError();
    [all...]
PrintWriter.java 201 * previously or if {@code setError()} has been called;
203 * @see #setError()
236 setError();
255 setError();
258 setError();
565 protected void setError() {
625 setError();
628 setError();
  /external/mesa3d/test/
egl.cpp 78 static T setError(GLint error, T returnValue)
421 return setError(EGL_BAD_ALLOC, EGL_FALSE);
433 return setError(EGL_BAD_ALLOC, EGL_FALSE);
447 return setError(EGL_BAD_ACCESS, EGL_FALSE);
533 return setError(EGL_BAD_ACCESS, EGL_FALSE);
590 setError(EGL_BAD_ALLOC, EGL_FALSE);
604 return setError(EGL_BAD_ACCESS, EGL_FALSE);
608 return setError(EGL_BAD_CURRENT_SURFACE, EGL_FALSE);
713 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE);
795 setError(EGL_BAD_ALLOC, EGL_NO_SURFACE)
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebGeolocationClientMock.cpp 61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message)
77 m_clientMock->setError(webError);
  /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) {
  /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
58 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!!");

Completed in 2673 milliseconds

1 2 3 4