/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | SettableFutureTest.java | 56 assertTrue(future.setException(new Exception("failure"))); in testSetFailure() 62 future.setException(null); in testSetFailureNull() 67 assertTrue(future.setException(new Exception("failure"))); in testSetFailureNull()
|
D | AbstractChainedListenableFutureTest.java | 61 inputFuture.setException(EXCEPTION); in testFutureGetThrowsWrappedException() 68 inputFuture.setException(error); in testFutureGetThrowsWrappedError()
|
D | AbstractFutureTest.java | 49 setException(failure); in testException() 110 future.setException(new IllegalArgumentException("failure")); in testCompletionFinishesWithDone()
|
D | ForwardingListenableFutureTest.java | 65 delegate.setException(new Exception("failed")); in testFailedFuture()
|
D | FuturesTest.java | 598 future1.setException(exception); 651 future2.setException(new Throwable("failed2")); 821 delayedFailed.setException(new Exception()); 1165 future1.setException(new Throwable("failed1")); 1186 future1.setException(new Throwable("failed1")); 1189 future2.setException(new Throwable("failed2")); 1232 future2.setException(new Throwable("failed2")); 1287 future.setException(new IOException("checked")); 1407 future.setException(new Exception("failed")); 1466 future.setException(new Exception("failed")); [all …]
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
D | AbstractService.java | 203 startup.setException(cause); in notifyFailed() 204 shutdown.setException(new Exception( in notifyFailed() 207 shutdown.setException(cause); in notifyFailed() 209 shutdown.setException(new Exception("Service failed while running", cause)); in notifyFailed()
|
D | SettableFuture.java | 67 public boolean setException(Throwable throwable) { in setException() method in SettableFuture 68 return super.setException(throwable); in setException()
|
D | AbstractFuture.java | 185 protected boolean setException(Throwable throwable) { in setException() method in AbstractFuture 186 boolean result = sync.setException(checkNotNull(throwable)); in setException() 327 boolean setException(Throwable t) { in setException() method in AbstractFuture.Sync
|
D | Futures.java | 131 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/webkit/Source/JavaScriptCore/qt/api/ |
D | qscriptvalueiterator_p.h | 121 engine()->setException(exception); in value() 131 engine()->setException(exception); in setValue() 140 engine()->setException(exception); in remove()
|
D | qscriptvalue_p.h | 502 m_engine->setException(exception); in toString() 519 m_engine->setException(exception); in toNumber() 655 m_engine->setException(exception, QScriptEnginePrivate::NotNullException); in toObject() 691 m_engine->setException(exception, QScriptEnginePrivate::NotNullException); in toDateTime() 793 m_engine->setException(exception); in equals() 840 m_engine->setException(exception); in instanceOf() 958 m_engine->setException(exception, QScriptEnginePrivate::NotNullException); in property() 1044 m_engine->setException(exception); in setProperty() 1053 m_engine->setException(exception); in setProperty() 1152 m_engine->setException(exception); in call()
|
D | qscriptengine_p.h | 60 …inline void setException(JSValueRef exception, const /* SetExceptionFlags */ unsigned flags = Igno… 115 setException(exception, NotNullException); in evaluate() 134 void QScriptEnginePrivate::setException(JSValueRef exception, const /* SetExceptionFlags */ unsigne… in setException() function
|
D | qscriptengine_p.cpp | 142 setException(exception, NotNullException); in newArray() 156 setException(exception, NotNullException); in newDate()
|
/external/webkit/Source/WebKit/win/ |
D | DOMEventsClasses.h | 81 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 82 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 132 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 133 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 212 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 213 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 321 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 322 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 469 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 470 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() [all …]
|
D | DOMCoreClasses.h | 76 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 77 /* [in] */ BSTR description) { return WebScriptObject::setException(description); } in setException() 123 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 124 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 289 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 290 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 347 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 348 /* [in] */ BSTR description) { return DOMNode::setException(description); } in setException() 578 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 579 /* [in] */ BSTR description) { return DOMNode::setException(description); } in setException()
|
D | DOMCSSClasses.h | 78 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 79 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException()
|
D | WebScriptObject.h | 71 virtual HRESULT STDMETHODCALLTYPE setException(
|
D | WebScriptObject.cpp | 136 HRESULT STDMETHODCALLTYPE WebScriptObject::setException( in setException() function in WebScriptObject
|
D | DOMHTMLClasses.h | 80 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 81 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 138 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 139 /* [in] */ BSTR description) { return DOMObject::setException(description); } in setException() 203 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 204 /* [in] */ BSTR description) { return DOMDocument::setException(description); } in setException() 477 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 478 /* [in] */ BSTR description) { return DOMElement::setException(description); } in setException() 736 virtual HRESULT STDMETHODCALLTYPE setException( in setException() function 737 /* [in] */ BSTR description) { return DOMHTMLElement::setException(description); } in setException() [all …]
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | WorkerScriptController.h | 57 void setException(ScriptValue);
|
D | WorkerScriptController.cpp | 103 void WorkerScriptController::setException(ScriptValue exception) in setException() function in WebCore::WorkerScriptController
|
D | V8NodeFilterCondition.cpp | 89 state->setException(exceptionCatcher.Exception()); in acceptNode()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | WorkerScriptController.h | 62 void setException(ScriptValue);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 130 @method setException: 134 - (void)setException: (NSString *)description; 136 HRESULT setException([in] BSTR description);
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | WebScriptObject.h | 298 - (void)setException:(NSString *)description;
|