Searched defs:throwException (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
H A Dtry-006.js26 function throwException() { function
42 TryWith( new TryObject( "hello", throwException, true ));
H A Dtry-007.js26 function throwException() { function
42 TryForIn( new TryObject( "hello", throwException, true ));
/external/proguard/src/proguard/evaluation/
H A DBranchUnit.java62 public void throwException(); method in interface:BranchUnit
H A DBasicBranchUnit.java119 public void throwException() method in class:BasicBranchUnit
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DListenableFutureTaskTest.java41 protected volatile boolean throwException = false; field in class:ListenableFutureTaskTest
49 if (throwException) {
105 throwException = true;
/external/webkit/Source/WebKit/win/
H A DWebScriptObject.cpp80 HRESULT STDMETHODCALLTYPE WebScriptObject::throwException( function in class:WebScriptObject
H A DDOMCSSClasses.h50 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMCSSStyleDeclaration
52 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
H A DDOMEventsClasses.h53 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMEventListener
55 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
104 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMEvent
106 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
184 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMUIEvent
186 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
293 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMKeyboardEvent
295 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
441 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMMouseEvent
443 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessag
616 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMMutationEvent
716 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMOverflowEvent
800 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMWheelEvent
[all...]
H A DDOMCoreClasses.h48 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMObject
50 /* [retval][out] */ BOOL* result) { return WebScriptObject::throwException(exceptionMessage, result); }
95 virtual HRESULT STDMETHODCALLTYPE throwException( function
97 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
261 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMNodeList
263 /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); }
319 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMDocument
321 /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); }
550 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMElement
552 /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessag
[all...]
H A DDOMHTMLClasses.h52 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLCollection
54 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
110 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLOptionsCollection
112 /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); }
175 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLDocument
177 /* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); }
449 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLElement
451 /* [retval][out] */ BOOL *result) { return DOMElement::throwException(exceptionMessage, result); }
708 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLFormElement
710 /* [retval][out] */ BOOL *result) { return DOMHTMLElement::throwException(exceptionMessag
1013 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLSelectElement
1337 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLOptionElement
1635 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLInputElement
2045 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLTextAreaElement
2370 virtual HRESULT STDMETHODCALLTYPE throwException( function in class:DOMHTMLIFrameElement
[all...]
/external/srec/srec_jni/
H A Dandroid_speech_srec_MicrophoneInputStream.cpp42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { function
88 throwException(env, "java/io/IOException", "AudioRecord::read failed %d", length);
98 throwException(env, "java/io/IOException", "AudioRecord::stop failed %d", rtn);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSObject.cpp656 bool JSObject::defineOwnProperty(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException) argument
663 if (throwException)
681 if (throwException)
686 if (throwException)
704 if (throwException)
716 if (throwException)
722 if (throwException)
744 if (throwException)
749 if (throwException)
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp647 NEVER_INLINE HandlerInfo* Interpreter::throwException(CallFrame*& callFrame, JSValue& exceptionValue, unsigned bytecodeOffset) function in class:JSC::Interpreter
4613 handler = throwException(callFrame, exceptionValue, vPC - codeBlock->instructions().begin());
4769 handler = throwException(callFrame, exceptionValue, vPC - codeBlock->instructions().begin());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.runtime.compatibility_3.2.100.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.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.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 317 milliseconds