/external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/ |
D | CoderResultTest.java | 60 CoderResult.OVERFLOW.throwException(); in testConstants() 80 CoderResult.UNDERFLOW.throwException(); in testConstants() 228 CoderResult.OVERFLOW.throwException(); in testThrowException() 234 CoderResult.UNDERFLOW.throwException(); in testThrowException() 240 CoderResult.malformedForLength(1).throwException(); in testThrowException() 246 CoderResult.unmappableForLength(1).throwException(); in testThrowException()
|
/external/srec/srec_jni/ |
D | android_speech_srec_MicrophoneInputStream.cpp | 42 static void throwException(JNIEnv *env, const char* ex, const char* fmt, int data) { in throwException() function 88 throwException(env, "java/io/IOException", "AudioRecord::read failed %d", length); in Java_android_speech_srec_Recognizer_AudioRecordRead() 98 throwException(env, "java/io/IOException", "AudioRecord::stop failed %d", rtn); in Java_android_speech_srec_Recognizer_AudioRecordStop()
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | try-006.js | 26 function throwException() { function 42 TryWith( new TryObject( "hello", throwException, true ));
|
D | try-007.js | 26 function throwException() { function 42 TryForIn( new TryObject( "hello", throwException, true ));
|
/external/webkit/Source/WebKit/win/ |
D | DOMEventsClasses.h | 53 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 55 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 104 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 106 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 184 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 186 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 293 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 295 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 441 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 443 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() [all …]
|
D | DOMCoreClasses.h | 48 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 50 …/* [retval][out] */ BOOL* result) { return WebScriptObject::throwException(exceptionMessage, resul… in throwException() 95 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 97 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 261 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 263 … /* [retval][out] */ BOOL* result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 319 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 321 … /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); } in throwException() 550 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 552 … /* [retval][out] */ BOOL* result) { return DOMNode::throwException(exceptionMessage, result); } in throwException()
|
D | DOMCSSClasses.h | 50 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 52 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException()
|
D | WebScriptObject.h | 43 virtual HRESULT STDMETHODCALLTYPE throwException(
|
D | WebScriptObject.cpp | 80 HRESULT STDMETHODCALLTYPE WebScriptObject::throwException( in throwException() function in WebScriptObject
|
D | DOMHTMLClasses.h | 52 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 54 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 110 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 112 … /* [retval][out] */ BOOL *result) { return DOMObject::throwException(exceptionMessage, result); } in throwException() 175 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 177 …/* [retval][out] */ BOOL *result) { return DOMDocument::throwException(exceptionMessage, result); } in throwException() 449 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 451 … /* [retval][out] */ BOOL *result) { return DOMElement::throwException(exceptionMessage, result); } in throwException() 708 virtual HRESULT STDMETHODCALLTYPE throwException( in throwException() function 710 …/* [retval][out] */ BOOL *result) { return DOMHTMLElement::throwException(exceptionMessage, result… in throwException() [all …]
|
D | ChangeLog-2009-06-16 | 11340 (DeprecatedDOMCSSStyleDeclaration::throwException): 11462 (DeprecatedDOMNode::throwException): 11472 (DeprecatedDOMNodeList::throwException): 11482 (DeprecatedDOMDocument::throwException): 11521 (DeprecatedDOMElement::throwException): 11646 (DeprecatedDOMEventListener::throwException): 11656 (DeprecatedDOMEvent::throwException): 11667 (DeprecatedDOMUIEvent::throwException): 11688 (DeprecatedDOMKeyboardEvent::throwException): 11719 (DeprecatedDOMMouseEvent::throwException): [all …]
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | JSObject.cpp | 656 …ecState* exec, const Identifier& propertyName, PropertyDescriptor& descriptor, bool throwException) in defineOwnProperty() argument 663 if (throwException) in defineOwnProperty() 681 if (throwException) in defineOwnProperty() 686 if (throwException) in defineOwnProperty() 704 if (throwException) in defineOwnProperty() 716 if (throwException) in defineOwnProperty() 722 if (throwException) in defineOwnProperty() 744 if (throwException) in defineOwnProperty() 749 if (throwException) in defineOwnProperty()
|
/external/proguard/src/proguard/evaluation/ |
D | BranchUnit.java | 62 public void throwException(); in throwException() method
|
D | BasicBranchUnit.java | 119 public void throwException() in throwException() method in BasicBranchUnit
|
D | Processor.java | 541 branchUnit.throwException(); in visitSimpleInstruction()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebScriptObject.idl | 66 @method throwException: 69 + (BOOL)throwException:(NSString *)exceptionMessage; 71 HRESULT throwException([in] BSTR exceptionMessage, [out, retval] BOOL* result);
|
/external/webkit/Source/WebCore/bindings/objc/ |
D | WebScriptObject.h | 229 + (BOOL)throwException:(NSString *)exceptionMessage;
|
D | WebScriptObject.mm | 268 + (BOOL)throwException:(NSString *)exceptionMessage
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | ObjCPlugin.m | 196 [WebScriptObject throwException:[NSString stringWithFormat:@"%@ != Hello", str]]; 202 [WebScriptObject throwException:@"Throwing exception on dealloc of ObjCPlugin"];
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | Interpreter.h | 111 NEVER_INLINE HandlerInfo* throwException(CallFrame*&, JSValue&, unsigned bytecodeOffset);
|
D | Interpreter.cpp | 647 NEVER_INLINE HandlerInfo* Interpreter::throwException(CallFrame*& callFrame, JSValue& exceptionValu… in throwException() function in JSC::Interpreter 4613 … handler = throwException(callFrame, exceptionValue, vPC - codeBlock->instructions().begin()); in privateExecute() 4769 … handler = throwException(callFrame, exceptionValue, vPC - codeBlock->instructions().begin()); in privateExecute()
|
/external/webkit/Source/JavaScriptCore/dfg/ |
D | DFGOperations.cpp | 221 …HandlerInfo* handler = exec->globalData().interpreter->throwException(exec, exceptionValue, vPCInd… in lookupExceptionHandler()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2011-02-16 | 9530 (JSC::Interpreter::throwException): 9620 (JSC::Interpreter::throwException): 9713 (JSC::Interpreter::throwException): 9939 (JSC::Interpreter::throwException): 10024 (JSC::Interpreter::throwException): 10149 (JSC::Interpreter::throwException): 10242 … Bug 49488 - Only add source specific information to exceptions in Interpreter::throwException 10256 …added at the point the exception passes through throwException. Change this so that throwException… 10291 (JSC::Interpreter::throwException): 10358 …on (controlled by the explicitThrow parameter passed to Interpreter::throwException). To work arou… [all …]
|
D | ChangeLog-2009-06-16 | 6149 (JSC::Interpreter::throwException): 7434 (JSC::Interpreter::throwException): 12566 (JSC::Interpreter::throwException): 14223 (JSC::Interpreter::throwException): Pass the CallFrame to exception info accessors. 14455 (JSC::Interpreter::throwException): 15205 (JSC::Interpreter::throwException): 16535 Remove dependency on the bytecode Instruction buffer in Interpreter::throwException 16548 (JSC::Interpreter::throwException): Use functionRegisterForBytecodeOffset in JIT 17263 (JSC::Interpreter::throwException): Use offsets instead of vPCs. 17388 (JSC::Interpreter::throwException): [all …]
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 1044 …HandlerInfo* handler = globalData->interpreter->throwException(callFrame, exceptionValue, vPCIndex… in jitThrow()
|