/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDelegateImplementationCaching.mm | 124 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2) 129 return objc_msgSend(delegate, selector, self, object1, object2); 131 return objc_msgSend(delegate, selector, self, object1, object2); 152 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id … 157 return objc_msgSend(delegate, selector, self, object1, object2, object3); 159 return objc_msgSend(delegate, selector, self, object1, object2, object3); 236 …Boolean(BOOL result, WebView *self, id delegate, SEL selector, id object, BOOL boolean, id object2) 241 …, SEL, WebView *, id, BOOL, id)>(objc_msgSend)(delegate, selector, self, object, boolean, object2); 243 …, SEL, WebView *, id, BOOL, id)>(objc_msgSend)(delegate, selector, self, object, boolean, object2); 250 …gateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object1, id object2) [all …]
|
D | WebDelegateImplementationCaching.h | 107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id…
|
/external/clang/test/SemaObjCXX/ |
D | conversion-to-objc-pointer-2.mm | 82 TNSAutoRef<NSObject*> object2([[NSObject alloc] init]); 85 if (object1 == object2) 86 [bar setBlah: object2]; // <== Does not compile. It should.
|
/external/proguard/src/proguard/classfile/editor/ |
D | ClassMemberSorter.java | 56 public int compare(Object object1, Object object2) in compare() argument 59 ProgramMember member2 = (ProgramMember)object2; in compare()
|
D | AttributeSorter.java | 80 public int compare(Object object1, Object object2) in compare() argument 83 Attribute attribute2 = (Attribute)object2; in compare()
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 394 QScriptValue object2 = engine.evaluate("o2 = new Object(); o1.__proto__ = o2; o2"); in getPropertyResolveFlag() local 397 QVERIFY(object2.isObject()); in getPropertyResolveFlag() 400 object2.setProperty("propertyInPrototype", number); in getPropertyResolveFlag() 401 QVERIFY(object2.property("propertyInPrototype").isNumber()); in getPropertyResolveFlag() 476 QScriptValue object2 = eng.newObject(); in getSetProperty() local 477 object.setPrototype(object2); in getSetProperty() 479 object2.setProperty("propertyInPrototype", num2); in getSetProperty() 620 QScriptValue object2 = eng.newObject(); in getSetProperty() local 621 object2.setPrototype(object); in getSetProperty() 799 QScriptValue object2 = engine.evaluate("new Object()"); in getSetPrototype() local [all …]
|
/external/clang/test/SemaObjC/ |
D | arc-peformselector.m | 19 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2; 37 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2 { return 0; }
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | PriorityQueueTest.java | 791 public int compare(E object1, E object2) { in compare() argument 793 int hashcode2 = object2.hashCode(); in compare() 807 public int compare(String object1, String object2) { in compare() argument 809 int length2 = object2.length(); in compare() 823 public int compare(E object1, E object2) { in compare() argument
|
D | AbstractMapTest.java | 120 public int compare(Object object1, Object object2) { in test_removeLjava_lang_Object()
|
D | CollectionsTest.java | 2034 public int compare(Object object1, Object object2) { in compare() argument 2037 if(object2 instanceof String){ in compare() 2038 length = ((String)object2).length(); in compare() 2042 length = (Integer) object2; in compare()
|
D | TreeMapTest.java | 1819 public int compare(String object1, String object2) { in test_illegalFirstNullKey() 1820 return object1.compareTo(object2); in test_illegalFirstNullKey()
|
D | ArraysTest.java | 1423 public int compare(Element object1, Element object2) { in test_sort$Ljava_lang_ObjectLjava_util_Comparator_stable() 1424 return object1.value - object2.value; in test_sort$Ljava_lang_ObjectLjava_util_Comparator_stable()
|
/external/webkit/Source/JavaScriptCore/API/tests/ |
D | testapi.c | 788 JSObjectRef object2 = JSObjectMake(context, /* jsClass */ 0, /* data */ 0); in checkForCycleInPrototypeChain() local 799 JSObjectSetPrototype(context, object2, object1); in checkForCycleInPrototypeChain() 800 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object1)); in checkForCycleInPrototypeChain() 801 JSObjectSetPrototype(context, object1, object2); in checkForCycleInPrototypeChain() 805 JSObjectSetPrototype(context, object2, object3); in checkForCycleInPrototypeChain() 806 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object3)); in checkForCycleInPrototypeChain() 807 JSObjectSetPrototype(context, object1, object2); in checkForCycleInPrototypeChain() 808 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object1), object2)); in checkForCycleInPrototypeChain()
|
/external/webkit/Source/WebKit/gtk/tests/ |
D | testatk.c | 750 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkGetTextInParagraphAndBodySimple() local 751 g_assert(object2); in testWebkitAtkGetTextInParagraphAndBodySimple() 755 AtkText* textObject2 = ATK_TEXT(object2); in testWebkitAtkGetTextInParagraphAndBodySimple() 765 g_object_unref(object2); in testWebkitAtkGetTextInParagraphAndBodySimple() 785 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); in testWebkitAtkGetTextInParagraphAndBodyModerate() local 786 g_assert(object2); in testWebkitAtkGetTextInParagraphAndBodyModerate() 790 AtkText* textObject2 = ATK_TEXT(object2); in testWebkitAtkGetTextInParagraphAndBodyModerate() 800 g_object_unref(object2); in testWebkitAtkGetTextInParagraphAndBodyModerate()
|
/external/ipsec-tools/src/racoon/ |
D | eaytest.c | 737 char *object2 = "8bb74958b9fee94e"; local 758 data2 = vmalloc(strlen(object2)); 761 memcpy(data2->v, object2, data2->l);
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.h | 638 Register object2,
|
D | macro-assembler-ia32.cc | 1976 Register object2, in JumpIfNotBothSequentialAsciiStrings() argument 1983 and_(scratch1, Operand(object2)); in JumpIfNotBothSequentialAsciiStrings() 1989 mov(scratch2, FieldOperand(object2, HeapObject::kMapOffset)); in JumpIfNotBothSequentialAsciiStrings()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.h | 917 Register object2,
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.h | 1129 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2);
|
D | RenderObject.cpp | 2658 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2) in showRenderTree() argument 2664 root->showRenderTreeAndMark(object1, "*", object2, "-", 0); in showRenderTree()
|
/external/opencv/cv/include/ |
D | cv.h | 758 CVAPI(double) cvMatchShapes( const void* object1, const void* object2, in LOAD_CHDL()
|
/external/v8/test/cctest/ |
D | test-api.cc | 13833 Local<Object> object2; in THREADED_TEST() local 13837 object2 = Object::New(); in THREADED_TEST() 13856 CHECK(object2->CreationContext() == context2); in THREADED_TEST() 13857 CheckContextId(object2, 2); in THREADED_TEST() 13871 CHECK(object2->CreationContext() == context2); in THREADED_TEST() 13872 CheckContextId(object2, 2); in THREADED_TEST() 13887 CHECK(object2->CreationContext() == context2); in THREADED_TEST() 13888 CheckContextId(object2, 2); in THREADED_TEST()
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 9394 Fix layout test failure in fast/dom/getter-on-window-object2 introduced in r33961.
|