/external/webkit/WebKitTools/DumpRenderTree/ |
D | AccessibilityUIElement.cpp | 39 … 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 …]
|
D | LayoutTestController.cpp | 70 … 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 …]
|
D | AccessibilityController.cpp | 34 …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()
|
D | GCController.cpp | 45 … 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/ |
D | fdlibm.h | 67 struct exception { struct 68 int type; 69 char *name; 70 double arg1; 71 double arg2; 72 double retval;
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSImmediate.cpp | 45 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
|
D | ExceptionHelpers.cpp | 75 …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/ |
D | Jdk14Logger.java | 124 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/ |
D | JSNode.c | 36 … 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()
|
D | testapi.c | 127 …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 …]
|
D | JSNodeList.c | 33 … 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()
|
D | minidom.c | 59 JSValueRef exception; in main() local 82 … JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) in print()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EventSender.cpp | 63 …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/ |
D | IExceptionHandlerTable.java | 65 int add (Exception_info exception); in add() 80 Exception_info set (int offset, Exception_info exception); in set()
|
D | ExceptionHandlerTable.java | 85 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/ |
D | DebuggerCallFrame.h | 46 DebuggerCallFrame(CallFrame* callFrame, JSValuePtr exception) in DebuggerCallFrame() 58 JSValuePtr exception() const { return m_exception; } in exception() function
|
/external/webkit/JavaScriptCore/API/ |
D | JSObjectRef.cpp | 117 …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 …]
|
D | JSBase.cpp | 43 …ript, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSEvaluateScript() 69 …tRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception) in JSCheckScriptSyntax()
|
D | JSValueRef.cpp | 112 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/ |
D | InspectorController.cpp | 119 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/ |
D | HttpRequestRetryHandler.java | 64 boolean retryRequest(IOException exception, int executionCount, HttpContext context); in retryRequest()
|
/external/junit/src/junit/extensions/ |
D | ExceptionTestCase.java | 26 public ExceptionTestCase(String name, Class exception) { in ExceptionTestCase()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/ |
D | 7.4.3-16-n.js | 50 var exception = "No exception thrown"; variable
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/ |
D | expression-001.js | 30 var exception = "No exception was thrown"; variable
|
D | lexical-050.js | 22 var exception = "No exception thrown"; variable
|