/external/chromium_org/third_party/WebKit/Source/core/testing/ |
D | PrivateScriptTest.js | 118 …get: function() { throwException(PrivateScriptDOMException.IndexSizeError, "getter threw error"); … 119 …set: function(value) { throwException(PrivateScriptDOMException.IndexSizeError, "setter threw erro… 123 throwException(PrivateScriptDOMException.SyntaxError, "method threw error"); 127 throwException(PrivateScriptJSError.Error, "method threw Error"); 131 throwException(PrivateScriptJSError.TypeError, "method threw TypeError"); 135 throwException(PrivateScriptJSError.RangeError, "method threw RangeError"); 139 throwException(PrivateScriptJSError.SyntaxError, "method threw SyntaxError"); 143 throwException(PrivateScriptJSError.ReferenceError, "method threw ReferenceError");
|
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/ |
D | CustomElementRegistry.cpp | 75 …CustomElementException::throwException(CustomElementException::CannotRegisterFromExtension, type, … in registerElement() 80 … CustomElementException::throwException(CustomElementException::InvalidName, type, exceptionState); in registerElement() 85 …CustomElementException::throwException(CustomElementException::TypeAlreadyRegistered, type, except… in registerElement() 102 …CustomElementException::throwException(CustomElementException::ContextDestroyedCreatingCallbacks, … in registerElement() 116 …CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefiniti… in registerElement()
|
D | CustomElementException.h | 57 static void throwException(Reason, const AtomicString& type, ExceptionState&);
|
D | CustomElementException.cpp | 44 void CustomElementException::throwException(Reason reason, const AtomicString& type, ExceptionState… in throwException() function in blink::CustomElementException
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | V8ThrowException.cpp | 87 return V8ThrowException::throwException(exception, isolate); in throwDOMException() 98 return V8ThrowException::throwException(exception, isolate); in throwGeneralError() 109 return V8ThrowException::throwException(exception, isolate); in throwTypeError() 120 return V8ThrowException::throwException(exception, isolate); in throwRangeError() 131 return V8ThrowException::throwException(exception, isolate); in throwSyntaxError() 142 return V8ThrowException::throwException(exception, isolate); in throwReferenceError() 145 v8::Handle<v8::Value> V8ThrowException::throwException(v8::Handle<v8::Value> exception, v8::Isolate… in throwException() function in blink::V8ThrowException
|
D | CustomElementConstructorBuilder.cpp | 79 …CustomElementException::throwException(CustomElementException::PrototypeNotAnObject, type, excepti… in validateOptions() 106 …CustomElementException::throwException(CustomElementException::ContextDestroyedCheckingPrototype, … in validateOptions() 123 …CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, excepti… in validateOptions() 128 …CustomElementException::throwException(CustomElementException::ExtendsIsCustomElementName, type, e… in validateOptions() 134 …CustomElementException::throwException(CustomElementException::ExtendsIsInvalidName, type, excepti… in validateOptions() 186 …CustomElementException::throwException(CustomElementException::ContextDestroyedRegisteringDefiniti… in createConstructor() 226 …CustomElementException::throwException(CustomElementException::PrototypeInUse, type, exceptionStat… in prototypeIsValid() 231 …CustomElementException::throwException(CustomElementException::ConstructorPropertyNotConfigurable,… in prototypeIsValid()
|
D | ExceptionState.h | 94 throwException(); in throwIfNeeded() 119 void throwException();
|
D | ExceptionState.cpp | 91 void ExceptionState::throwException() in throwException() function in blink::ExceptionState 94 V8ThrowException::throwException(m_exception.newLocal(m_isolate), m_isolate); in throwException()
|
D | PrivateScriptRunner.js | 19 function throwException(code, message) function
|
D | V8ThrowException.h | 48 static v8::Handle<v8::Value> throwException(v8::Handle<v8::Value>, v8::Isolate*);
|
/external/chromium_org/v8/test/webkit/ |
D | stack-unwinding.js | 46 function throwException() { function 53 throwException();
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | ListenableFutureTaskTest.java | 41 protected volatile boolean throwException = false; field in ListenableFutureTaskTest 49 if (throwException) { 105 throwException = true; in testListenerCalledOnException()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/ |
D | CountModifierDebuggee.java | 44 public void throwException() throws TestException { in throwException() method in CountModifierDebuggee.TestClass 58 obj.throwException(); in catchException()
|
D | InstanceOnlyModifierDebuggee.java | 41 throwException(); in throwAndCatchException() 53 private void throwException() throws TestException { in throwException() method in InstanceOnlyModifierDebuggee.TestClass
|
D | ThreadOnlyModifierDebuggee.java | 61 throwException(); in throwAndCatchException() 67 void throwException() throws TestException { in throwException() method in ThreadOnlyModifierDebuggee.TestThread
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | eh.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-lg-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | eh-sm-pic.ll | 11 define void @throwException() { 19 invoke void @throwException()
|
D | multi-module-eh-a.ll | 13 define void @throwException() { 21 invoke void @throwException()
|
/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 95 throwException(env, "java/io/IOException", "AudioRecord::read failed %d", length); in Java_android_speech_srec_Recognizer_AudioRecordRead()
|
/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
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLMarqueeElement.js | 199 …throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne… 214 …throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne… 229 …throwException(PrivateScriptDOMException.IndexSizeError, "The provided value (" + value + ") is ne…
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/ |
D | V8TestInterfaceWillBeGarbageCollected.cpp | 68 …V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("func", "TestInterfaceWillBe… in funcMethod() 89 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceWillBeGar… in constructor() 126 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceWillBeGar… in V8TestInterfaceWillBeGarbageCollectedConstructorCallback()
|
D | V8TestInterfaceGarbageCollected.cpp | 68 …V8ThrowException::throwException(createMinimumArityTypeErrorForMethod("func", "TestInterfaceGarbag… in funcMethod() 89 …V8ThrowException::throwException(createMinimumArityTypeErrorForConstructor("TestInterfaceGarbageCo… in constructor()
|