Searched refs:setException (Results 1 - 25 of 46) sorted by relevance

12

/external/guava/guava/src/com/google/common/util/concurrent/
H A DSettableFuture.java23 * or {@link #setException(Throwable)} call. It may also be cancelled.
67 public boolean setException(Throwable throwable) { method in class:SettableFuture
68 return super.setException(throwable);
H A DAbstractService.java203 startup.setException(cause);
204 shutdown.setException(new Exception(
207 shutdown.setException(cause);
209 shutdown.setException(new Exception("Service failed while running", cause));
H A DAbstractFuture.java41 * {@link #setException(Throwable)}. Subclasses may also override {@link
185 protected boolean setException(Throwable throwable) { method in class:AbstractFuture
186 boolean result = sync.setException(checkNotNull(throwable));
327 boolean setException(Throwable t) { method in class:AbstractFuture.Sync
H A DFutures.java131 future.setException(throwable);
725 setException(e.getCause());
758 setException(e.getCause());
767 setException(e.getCause());
771 setException(e);
774 setException(e);
1379 setException(e.getCause());
1383 setException(e);
1387 setException(e);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DSettableFutureTest.java56 assertTrue(future.setException(new Exception("failure")));
62 future.setException(null);
67 assertTrue(future.setException(new Exception("failure")));
H A DAbstractChainedListenableFutureTest.java61 inputFuture.setException(EXCEPTION);
68 inputFuture.setException(error);
H A DForwardingListenableFutureTest.java65 delegate.setException(new Exception("failed"));
H A DAbstractFutureTest.java49 setException(failure);
110 future.setException(new IllegalArgumentException("failure"));
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptController.h57 void setException(ScriptValue);
H A DWorkerScriptController.cpp103 void WorkerScriptController::setException(ScriptValue exception) function in class:WebCore::WorkerScriptController
H A DScriptState.h50 void setException(v8::Local<v8::Value> exception) function in class:WebCore::ScriptState
H A DV8NodeFilterCondition.cpp89 state->setException(exceptionCatcher.Exception());
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalueiterator_p.h121 engine()->setException(exception);
131 engine()->setException(exception);
140 engine()->setException(exception);
H A Dqscriptengine_p.cpp142 setException(exception, NotNullException);
156 setException(exception, NotNullException);
H A Dqscriptengine_p.h60 inline void setException(JSValueRef exception, const /* SetExceptionFlags */ unsigned flags = IgnoreNullException);
115 setException(exception, NotNullException);
134 void QScriptEnginePrivate::setException(JSValueRef exception, const /* SetExceptionFlags */ unsigned flags) function in class:QScriptEnginePrivate
H A Dqscriptvalue_p.h502 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);
1044 m_engine->setException(exception);
1053 m_engine->setException(exception);
1152 m_engine->setException(exceptio
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptController.h62 void setException(ScriptValue);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebScriptObject.idl130 @method setException:
134 - (void)setException: (NSString *)description;
136 HRESULT setException([in] BSTR description);
/external/webkit/Source/WebKit/win/
H A DDOMCSSClasses.h78 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMCSSStyleDeclaration
79 /* [in] */ BSTR description) { return DOMObject::setException(description); }
H A DWebScriptObject.cpp136 HRESULT STDMETHODCALLTYPE WebScriptObject::setException( function in class:WebScriptObject
H A DWebScriptObject.h71 virtual HRESULT STDMETHODCALLTYPE setException(
H A DDOMEventsClasses.h81 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMEventListener
82 /* [in] */ BSTR description) { return DOMObject::setException(description); }
132 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMEvent
133 /* [in] */ BSTR description) { return DOMObject::setException(description); }
212 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMUIEvent
213 /* [in] */ BSTR description) { return DOMObject::setException(description); }
321 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMKeyboardEvent
322 /* [in] */ BSTR description) { return DOMObject::setException(description); }
469 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMMouseEvent
470 /* [in] */ BSTR description) { return DOMObject::setException(descriptio
644 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMMutationEvent
744 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMOverflowEvent
828 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMWheelEvent
[all...]
H A DDOMCoreClasses.h76 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMObject
77 /* [in] */ BSTR description) { return WebScriptObject::setException(description); }
123 virtual HRESULT STDMETHODCALLTYPE setException( function
124 /* [in] */ BSTR description) { return DOMObject::setException(description); }
289 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMNodeList
290 /* [in] */ BSTR description) { return DOMObject::setException(description); }
347 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMDocument
348 /* [in] */ BSTR description) { return DOMNode::setException(description); }
578 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMElement
579 /* [in] */ BSTR description) { return DOMNode::setException(descriptio
[all...]
/external/webkit/Source/WebCore/bindings/objc/
H A DWebScriptObject.h293 @method setException:
298 - (void)setException:(NSString *)description;
/external/webkit/Source/WebKit/chromium/public/
H A DWebBindings.h113 WEBKIT_API static void setException(NPObject*, const NPUTF8* message);

Completed in 363 milliseconds

12