Searched refs:CFSetCreateMutableCopy (Results 1 - 7 of 7) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFSet.c336 CFMutableHashRef CFSetCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFHashRef other) { function
H A DCFSet.h280 @function CFSetCreateMutableCopy
307 CFMutableSetRef CFSetCreateMutableCopy(CFAllocatorRef allocator, CFIndex capacity, CFSetRef theSet);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp151 fData.update.set = ::CFSetCreateMutableCopy( kCFAllocatorDefault, ::CFSetGetCount( updateList ), updateList ) ;
/macosx-10.9.5/configd-596.15/SCMonitor/
H A Dmonitor.c559 interfaces_old = CFSetCreateMutableCopy(NULL, 0, myInstance->interfaces_known);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCNetworkSet.c1475 newExcluded = CFSetCreateMutableCopy(NULL, 0, excluded);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py23 cp = CFSetCreateMutableCopy(None, 0, st)
89 st = CFSetCreateMutableCopy(None, 0, st)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py19 cp = CFSetCreateMutableCopy(None, 0, st)
74 st = CFSetCreateMutableCopy(None, 0, st)

Completed in 279 milliseconds