Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java117 public void warning(SAXParseException exception) throws SAXException in warning()
146 public void error(SAXParseException exception) throws SAXException in error()
173 public void fatalError(SAXParseException exception) throws SAXException in fatalError()
198 public void warning(TransformerException exception) throws TransformerException in warning()
228 public void error(TransformerException exception) throws TransformerException in error()
263 public void fatalError(TransformerException exception) throws TransformerException in fatalError()
278 public static void ensureLocationSet(TransformerException exception) in ensureLocationSet()
310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation()
315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation()
320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
/external/webkit/Tools/DumpRenderTree/
DAccessibilityUIElement.cpp39 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in allAttributesCallback()
45 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfLinkedUIElementsCallback()
51 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfDocumentLinksCallback()
57 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfChildrenCallback()
63 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in parameterizedAttributeNamesCallback()
69 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfColumnHeadersCallback()
75 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfRowHeadersCallback()
81 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfColumnsCallback()
87 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfRowsCallback()
93 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in attributesOfVisibleCellsCallback()
[all …]
DLayoutTestController.cpp101 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpApplicationCacheDelegateCallbacksCallback()
108 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsPDFCallback()
115 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsTextCallback()
126 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpBackForwardListCallback()
133 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFramesAsTextCallback()
140 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFrameScrollPositionsCallback()
147 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpConfigurationForViewportCallback()
170 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDatabaseCallbacksCallback()
177 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDOMAsWebArchiveCallback()
184 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpEditingCallbacksCallback()
[all …]
DGCController.cpp45 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in collectCallback()
52 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in collectOnAlternateThreadCallback()
64 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in getJSObjectCountCallback()
74 …Controller::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception) in makeWindowObject()
/external/fdlibm/
Dfdlibm.h75 struct exception { struct
76 int type;
77 char *name;
78 double arg1;
79 double arg2;
80 double retval;
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp257 ExceptionCode exception = 0; // ### in findFirst() local
272 ExceptionCode exception = 0; in setPlainText() local
305 ExceptionCode exception = 0; in setOuterXml() local
345 ExceptionCode exception = 0; in setInnerXml() local
380 ExceptionCode exception = 0; in setAttribute() local
395 WebCore::ExceptionCode exception = 0; in setAttributeNS() local
466 ExceptionCode exception = 0; in removeAttribute() local
480 WebCore::ExceptionCode exception = 0; in removeAttributeNS() local
920 ExceptionCode exception = 0; in setStyleProperty() local
1005 ExceptionCode exception = 0; in appendInside() local
[all …]
/external/apache-http/src/org/apache/commons/logging/impl/
DJdk14Logger.java124 public void debug(Object message, Throwable exception) { in debug()
147 public void error(Object message, Throwable exception) { in error()
170 public void fatal(Object message, Throwable exception) { in fatal()
204 public void info(Object message, Throwable exception) { in info()
275 public void trace(Object message, Throwable exception) { in trace()
298 public void warn(Object message, Throwable exception) { in warn()
/external/webkit/Source/JavaScriptCore/API/tests/
DJSNode.c36 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSNode_appendChild()
59 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSNode_removeChild()
78 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSNode_replaceChild()
106 …NodeType(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSNode_getNodeType()
122 …odes(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) in JSNode_getChildNodes()
132 …rstChild(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSNode_getFirstChild()
188 …ext, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSNode_construct()
Dtestapi.c158 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_getProperty()
191 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in MyObject_setProperty()
208 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_deleteProperty()
240 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsFunction()
258 …ext, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsConstructor()
274 …nce(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) in MyObject_hasInstance()
291 …yObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception) in MyObject_convertToType()
358 …nce(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) in EvilExceptionObject_hasInstance()
373 …nObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception) in EvilExceptionObject_convertToType()
474 …Ref Base_get(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in Base_get()
[all …]
/external/chromium/chrome/browser/resources/options/chromeos/
Dproxy_rules_list.js41 createItem: function(exception) { argument
49 addException: function(exception) { argument
57 removeException: function(exception) { argument
105 function ProxyExceptionsItem(exception) { argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DInputMismatchExceptionTest.java35 InputMismatchException exception = new InputMismatchException(); in test_Constructor() local
45 InputMismatchException exception = new InputMismatchException( in test_ConstructorLjava_lang_String() local
/external/webkit/Tools/DumpRenderTree/win/
DEventSender.cpp63 …Callback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in getDragModeCallback()
68 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in setDragModeCallback()
74 …Callback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in getConstantCallback()
96 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in leapForwardCallback()
131 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in contextClickCallback()
171 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseDownCallback()
262 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseUpCallback()
329 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseMoveToCallback()
433 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in keyDownCallback()
541 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dispatchMessageCallback()
[all …]
/external/webkit/Source/JavaScriptCore/qt/api/
Dqscriptoriginalglobalobject_p.h77 JSValueRef exception = 0; in QScriptOriginalGlobalObject() local
108 JSValueRef exception = 0; in initializeMember() local
143 JSValueRef exception = 0; in objectHasOwnProperty() local
155 JSValueRef exception = 0; in objectGetOwnPropertyNames() local
203 JSValueRef exception = 0; in isType() local
Dqscriptvalueiterator_p.h119 JSValueRef exception = 0; in value() local
129 JSValueRef exception = 0; in setValue() local
138 JSValueRef exception = 0; in remove() local
Dqscriptvalue_p.h500 JSValueRef exception = 0; in toString() local
517 JSValueRef exception = 0; in toNumber() local
650 JSValueRef exception = 0; in toObject() local
687 JSValueRef exception = 0; in toDateTime() local
791 JSValueRef exception = 0; in equals() local
838 JSValueRef exception = 0; in instanceOf() local
902 inline JSValueRef QScriptValuePrivate::property(quint32 property, JSValueRef* exception) in property()
911 inline JSValueRef QScriptValuePrivate::property(JSStringRef property, JSValueRef* exception) in property()
954 JSValueRef exception = 0; in property() local
986 …:setProperty(quint32 property, JSValueRef value, JSPropertyAttributes flags, JSValueRef* exception) in setProperty()
[all …]
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DIExceptionHandlerTable.java65 int add (Exception_info exception); in add()
80 Exception_info set (int offset, Exception_info exception); in set()
/external/webkit/Tools/DumpRenderTree/gtk/
DEventSender.cpp93 …Callback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in getDragModeCallback()
98 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in setDragModeCallback()
104 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in leapForwardCallback()
150 …Callback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in getMenuItemTitleCallback()
162 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in setMenuItemTitleCallback()
167 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in menuItemClickCallback()
202 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in contextClickCallback()
249 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in scheduleAsynchronousClickCallback()
305 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseDownCallback()
349 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseUpCallback()
[all …]
DTextInputController.cpp41 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in setMarkedTextCallback()
69 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in insertTextCallback()
91 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in unmarkTextCallback()
101 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in firstRectForCharacterRangeCallback()
131 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in selectedRangeCallback()
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerCallFrame.h45 DebuggerCallFrame(CallFrame* callFrame, JSValue exception) in DebuggerCallFrame()
58 JSValue exception() const { return m_exception; } in exception() function
/external/webkit/Source/WebKit2/Shared/API/c/
DWKSerializedScriptValue.cpp40 …lueRef WKSerializedScriptValueCreate(JSContextRef context, JSValueRef value, JSValueRef* exception) in WKSerializedScriptValueCreate()
52 …erialize(WKSerializedScriptValueRef scriptValueRef, JSContextRef contextRef, JSValueRef* exception) in WKSerializedScriptValueDeserialize()
/external/webkit/Source/WebCore/bindings/js/
DWorkerScriptController.cpp107 ScriptValue exception; in evaluate() local
116 …tValue WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, ScriptValue* exception) in evaluate()
152 void WorkerScriptController::setException(ScriptValue exception) in setException()
/external/webkit/Source/JavaScriptCore/runtime/
DExceptionHelpers.cpp97 JSObject* exception = createTypeError(exec, errorMessage); in createInvalidParamError() local
106 JSObject* exception = createTypeError(exec, errorMessage); in createNotAConstructorError() local
115 JSObject* exception = createTypeError(exec, errorMessage); in createNotAFunctionError() local
124 JSObject* exception = createTypeError(exec, errorMessage); in createNotAnObjectError() local
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
DUnsupportedOperationExceptionTest.java57 UnsupportedOperationException exception = new UnsupportedOperationException(throwable); in test_ConstructorLjava_lang_Throwable() local
75 UnsupportedOperationException exception = new UnsupportedOperationException( in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
DIllegalStateExceptionTest.java56 IllegalStateException exception = new IllegalStateException(throwable); in test_ConstructorLjava_lang_Throwable() local
73 IllegalStateException exception = new IllegalStateException("msg", throwable); in test_ConstructorLjava_lang_StringLjava_lang_Throwable() local
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackObjectFunctions.h133 JSValueRef exception = 0; in getOwnPropertySlot() local
199 JSValueRef exception = 0; in put() local
218 JSValueRef exception = 0; in put() local
257 JSValueRef exception = 0; in deleteProperty() local
320 JSValueRef exception = 0; in construct() local
345 JSValueRef exception = 0; in hasInstance() local
384 JSValueRef exception = 0; in call() local
451 JSValueRef exception = 0; in toNumber() local
478 JSValueRef exception = 0; in toString() local
531 JSValueRef exception = 0; in staticValueGetter() local
[all …]

12345678910>>...12