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

1 2 3

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglThreadInfo.h 29 void setError(EGLint err) { m_err = err;}
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
gUnitTestResult.java 73 public void setError(String 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 },
  /frameworks/base/core/java/android/webkit/
MockGeolocation.java 48 public void setError(int code, String message) {
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 63 #define setError(_e, _r) \
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 59 protected void setError() {}
  /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/mock/
GeolocationServiceMock.cpp 74 void GeolocationServiceMock::setError(PassRefPtr<PositionError> error)
GeolocationClientMock.cpp 69 void GeolocationClientMock::setError(PassRefPtr<GeolocationError> error)
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferManager.java 179 rejection.setError(new XMPPError(XMPPError.Condition.no_acceptable));
FileTransfer.java 152 protected void setError(Error type) {
  /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)
  /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/
WVMExtractor.cpp 162 void WVMExtractor::setError(status_t err) {
164 mImpl->setError(err);
  /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...]
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java 64 public void setError() {
65 super.setError();
162 os.setError();
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.h 39 virtual void setError(GLenum error){ m_error = error; };
  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h 67 virtual void setError(unsigned int error){};
  /external/icu4c/i18n/
fmtable.cpp 89 static void setError(UErrorCode& ec, UErrorCode err) {
627 setError(status, U_INVALID_FORMAT_ERROR);
631 setError(status, U_MEMORY_ALLOCATION_ERROR);
644 setError(status, U_INVALID_FORMAT_ERROR);
648 setError(status, U_MEMORY_ALLOCATION_ERROR);
659 setError(status, U_INVALID_FORMAT_ERROR);
663 setError(status, U_MEMORY_ALLOCATION_ERROR);
674 setError(status, U_INVALID_FORMAT_ERROR);
  /frameworks/base/core/java/com/android/internal/os/
LoggingPrintStream.java 161 protected void setError() { /* ignored */ }
  /frameworks/compile/slang/
slang_rs_reflection.h 46 inline void setError(const std::string &Error) { mLastError = Error; }
  /packages/apps/Mms/tests/src/com/android/mms/ui/
ComposeMessageActivityTests.java 112 setError("Unexpected box state");
125 private void setError(String error) {
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.h 40 virtual void setError(GLenum error){ m_error = error; };

Completed in 838 milliseconds

1 2 3