Searched defs:setException (Results 1 - 25 of 26) 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 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
/external/webkit/Source/WebCore/bindings/v8/
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
/external/smack/src/org/jivesoftware/smack/util/dns/
H A DHostAddress.java66 public void setException(Exception e) { method in class:HostAddress
/external/webkit/Source/WebKit/win/
H A DWebScriptObject.cpp136 HRESULT STDMETHODCALLTYPE WebScriptObject::setException( function in class:WebScriptObject
H A DDOMCSSClasses.h78 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMCSSStyleDeclaration
79 /* [in] */ BSTR description) { return DOMObject::setException(description); }
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...]
H A DDOMHTMLClasses.h80 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLCollection
81 /* [in] */ BSTR description) { return DOMObject::setException(description); }
138 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLOptionsCollection
139 /* [in] */ BSTR description) { return DOMObject::setException(description); }
203 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLDocument
204 /* [in] */ BSTR description) { return DOMDocument::setException(description); }
477 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLElement
478 /* [in] */ BSTR description) { return DOMElement::setException(description); }
736 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLFormElement
737 /* [in] */ BSTR description) { return DOMHTMLElement::setException(descriptio
1041 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLSelectElement
1365 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLOptionElement
1663 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLInputElement
2073 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLTextAreaElement
2398 virtual HRESULT STDMETHODCALLTYPE setException( function in class:DOMHTMLIFrameElement
[all...]
/external/webkit/Source/WebCore/bindings/js/
H A DWorkerScriptController.cpp152 void WorkerScriptController::setException(ScriptValue exception) function in class:WebCore::WorkerScriptController
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransfer.java187 protected void setException(Exception exception) { method in class:FileTransfer
H A DOutgoingFileTransfer.java237 setException(e);
240 setException(e);
291 setException(e);
304 setException(e);
307 setException(e);
344 setException(e);
415 protected void setException(Exception exception) { method in class:OutgoingFileTransfer
416 super.setException(exception);
/external/webkit/Source/JavaScriptCore/qt/api/
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
/external/webkit/Source/WebKit/chromium/src/
H A DWebBindings.cpp165 void WebBindings::setException(NPObject* object, const NPUTF8* message) function in class:WebKit::WebBindings
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java844 bis.setException(new IOException());
899 public void setException(IOException exception) { method in class:ObjectInputStreamTest.ExceptionalBufferedInputStream
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp206 void NetscapePlugin::setException(const String& exceptionString) function in class:WebKit::NetscapePlugin
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java2367 loadingValueReference.setException(t);
3530 public boolean setException(Throwable t) { method in class:LocalCache.LoadingValueReference
3531 return setException(futureValue, t);
3534 private static boolean setException(SettableFuture<?> future, Throwable t) { method in class:LocalCache.LoadingValueReference
3536 return future.setException(t);
3545 setException(future, t);
3576 return setException(t) ? futureValue : fullyFailedFuture(t);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.eclipse.pde.core_3.6.1.v20100902_r361.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/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/ ...

Completed in 627 milliseconds

12