HomeSort by relevance Sort by last modified time
    Searched refs:setException (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractFutureTest.java 49 setException(failure);
110 future.setException(new IllegalArgumentException("failure"));
112 errorMessage.set("SetException call exited before future was complete.");
FuturesTest.java 598 future1.setException(exception);
651 future2.setException(new Throwable("failed2"));
821 delayedFailed.setException(new Exception());
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptengine_p.cpp 142 setException(exception, NotNullException);
156 setException(exception, NotNullException);
qscriptengine_p.h 60 inline void setException(JSValueRef exception, const /* SetExceptionFlags */ unsigned flags = IgnoreNullException);
115 setException(exception, NotNullException);
134 void QScriptEnginePrivate::setException(JSValueRef exception, const /* SetExceptionFlags */ unsigned flags)
qscriptvalue_p.h 502 m_engine->setException(exception);
519 m_engine->setException(exception);
655 m_engine->setException(exception, QScriptEnginePrivate::NotNullException);
691 m_engine->setException(exception, QScriptEnginePrivate::NotNullException);
793 m_engine->setException(exception);
840 m_engine->setException(exception);
958 m_engine->setException(exception, QScriptEnginePrivate::NotNullException);
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.h 50 void setException(v8::Local<v8::Value> exception)
V8NodeFilterCondition.cpp 89 state->setException(exceptionCatcher.Exception());
ScriptFunctionCall.cpp 204 m_scriptState->setException(exceptionCatcher.Exception());
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 50 * setException, and cancel. During completion, state may take on
215 protected void setException(Throwable t) {
239 setException(ex);
279 setException(ex);
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.h 76 virtual HRESULT STDMETHODCALLTYPE setException(
77 /* [in] */ BSTR description) { return WebScriptObject::setException(description); }
123 virtual HRESULT STDMETHODCALLTYPE setException(
124 /* [in] */ BSTR description) { return DOMObject::setException(description); }
289 virtual HRESULT STDMETHODCALLTYPE setException(
290 /* [in] */ BSTR description) { return DOMObject::setException(description); }
347 virtual HRESULT STDMETHODCALLTYPE setException(
348 /* [in] */ BSTR description) { return DOMNode::setException(description); }
578 virtual HRESULT STDMETHODCALLTYPE setException(
579 /* [in] */ BSTR description) { return DOMNode::setException(description);
    [all...]
DOMHTMLClasses.h 80 virtual HRESULT STDMETHODCALLTYPE setException(
81 /* [in] */ BSTR description) { return DOMObject::setException(description); }
138 virtual HRESULT STDMETHODCALLTYPE setException(
139 /* [in] */ BSTR description) { return DOMObject::setException(description); }
203 virtual HRESULT STDMETHODCALLTYPE setException(
204 /* [in] */ BSTR description) { return DOMDocument::setException(description); }
477 virtual HRESULT STDMETHODCALLTYPE setException(
478 /* [in] */ BSTR description) { return DOMElement::setException(description); }
736 virtual HRESULT STDMETHODCALLTYPE setException(
737 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description);
    [all...]
  /frameworks/base/core/java/android/accounts/
AccountManager.java     [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebBindings.h 113 WEBKIT_API static void setException(NPObject*, const NPUTF8* message);
  /external/guava/guava/src/com/google/common/util/concurrent/
Futures.java 131 future.setException(throwable);
725 setException(e.getCause());
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransfer.java 187 protected void setException(Exception exception) {
  /external/webkit/Source/WebCore/bindings/js/
WorkerScriptController.cpp 152 void WorkerScriptController::setException(ScriptValue exception)
  /external/webkit/Tools/DumpRenderTree/mac/
ObjCController.m 244 [storedWebScriptObject setException:@"exception"];
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 83 static void setException(const String&);
NetscapePlugin.cpp 206 void NetscapePlugin::setException(const String& exceptionString)
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 165 void WebBindings::setException(NPObject* object, const NPUTF8* message)
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 262 m_script->setException(exception);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 844 bis.setException(new IOException());
899 public void setException(IOException exception) {
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
ObjectInputStreamTest.java 843 bis.setException(new IOException());
898 public void setException(IOException exception) {
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 593 hostAddress.setException(exception);
    [all...]

Completed in 573 milliseconds

12 3 4