Searched refs:CFSetCreateMutable (Results 1 - 25 of 61) sorted by relevance

123

/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/CoreFoundation/
H A D_static.py60 def CFSetCreateMutable(allocator, capacity, callbacks): function in function:_setup
64 return CFSetCreate, CFSetCreateMutable
66 CFSetCreate, CFSetCreateMutable = _setup()
/macosx-10.10/Heimdal-398.1.2/lib/heimcred/
H A Dkerberos.m46 CFMutableSetRef set = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
H A Dntlm.m371 CFMutableSetRef set = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/CoreFoundation/
H A D__init__.py99 def CFSetCreateMutable(allocator, capacity, callbacks): function in function:_setup
103 return CFSetCreate, CFSetCreateMutable
105 CFSetCreate, CFSetCreateMutable = _setup()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/CoreFoundation/
H A D__init__.py81 def CFSetCreateMutable(allocator, capacity, callbacks): function in function:_setup
85 return CFSetCreate, CFSetCreateMutable
87 CFSetCreate, CFSetCreateMutable = _setup()
/macosx-10.10/configd-699.1.5/configd.tproj/
H A D_configopen.c67 changedKeys = CFSetCreateMutable(NULL,
70 deferredRemovals = CFSetCreateMutable(NULL,
73 removedSessionKeys = CFSetCreateMutable(NULL,
H A D_notifyviaport.c65 needsNotification = CFSetCreateMutable(NULL,
H A D_notifyviasignal.c72 needsNotification = CFSetCreateMutable(NULL,
H A Dconfigd.m294 _plugins_allowed = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
295 _plugins_exclude = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
296 _plugins_verbose = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
H A D_configunlock.c129 needsNotification = CFSetCreateMutable(NULL,
H A D_notifyviafd.c76 needsNotification = CFSetCreateMutable(NULL,
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DExternalMedia.c56 gExternalMediaSet = CFSetCreateMutable(0, 0, &kCFTypeSetCallBacks);
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dsession.c73 session->credentials = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);
74 session->processes = CFSetCreateMutable(kCFAllocatorDefault, 0, NULL);
H A Dauthtoken.c160 auth->credentials = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);
161 auth->authorized_rights = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);
162 auth->processes = CFSetCreateMutable(kCFAllocatorDefault, 0, NULL);
H A Dcredential.c109 cred->cachedGroups = CFSetCreateMutable(kCFAllocatorDefault, 0, &kCFTypeSetCallBacks);;
H A Dprocess.c131 proc->connections = CFSetCreateMutable(kCFAllocatorDefault, 0, NULL);
/macosx-10.10/Security-57031.1.35/Security/sec/SOSCircle/SecureObjectSync/
H A DSOSPeerInfoCollections.c75 return CFSetCreateMutable(allocator, 0, &kSOSPeerSetCallbacks);
175 result = CFSetCreateMutable(allocator, 0, callbacks);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_transform/lib/
H A Dmisc.c89 ca = CFSetCreateMutable(NULL, 0, &kCFCopyStringSetCallBacks);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py20 st = CFSetCreateMutable(None, 0, kCFTypeSetCallBacks)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfset.py17 st = CFSetCreateMutable(None, 0, kCFTypeSetCallBacks)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_cfset.py24 st = CFSetCreateMutable(None, 0, kCFTypeSetCallBacks)
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDQueue.c256 queue->elements = CFSetCreateMutable(CFGetAllocator(queue), 0, &kCFTypeSetCallBacks);
H A DIOHIDDevice.c656 (device->elements = CFSetCreateMutable(CFGetAllocator(device),
769 device->removalCallbackSet = CFSetCreateMutable(NULL, 0, &__callbackBaseSetCallbacks);
933 device->inputValueCallbackSet = CFSetCreateMutable(NULL, 0, &__callbackBaseSetCallbacks);
1675 device->inputReportCallbackSet = CFSetCreateMutable(NULL, 0, &__callbackBaseSetCallbacks);
H A DIOHIDManager.c277 manager->iterators = CFSetCreateMutable(
310 manager->devices = CFSetCreateMutable(
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibNuDCL.cpp133 fData.update.set = ::CFSetCreateMutable( kCFAllocatorDefault, 1, nil ) ;

Completed in 325 milliseconds

123