Searched defs:setError (Results 1 - 18 of 18) sorted by relevance

/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DgUnitTestResult.java73 public void setError(String error) { method in class:gUnitTestResult
/external/webkit/Source/WebKit/android/jni/
H A DMockGeolocation.cpp69 static void setError(JNIEnv* env, jobject, jobject webViewCore, int code, jstring message) function in namespace:android
83 { "nativeSetError", "(Landroid/webkit/WebViewCore;ILjava/lang/String;)V", (void*) setError },
/external/webkit/Source/WebCore/fileapi/
H A DFileWriter.cpp85 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) function in class:WebCore::FileWriter
H A DSyncCallbackHelper.h101 m_helper->setError(0);
128 m_helper->setError(error->code());
143 void setError(int code) function in class:WebCore::SyncCallbackHelper
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.cpp74 void GeolocationServiceMock::setError(PassRefPtr<PositionError> error) function in class:WebCore::GeolocationServiceMock
H A DGeolocationClientMock.cpp69 void GeolocationClientMock::setError(PassRefPtr<GeolocationError> error) function in class:WebCore::GeolocationClientMock
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.cpp90 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) function in class:WebCore::GeolocationServiceGtk
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationClientMock.cpp61 void WebGeolocationClientMock::setError(int errorCode, const WebString& message) function in class:WebKit::WebGeolocationClientMock
77 m_clientMock->setError(webError);
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DPrintStreamTest.java64 public void setError() { method in class:PrintStreamTest.MockPrintStream
65 super.setError();
162 os.setError();
/external/icu4c/i18n/
H A Dfmtable.cpp87 static void setError(UErrorCode& ec, UErrorCode err) { function
618 setError(status, U_INVALID_FORMAT_ERROR);
622 setError(status, U_MEMORY_ALLOCATION_ERROR);
635 setError(status, U_INVALID_FORMAT_ERROR);
639 setError(status, U_MEMORY_ALLOCATION_ERROR);
650 setError(status, U_INVALID_FORMAT_ERROR);
654 setError(status, U_MEMORY_ALLOCATION_ERROR);
665 setError(status, U_INVALID_FORMAT_ERROR);
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp673 void Geolocation::setError(GeolocationError* error) function in class:WebCore::Geolocation
/external/llvm/lib/Support/
H A DYAMLParser.cpp267 void setError(const Twine &Message, StringRef::iterator Position) { function in class:llvm::yaml::Scanner
278 void setError(const Twine &Message) { function in class:llvm::yaml::Scanner
279 setError(Message, Current);
936 setError( "Could not find expected : for simple key"
1268 setError("Found unexpected ':' while scanning a plain scalar", Current);
1296 setError("Found invalid tab character in indentation", Tmp);
1317 setError("Got empty plain scalar", Start);
1351 setError("Got empty alias or anchor", Start);
1393 setError("Got empty block scalar", Start);
1520 setError("Unrecognize
1589 void Node::setError(const Twine &Msg, Token &Tok) const { function in class:Node
2007 void Document::setError(const Twine &Message, Token &Location) const { function in class:Document
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 262 milliseconds