HomeSort by relevance Sort by last modified time
    Searched defs:CFDictionaryRef (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Analysis/
CFContainers-invalid.c 6 typedef const struct __CFDictionary * CFDictionaryRef;
13 CFDictionaryRef CFDictionaryCreate(CFAllocatorRef);
cfref_PR2519.c 18 typedef const struct __CFDictionary * CFDictionaryRef;
19 extern CFDictionaryRef CFDictionaryCreate(CFAllocatorRef allocator, const void **keys, const void **values, CFIndex numValues, const CFDictionaryKeyCallBacks *keyCallBacks, const CFDictionaryValueCallBacks *valueCallBacks);
26 extern void CFNotificationCenterPostNotification(CFNotificationCenterRef center, CFStringRef name, const void *object, CFDictionaryRef userInfo, Boolean deliverImmediately);
36 CFDictionaryRef userInfo = CFDictionaryCreate(kCFAllocatorDefault, (const void **)&_key, (const void **)&_value, 1, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
  /external/clang/test/Analysis/Inputs/
system-header-simulator-objc.h 119 typedef const struct __CFDictionary * CFDictionaryRef;
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 90 extern PyObject *_CFDictionaryRefObj_New(CFDictionaryRef);
91 extern int _CFDictionaryRefObj_Convert(PyObject *, CFDictionaryRef *);
152 if (CFGetTypeID(itself) == CFDictionaryGetTypeID()) return CFDictionaryRefObj_New((CFDictionaryRef)itself);
198 PyMac_INIT_TOOLBOX_OBJECT_NEW(CFDictionaryRef, CFDictionaryRefObj_New);
199 PyMac_INIT_TOOLBOX_OBJECT_CONVERT(CFDictionaryRef, CFDictionaryRefObj_Convert);
242 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")
369 Output("""sprintf(buf, "<CFDictionaryRef object at 0x%%8.8x for 0x%%8.8x>", (unsigned)self, (unsigned)self->ob_itself);""")
493 CFDictionaryRef_object = CFDictionaryRefObjectDefinition('CFDictionaryRef', 'CFDictionaryRefObj', 'CFDictionaryRef')
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 99 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 99 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")

Completed in 266 milliseconds