Searched refs:object2 (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/tests/
H A Dtest_ewk2_object.cpp93 RefPtr<EwkObject> object2 = TestEwkObject2::create(); local
96 ASSERT_TRUE(ewk_object_is_of_type<TestEwkObject2*>(object2.get()));
98 ASSERT_FALSE(ewk_object_is_of_type<TestEwkObject1*>(object2.get()));
105 RefPtr<EwkObject> object2 = TestEwkObject2::create(); local
110 TestEwkObject2* objectRef2 = ewk_object_cast<TestEwkObject2*>(object2.get());
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDelegateImplementationCaching.mm118 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2)
123 return wtfObjcMsgSend<id>(delegate, selector, self, object1, object2);
142 static inline id CallDelegate(WebView *self, id delegate, SEL selector, id object1, id object2, id object3)
147 return wtfObjcMsgSend<id>(delegate, selector, self, object1, object2, object3);
214 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object, BOOL boolean, id object2)
219 return wtfObjcMsgSend<BOOL>(delegate, selector, self, object, boolean, object2);
226 static inline BOOL CallDelegateReturningBoolean(BOOL result, WebView *self, id delegate, SEL selector, id object1, id object2)
231 return wtfObjcMsgSend<BOOL>(delegate, selector, self, object1, object2);
274 static inline id CallDelegate(IMP implementation, WebView *self, id delegate, SEL selector, id object1, id object2)
279 return wtfCallIMP<id>(implementation, delegate, selector, self, object1, object2);
[all...]
H A DWebDelegateImplementationCaching.h116 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);
/macosx-10.9.5/libauto-185.5/auto_tester/
H A Dauto_perf.c109 void *object2 = auto_zone_allocate_object(azone, sizeof(void *), AUTO_MEMORY_SCANNED, 0, 0); local
112 auto_zone_set_write_barrier(azone, object1, object2);
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_object.c6792 vm_object_t object2,
6806 if (object1 == object2 ||
6808 object2 == VM_OBJECT_NULL) {
6822 if (object1 > object2) {
6824 object1 = object2;
6825 object2 = tmp_object;
6830 * while we copy object2 to object1.
6869 vm_object_lock(object2);
6871 if (! object2->alive || object2
6790 vm_object_transpose( vm_object_t object1, vm_object_t object2, vm_object_size_t transpose_size) argument
[all...]
H A Dvm_object.h652 vm_object_t object2,
H A Dvm_pageout.c7300 vm_object_t object1, object2; local
7322 object2 = upl2->map_object;
7339 retval = vm_object_transpose(object1, object2,
7349 queue_remove(&object2->uplq, upl2, upl_t, uplq);
7351 upl1->map_object = object2;
7355 queue_enter(&object2->uplq, upl1, upl_t, uplq);
/macosx-10.9.5/DiskArbitration-266/DiskArbitration/
H A DDADisk.c51 static Boolean __DADiskEqual( CFTypeRef object1, CFTypeRef object2 );
116 static Boolean __DADiskEqual( CFTypeRef object1, CFTypeRef object2 )
119 DADiskRef disk2 = ( DADiskRef ) object2;
H A DDASession.c62 static Boolean __DASessionEqual( CFTypeRef object1, CFTypeRef object2 );
153 static Boolean __DASessionEqual( CFTypeRef object1, CFTypeRef object2 )
156 DASessionRef session2 = ( DASessionRef ) object2;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/SecureObjectSync/
H A DSOSEngine.h55 SOSObjectRef (*copyMergedObject)(SOSObjectRef object1, SOSObjectRef object2, CFErrorRef *error);
H A DSOSEngine.c36 #define SOSObjectCopyMergedObject(dataSource, object1, object2, error) (dataSource->copyMergedObject(object1, object2, error))
/macosx-10.9.5/objc4-551.1/runtime/
H A DNSObject.h25 - (id)performSelector:(SEL)aSelector withObject:(id)object1 withObject:(id)object2;
H A DObject.h109 - (id)perform:(SEL)aSelector with:object1 with:object2;
/macosx-10.9.5/DiskArbitration-266/diskarbitrationd/
H A DDADisk.c75 static Boolean __DADiskEqual( CFTypeRef object1, CFTypeRef object2 );
182 static Boolean __DADiskEqual( CFTypeRef object1, CFTypeRef object2 )
185 DADiskRef disk2 = ( DADiskRef ) object2;
231 CFTypeRef object2 = value; local
233 if ( object1 == object2 ) return kCFCompareEqualTo;
235 if ( object2 == NULL ) return kCFCompareGreaterThan;
237 return CFEqual( object1, object2 ) ? kCFCompareEqualTo : kCFCompareLessThan;
H A DDASession.c54 static Boolean __DASessionEqual( CFTypeRef object1, CFTypeRef object2 );
155 static Boolean __DASessionEqual( CFTypeRef object1, CFTypeRef object2 )
158 DASessionRef session2 = ( DASessionRef ) object2;
H A DDAFileSystem.c89 static Boolean __DAFileSystemEqual( CFTypeRef object1, CFTypeRef object2 );
180 static Boolean __DAFileSystemEqual( CFTypeRef object1, CFTypeRef object2 )
183 DAFileSystemRef filesystem2 = ( DAFileSystemRef ) object2;
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/Regressions/
H A DSOSTestDataSource.c198 static SOSObjectRef copyMergedObject(SOSObjectRef object1, SOSObjectRef object2, CFErrorRef *error) { argument
200 CFDictionaryRef dict2 = (CFDictionaryRef)object2;
216 CFDataRef digest2 = copyDigest(object2, error);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOPartitionScheme.cpp36 const OSMetaClassBase * object2,
44 UInt64 base2 = ( ( IOMedia * ) object2 )->getBase( );
48 OSString * uuid2 = OSDynamicCast( OSString, ( ( IOMedia * ) object2 )->getProperty( kIOMediaUUIDKey ) );
35 partitionComparison( const OSMetaClassBase * object1, const OSMetaClassBase * object2, void * context ) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/tests/
H A Dtestapi.c1010 JSObjectRef object2 = JSObjectMake(context, /* jsClass */ 0, /* data */ 0); local
1020 // object1 -> object2 -> object1
1021 JSObjectSetPrototype(context, object2, object1);
1022 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object1));
1023 JSObjectSetPrototype(context, object1, object2);
1026 // object1 -> object2 -> object3 -> object1
1027 JSObjectSetPrototype(context, object2, object3);
1028 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object2), object3));
1029 JSObjectSetPrototype(context, object1, object2);
1030 ASSERT(JSValueIsStrictEqual(context, JSObjectGetPrototype(context, object1), object2));
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/tests/
H A Dtestatk.c957 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); local
958 g_assert(object2);
962 AtkText* textObject2 = ATK_TEXT(object2);
972 g_object_unref(object2);
989 AtkObject* object2 = atk_object_ref_accessible_child(object, 1); local
990 g_assert(object2);
994 AtkText* textObject2 = ATK_TEXT(object2);
1004 g_object_unref(object2);
/macosx-10.9.5/ruby-104/ruby/test/minitest/
H A Dtest_minitest_unit.rb758 object2 = Object.new
763 @tc.assert_equal [object1], [object2]
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireUserClient.cpp3450 const OSObject * object2 = NULL ; local
3455 object2 = fExporter->lookupObject( channelHandle ) ;
3457 channel = OSDynamicCast( IOFWUserIsochChannel, object2 ) ;
3481 if ( object2 )
3483 object2->release() ;
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderObject.h1368 // We don't make object2 an optional parameter so that showRenderTree
1370 void showRenderTree(const WebCore::RenderObject* object1, const WebCore::RenderObject* object2);
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvas.c315 int screen2, int object1, int object2));
5354 ScrollFractions(screen1, screen2, object1, object2)
5358 int object2; /* Highest coordinate in the object. */
5363 range = object2 - object1;
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvas.c301 int screen2, int object1, int object2);
5201 int object2) /* Highest coordinate in the object. */
5206 range = object2 - object1;
5158 ScrollFractions( int screen1, int screen2, int object1, int object2) argument

Completed in 277 milliseconds

12