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

  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 80 extern PyObject *_CFDataRefObj_New(CFDataRef);
81 extern int _CFDataRefObj_Convert(PyObject *, CFDataRef *);
153 if (CFGetTypeID(itself) == CFDataGetTypeID()) return CFDataRefObj_New((CFDataRef)itself);
240 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj")
405 Output("""sprintf(buf, "<CFDataRef object at 0x%%8.8x for 0x%%8.8x>", (unsigned)self, (unsigned)self->ob_itself);""")
495 CFDataRef_object = CFDataRefObjectDefinition('CFDataRef', 'CFDataRefObj', 'CFDataRef')
589 # Get data from CFDataRef
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 53 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj")

Completed in 68 milliseconds