Home
last modified time | relevance | path

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

123456789

/external/webkit/WebKitTools/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.cpp84 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsPDFCallback()
91 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsTextCallback()
98 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpBackForwardListCallback()
105 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFramesAsTextCallback()
112 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFrameScrollPositionsCallback()
119 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDatabaseCallbacksCallback()
126 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDOMAsWebArchiveCallback()
133 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpEditingCallbacksCallback()
140 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpFrameLoadCallbacksCallback()
147 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpResourceLoadCallbacksCallback()
[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()
DAccessibilityController.cpp34 …back(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) in getFocusedElementCallback()
40 …back(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) in getRootElementCallback()
48 …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/WebKit/qt/Api/
Dqwebelement.cpp230 ExceptionCode exception = 0; // ### in findFirst() local
245 ExceptionCode exception = 0; in setPlainText() local
278 ExceptionCode exception = 0; in setOuterXml() local
313 ExceptionCode exception = 0; in setInnerXml() local
343 ExceptionCode exception = 0; in setAttribute() local
358 WebCore::ExceptionCode exception = 0; in setAttributeNS() local
429 ExceptionCode exception = 0; in removeAttribute() local
443 WebCore::ExceptionCode exception = 0; in removeAttributeNS() local
854 ExceptionCode exception = 0; in setStyleProperty() local
957 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/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.c153 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_getProperty()
186 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in MyObject_setProperty()
203 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_deleteProperty()
235 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsFunction()
253 …ext, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsConstructor()
269 …nce(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) in MyObject_hasInstance()
286 …yObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception) in MyObject_convertToType()
353 …nce(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) in EvilExceptionObject_hasInstance()
368 …nObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception) in EvilExceptionObject_convertToType()
469 …Ref Base_get(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in Base_get()
[all …]
DJSNodeList.c33 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSNodeList_item()
53 …ngth(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) in JSNodeList_length()
68 …erty(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception) in JSNodeList_getProperty()
Dminidom.c59 JSValueRef exception; in main() local
82 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in print()
/external/webkit/WebKitTools/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()
535 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dispatchMessageCallback()
[all …]
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DEventSender.cpp87 …Callback(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in getDragModeCallback()
92 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in setDragModeCallback()
98 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in leapForwardCallback()
104 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in contextClickCallback()
155 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseDownCallback()
228 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseUpCallback()
283 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseMoveToCallback()
331 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseWheelToCallback()
377 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in beginDragWithFilesCallback()
431 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in keyDownCallback()
[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()
DExceptionHandlerTable.java85 public int add (final Exception_info exception) in add()
93 public Exception_info set (final int offset, final Exception_info exception) in set()
/external/webkit/JavaScriptCore/debugger/
DDebuggerCallFrame.h45 DebuggerCallFrame(CallFrame* callFrame, JSValue exception) in DebuggerCallFrame()
58 JSValue exception() const { return m_exception; } in exception() function
/external/webkit/JavaScriptCore/runtime/
DJSValue.cpp65 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, isNull()); in toObjectSlowCase() local
90 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, isNull()); in synthesizeObject() local
103 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, isNull()); in synthesizePrototype() local
DExceptionHelpers.cpp80 …JSObject* exception = Error::create(exec, ReferenceError, makeString("Can't find variable: ", iden… in createUndefinedVariableError() local
119 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutabl… in createInvalidParamError() local
140 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutabl… in createNotAConstructorError() local
154 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutabl… in createNotAFunctionError() local
184 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutabl… in createNotAnObjectError() local
/external/webkit/WebCore/bindings/js/
DWorkerScriptController.cpp101 ScriptValue exception; in evaluate() local
110 …tValue WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, ScriptValue* exception) in evaluate()
134 void WorkerScriptController::setException(ScriptValue exception) in setException()
/external/webkit/WebCore/bindings/v8/
DWorkerScriptController.cpp68 …tValue WorkerScriptController::evaluate(const ScriptSourceCode& sourceCode, ScriptValue* exception) in evaluate()
95 void WorkerScriptController::setException(ScriptValue exception) in setException()
DScriptState.h48 void setException(v8::Local<v8::Value> exception) in setException()
52 v8::Local<v8::Value> exception() { return m_exception; } in exception() function
/external/webkit/JavaScriptCore/API/
DJSCallbackObjectFunctions.h129 JSValueRef exception = 0; in getOwnPropertySlot() local
201 JSValueRef exception = 0; in put() local
220 JSValueRef exception = 0; in put() local
259 JSValueRef exception = 0; in deleteProperty() local
321 JSValueRef exception = 0; in construct() local
346 JSValueRef exception = 0; in hasInstance() local
385 JSValueRef exception = 0; in call() local
452 JSValueRef exception = 0; in toNumber() local
479 JSValueRef exception = 0; in toString() local
532 JSValueRef exception = 0; in staticValueGetter() local
[all …]
DJSObjectRef.cpp115 …terNames[], JSStringRef body, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSObjectMakeFunction()
137 …Array(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeArray()
162 …eDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeDate()
182 …Error(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeError()
202 …egExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeRegExp()
252 …tGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSObjectGetProperty()
268 …JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception) in JSObjectSetProperty()
291 …ropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex, JSValueRef* exception) in JSObjectGetPropertyAtIndex()
308 …ontextRef ctx, JSObjectRef object, unsigned propertyIndex, JSValueRef value, JSValueRef* exception) in JSObjectSetPropertyAtIndex()
324 …leteProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSObjectDeleteProperty()
[all …]
/external/stlport/stlport/
Dmath.h26 # define exception __math_exception macro
/external/apache-http/src/org/apache/http/client/
DHttpRequestRetryHandler.java64 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest()

123456789