Home
last modified time | relevance | path

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

1234567

/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.cpp70 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsTextCallback()
77 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpAsPDFCallback()
84 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpBackForwardListCallback()
91 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFramesAsTextCallback()
98 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpChildFrameScrollPositionsCallback()
105 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDatabaseCallbacksCallback()
112 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpDOMAsWebArchiveCallback()
119 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpEditingCallbacksCallback()
126 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpResourceLoadCallbacksCallback()
133 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dumpSelectionRectCallback()
[all …]
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()
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.h67 struct exception { struct
68 int type;
69 char *name;
70 double arg1;
71 double arg2;
72 double retval;
/external/webkit/JavaScriptCore/runtime/
DJSImmediate.cpp45 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, v.isNull()); in toThisObject() local
58 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, v.isNull()); in toObject() local
71 JSNotAnObjectErrorStub* exception = createNotAnObjectErrorStub(exec, v.isNull()); in prototype() local
DExceptionHelpers.cpp75 …JSObject* exception = Error::create(exec, ReferenceError, message, line, codeBlock->ownerNode()->s… in createUndefinedVariableError() local
137 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerNode()->s… in createInvalidParamError() local
158 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerNode()->s… in createNotAConstructorError() local
172 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerNode()->s… in createNotAFunctionError() local
202 …JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerNode()->s… in createNotAnObjectError() local
/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.c127 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_getProperty()
152 …Ref context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in MyObject_setProperty()
165 …Property(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in MyObject_deleteProperty()
197 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsFunction()
210 …ext, JSObjectRef object, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in MyObject_callAsConstructor()
221 …nce(JSContextRef context, JSObjectRef constructor, JSValueRef possibleValue, JSValueRef* exception) in MyObject_hasInstance()
233 …yObject_convertToType(JSContextRef context, JSObjectRef object, JSType type, JSValueRef* exception) in MyObject_convertToType()
300 …Ref Base_get(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in Base_get()
309 …textRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception) in Base_set()
319 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in Base_callAsFunction()
[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()
147 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseDownCallback()
208 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseUpCallback()
248 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in mouseMoveToCallback()
344 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in keyDownCallback()
446 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in dispatchMessageCallback()
[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.h46 DebuggerCallFrame(CallFrame* callFrame, JSValuePtr exception) in DebuggerCallFrame()
58 JSValuePtr exception() const { return m_exception; } in exception() function
/external/webkit/JavaScriptCore/API/
DJSObjectRef.cpp117 …terNames[], JSStringRef body, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSObjectMakeFunction()
140 …Array(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeArray()
166 …eDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeDate()
187 …Error(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeError()
208 …egExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in JSObjectMakeRegExp()
254 …tGetProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSObjectGetProperty()
271 …JSStringRef propertyName, JSValueRef value, JSPropertyAttributes attributes, JSValueRef* exception) in JSObjectSetProperty()
295 …ropertyAtIndex(JSContextRef ctx, JSObjectRef object, unsigned propertyIndex, JSValueRef* exception) in JSObjectGetPropertyAtIndex()
313 …ontextRef ctx, JSObjectRef object, unsigned propertyIndex, JSValueRef value, JSValueRef* exception) in JSObjectSetPropertyAtIndex()
330 …leteProperty(JSContextRef ctx, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception) in JSObjectDeleteProperty()
[all …]
DJSBase.cpp43 …ript, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSEvaluateScript()
69 …tRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSCheckScriptSyntax()
DJSValueRef.cpp112 bool JSValueIsEqual(JSContextRef ctx, JSValueRef a, JSValueRef b, JSValueRef* exception) in JSValueIsEqual()
139 …ceOfConstructor(JSContextRef ctx, JSValueRef value, JSObjectRef constructor, JSValueRef* exception) in JSValueIsInstanceOfConstructor()
198 double JSValueToNumber(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToNumber()
216 JSStringRef JSValueToStringCopy(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToStringCopy()
234 JSObjectRef JSValueToObject(JSContextRef ctx, JSValueRef value, JSValueRef* exception) in JSValueToObject()
/external/webkit/WebCore/inspector/
DInspectorController.cpp119 static String toString(JSContextRef context, JSValueRef value, JSValueRef* exception) in toString()
130 #define HANDLE_EXCEPTION(context, exception) handleException((context), (exception), __LINE__) argument
134 JSValueRef exception = 0; in callSimpleFunction() local
544 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in addResourceSourceToFrame()
573 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in addSourceToFrame()
601 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in getResourceDocumentNode()
658 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in search()
722 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in databaseTableNames()
788 …bjectRef thisObject, size_t /*argumentCount*/, const JSValueRef arguments[], JSValueRef* exception) in setting()
827 …bjectRef thisObject, size_t /*argumentCount*/, const JSValueRef arguments[], JSValueRef* exception) in setSetting()
[all …]
/external/apache-http/src/org/apache/http/client/
DHttpRequestRetryHandler.java64 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest()
/external/junit/src/junit/extensions/
DExceptionTestCase.java26 public ExceptionTestCase(String name, Class exception) { in ExceptionTestCase()
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
D7.4.3-16-n.js50 var exception = "No exception thrown"; variable
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
Dexpression-001.js30 var exception = "No exception was thrown"; variable
Dlexical-050.js22 var exception = "No exception thrown"; variable

1234567