Home
last modified time | relevance | path

Searched refs:object2 (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
DWebDelegateImplementationCaching.mm124 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 …]
DWebDelegateImplementationCaching.h107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id…
/external/clang/test/SemaObjCXX/
Dconversion-to-objc-pointer-2.mm82 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/
DClassMemberSorter.java56 public int compare(Object object1, Object object2) in compare() argument
59 ProgramMember member2 = (ProgramMember)object2; in compare()
DAttributeSorter.java80 public int compare(Object object1, Object object2) in compare() argument
83 Attribute attribute2 = (Attribute)object2; in compare()
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue.cpp394 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/
Darc-peformselector.m19 - (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/
DPriorityQueueTest.java791 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
DAbstractMapTest.java120 public int compare(Object object1, Object object2) { in test_removeLjava_lang_Object()
DCollectionsTest.java2034 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()
DTreeMapTest.java1819 public int compare(String object1, String object2) { in test_illegalFirstNullKey()
1820 return object1.compareTo(object2); in test_illegalFirstNullKey()
DArraysTest.java1423 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/
Dtestapi.c788 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/
Dtestatk.c750 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/
Deaytest.c737 char *object2 = "8bb74958b9fee94e"; local
758 data2 = vmalloc(strlen(object2));
761 memcpy(data2->v, object2, data2->l);
/external/v8/src/ia32/
Dmacro-assembler-ia32.h638 Register object2,
Dmacro-assembler-ia32.cc1976 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/
Dmacro-assembler-arm.h917 Register object2,
/external/webkit/Source/WebCore/rendering/
DRenderObject.h1129 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2);
DRenderObject.cpp2658 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/
Dcv.h758 CVAPI(double) cvMatchShapes( const void* object1, const void* object2, in LOAD_CHDL()
/external/v8/test/cctest/
Dtest-api.cc13833 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/
DChangeLog-2008-08-109394 Fix layout test failure in fast/dom/getter-on-window-object2 introduced in r33961.