Searched refs:cftypes (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-DictionaryServices-2.5.1/Lib/DictionaryServices/
H A D_metadata.py22 cftypes=[('DCSDictionaryRef', b'^{__DCSDictionary=}', 'DCSDictionaryGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-LatentSemanticMapping-2.5.1/Lib/LatentSemanticMapping/
H A D_metadata.py22 cftypes=[('LSMMapRef', b'^{__LSMMap=}', 'LSMMapGetTypeID', None), ('LSMResultRef', b'^{__LSMResult=}', 'LSMResultGetTypeID', None), ('LSMTextRef', b'^{__LSMText=}', 'LSMTextGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/ImageIO/
H A D_metadata.py23 cftypes=[('CGImageSourceRef', b'^{CGImageSource=}', 'CGImageSourceGetTypeID', None), ('CGImageDestinationRef', b'^{CGImageDestination=}', 'CGImageDestinationGetTypeID', None), ('CGImageMetadataTagRef', b'^{CGImageMetadataTag=}', 'CGImageMetadataTagGetTypeID', None), ('CGImageMetadataRef', b'^{CGImageMetadata=}', 'CGImageMetadataGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_lazyimport.py89 self.__load_cftypes(metadict.get('cftypes'))
301 def __load_cftypes(self, cftypes):
302 if not cftypes: return
304 for name, type, gettypeid_func, tollfree in cftypes:
H A D_bridgesupport.py79 self.cftypes = []
279 self.cftypes.append((name, typestr, None, tollfree))
290 self.cftypes.append((name, typestr, None, "NSCFType"))
293 self.cftypes.append((name, typestr, gettypeid()))
608 for entry in prs.cftypes:
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-OpenDirectory-2.5.1/Lib/CFOpenDirectory/
H A D_metadata.py22 cftypes=[('ODContextRef', b'^{__ODContext=}', 'ODContextGetTypeID', None), ('ODNodeRef', b'^{__ODNode=}', 'ODNodeGetTypeID', None), ('ODQueryRef', b'^{__ODQuery=}', 'ODQueryGetTypeID', None), ('ODRecordRef', b'^{__ODRecord=}', 'ODRecordGetTypeID', None), ('ODSessionRef', b'^{__ODSession=}', 'ODSessionGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SearchKit-2.5.1/Lib/SearchKit/
H A D_metadata.py22 cftypes=[('SKIndexDocumentIteratorRef', b'^{__SKIndexDocumentIterator=}', 'SKIndexDocumentIteratorGetTypeID', None), ('SKIndexRef', b'^{__SKIndex=}', 'SKIndexGetTypeID', None), ('SKSearchGroupRef', b'^{__SKSearchGroup=}', 'SKSearchGroupGetTypeID', None), ('SKSearchRef', b'^{__SKSearch=}', 'SKSearchGetTypeID', None), ('SKSearchResultsRef', b'^{__SKSearchResults=}', 'SKSearchResultsGetTypeID', None), ('SKSummaryRef', b'^{__SKSummary=}', 'SKSummaryGetTypeID', None), ('SKDocumentRef', b'@', 'SKDocumentGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py219 def _setupCFClasses(globalDict, cftypes):
243 for name, encoding in cftypes:
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py202 def _setupCFClasses(globalDict, cftypes):
226 for name, encoding in cftypes:
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m788 handle_cftype(xmlNode* cur_node, PyObject* globalDict, PyObject* cftypes)
866 if (v != NULL && cftypes != NULL) {
869 PyList_Append(cftypes, e);
1593 PyObject* cftypes = NULL;
1596 cftypes = PyList_New(0);
1597 if (cftypes == NULL) {
1652 r = handle_cftype(cur_node, globalDict, cftypes);
1717 globalDict, cftypes);
1726 Py_XDECREF(cftypes); cftypes
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CFNetwork-2.5.1/Lib/CFNetwork/
H A D_metadata.py30 cftypes=[('CFHTTPMessageRef', b'^{__CFHTTPMessage=}', 'CFHTTPMessageGetTypeID', None), ('CFHostRef', b'^{__CFHost=}', 'CFHostGetTypeID', None), ('CFNetDiagnosticRef', b'^{__CFNetDiagnostic=}', 'CFNetDiagnosticGetTypeID', None), ('CFNetServiceBrowserRef', b'^{__CFNetServiceBrowser=}', 'CFNetServiceBrowserGetTypeID', None), ('CFNetServiceMonitorRef', b'^{__CFNetServiceMonitor=}', 'CFNetServiceMonitorGetTypeID', None), ('CFNetServiceRef', b'^{__CFNetService=}', 'CFNetServiceGetTypeID', None), ('CFHTTPAuthenticationRef', b'^{_CFHTTPAuthentication}', 'CFHTTPAuthenticationGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/CoreVideo/
H A D_metadata.py24 cftypes=[('CVBufferRef', b'^{__CVBuffer=}', 'CVBufferGetTypeID', None), ('CVDisplayLinkRef', b'^{__CVDisplayLink=}', 'CVDisplayLinkGetTypeID', None), ('CVOpenGLBufferPoolRef', b'^{__CVOpenGLBufferPool=}', 'CVOpenGLBufferPoolGetTypeID', None), ('CVOpenGLTextureCacheRef', b'^{__CVOpenGLTextureCache=}', 'CVOpenGLTextureCacheGetTypeID', None), ('CVPixelBufferPoolRef', b'^{__CVPixelBufferPool=}', 'CVPixelBufferPoolGetTypeID', None), ('CVOpenGLBufferRef', b'^{__CVOpenGLBuffer=}', 'CVOpenGLBufferGetTypeID', None), ('CVPixelBufferRef', b'^{__CVPixelBuffer=}', 'CVPixelBufferGetTypeID', None), ('CVOpenGLTextureRef', b'^{__CVOpenGLTexture=}', 'CVOpenGLTextureGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dparsexml.m820 handle_cftype(xmlNode* cur_node, PyObject* globalDict, PyObject* cftypes)
898 if (v != NULL && cftypes != NULL) {
901 PyList_Append(cftypes, e);
1674 PyObject* cftypes = NULL;
1677 cftypes = PyList_New(0);
1678 if (cftypes == NULL) {
1733 r = handle_cftype(cur_node, globalDict, cftypes);
1798 globalDict, cftypes);
1807 Py_XDECREF(cftypes); cftypes
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/Lib/AddressBook/
H A D_metadata.py22 cftypes=[('ABAddressBookRef', b'^{__ABAddressBookRef=}', None, 'ABAddressBook'), ('ABGroupRef', b'^{__ABGroup=}', None, 'ABGroup'), ('ABMultiValueRef', b'^{__ABMultiValue=}', None, 'ABMultiValue'), ('ABMutableMultiValueRef', b'^{__ABMultiValue=}', None, 'ABMutableMultiValue'), ('ABPersonRef', b'^{__ABPerson=}', None, 'ABPerson'), ('ABSearchElementRef', b'^{__ABSearchElementRef=}', None, 'ABSearchElement'), ('ABPickerRef', b'^{OpaqueABPicker}', None, 'ABPeoplePickerView')] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreText-2.5.1/Lib/CoreText/
H A D_metadata.py24 cftypes=[('CTFontCollectionRef', b'^{__CTFontCollection=}', 'CTFontCollectionGetTypeID', 'NSCTFontCollection'), ('CTFontDescriptorRef', b'^{__CTFontDescriptor=}', 'CTFontDescriptorGetTypeID', 'NSCTFontDescriptor'), ('CTFontRef', b'^{__CTFont=}', 'CTFontGetTypeID', 'NSCTFont'), ('CTFrameRef', b'^{__CTFrame=}', 'CTFrameGetTypeID', None), ('CTFramesetterRef', b'^{__CTFramesetter=}', 'CTFramesetterGetTypeID', None), ('CTGlyphInfoRef', b'^{__CTGlyphInfo=}', 'CTGlyphInfoGetTypeID', 'NSCTGlyphInfo'), ('CTLineRef', b'^{__CTLine=}', 'CTLineGetTypeID', None), ('CTParagraphStyleRef', b'^{__CTParagraphStyle=}', 'CTParagraphStyleGetTypeID', None), ('CTRunRef', b'^{__CTRun=}', 'CTRunGetTypeID', None), ('CTTextTabRef', b'^{__CTTextTab=}', 'CTTextTabGetTypeID', None), ('CTTypesetterRef', b'^{__CTTypesetter=}', 'CTTypesetterGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-LaunchServices-2.5.1/Lib/LaunchServices/
H A D_metadata.py24 cftypes=[('LSSharedFileListItemRef', b'^{OpaqueLSSharedFileListItemRef=}', 'LSSharedFileListItemGetTypeID', None), ('LSSharedFileListRef', b'^{OpaqueLSSharedFileListRef=}', 'LSSharedFileListGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-SystemConfiguration-2.5.1/Lib/SystemConfiguration/
H A D_metadata.py22 cftypes=[('SCBondStatusRef', b'^{__SCBondStatus=}', 'SCBondStatusGetTypeID', None), ('SCDynamicStoreRef', b'^{__SCDynamicStore=}', 'SCDynamicStoreGetTypeID', None), ('SCNetworkConnectionRef', b'^{__SCNetworkConnection=}', 'SCNetworkConnectionGetTypeID', None), ('SCNetworkInterfaceRef', b'^{__SCNetworkInterface=}', 'SCNetworkInterfaceGetTypeID', None), ('SCNetworkProtocolRef', b'^{__SCNetworkProtocol=}', 'SCNetworkProtocolGetTypeID', None), ('SCNetworkReachabilityRef', b'^{__SCNetworkReachability=}', 'SCNetworkReachabilityGetTypeID', None), ('SCNetworkServiceRef', b'^{__SCNetworkService=}', 'SCNetworkServiceGetTypeID', None), ('SCNetworkSetRef', b'^{__SCNetworkSet=}', 'SCNetworkSetGetTypeID', None), ('SCPreferencesRef', b'^{__SCPreferences=}', 'SCPreferencesGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridgesupport.py981 self.assertItemsEqual(prs.cftypes, all_cftypes)
1163 for item in prs.cftypes:
1174 self.fail("Wrong item length in cftypes: %s"%(item,))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/CoreGraphics/
H A D_metadata.py31 cftypes=[('CGEventRef', b'^{__CGEvent=}', 'CGEventGetTypeID', None), ('CGEventSourceRef', b'^{__CGEventSource=}', 'CGEventSourceGetTypeID', None), ('CGColorRef', b'^{CGColor=}', 'CGColorGetTypeID', None), ('CGFontRef', b'^{CGFont=}', 'CGFontGetTypeID', None), ('CGDataConsumerRef', b'^{CGDataConsumer=}', 'CGDataConsumerGetTypeID', None), ('CGPathRef', b'^{CGPath=}', 'CGPathGetTypeID', None), ('CGDisplayModeRef', b'^{CGDisplayMode}', 'CGDisplayModeGetTypeID', None), ('CGGradientRef', b'^{CGGradient=}', 'CGGradientGetTypeID', None), ('CGDirectDisplay', b'^{CGDirectDisplay=}', 'CGDirectDisplayGetTypeID', None), ('CGColorSpaceRef', b'^{CGColorSpace=}', 'CGColorSpaceGetTypeID', None), ('CGPDFDocumentRef', b'^{CGPDFDocument=}', 'CGPDFDocumentGetTypeID', None), ('CGFunctionRef', b'^{CGFunction=}', 'CGFunctionGetTypeID', None), ('CGImageRef', b'^{CGImage=}', 'CGImageGetTypeID', None), ('CGDisplayStreamRef', b'^{CGDisplayStream=}', 'CGDisplayStreamGetTypeID', None), ('CGPDFPageRef', b'^{CGPDFPage=}', 'CGPDFPageGetTypeID', None), ('CGLayerRef', b'^{CGLayer=}', 'CGLayerGetTypeID', None), ('CGPatternRef', b'^{CGPattern=}', 'CGPatternGetTypeID', None), ('CGPSConverterRef', b'^{CGPSConverter=}', 'CGPSConverterGetTypeID', None), ('CGContextRef', b'^{CGContext=}', 'CGContextGetTypeID', None), ('CGShadingRef', b'^{CGShading=}', 'CGShadingGetTypeID', None), ('CGDataProviderRef', b'^{CGDataProvider=}', 'CGDataProviderGetTypeID', None), ('CGDisplayStreamUpdateRef', b'^{CGDisplayStreamUpdate=}', 'CGDisplayStreamUpdateGetTypeID', None)] variable
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/CoreFoundation/
H A D_metadata.py26 cftypes=[('CFAllocatorRef', b'^{__CFAllocator=}', 'CFAllocatorGetTypeID', None), ('CFArrayRef', b'^{__CFArray=}', 'CFArrayGetTypeID', 'NSArray'), ('CFAttributedStringRef', b'^{__CFAttributedString=}', 'CFAttributedStringGetTypeID', '__NSCFAttributedString,NSCFAttributedString'), ('CFBagRef', b'^{__CFBag=}', 'CFBagGetTypeID', None), ('CFBinaryHeapRef', b'^{__CFBinaryHeap=}', 'CFBinaryHeapGetTypeID', None), ('CFBitVectorRef', b'^{__CFBitVector=}', 'CFBitVectorGetTypeID', None), ('CFBooleanRef', b'^{__CFBoolean=}', 'CFBooleanGetTypeID', '__NSCFBoolean,NSCFBoolean'), ('CFBundleRef', b'^{__CFBundle=}', 'CFBundleGetTypeID', None), ('CFCalendarRef', b'^{__CFCalendar=}', 'CFCalendarGetTypeID', '__NSCFCalendar,NSCFCalendar'), ('CFCharacterSetRef', b'^{__CFCharacterSet=}', 'CFCharacterSetGetTypeID', '__NSCFCharacterSet,NSCFCharacterSet'), ('CFDataRef', b'^{__CFData=}', 'CFDataGetTypeID', '__NSCFData,NSCFData'), ('CFDateFormatterRef', b'^{__CFDateFormatter=}', 'CFDateFormatterGetTypeID', None), ('CFDateRef', b'^{__CFDate=}', 'CFDateGetTypeID', '__NSCFDate,NSCFDate,__NSDate'), ('CFDictionaryRef', b'^{__CFDictionary=}', 'CFDictionaryGetTypeID', 'NSDictionary'), ('CFErrorRef', b'^{__CFError=}', 'CFErrorGetTypeID', '__NSCFError,NSCFError'), ('CFFileDescriptorRef', b'^{__CFFileDescriptor=}', 'CFFileDescriptorGetTypeID', None), ('CFFileSecurityRef', b'^{__CFFileSecurity=}', 'CFFileSecurityGetTypeID', '__NSFileSecurity'), ('CFLocaleRef', b'^{__CFLocale=}', 'CFLocaleGetTypeID', '__NSCFLocale,NSCFLocale'), ('CFMachPortRef', b'^{__CFMachPort=}', 'CFMachPortGetTypeID', 'NSMachPort'), ('CFMessagePortRef', b'^{__CFMessagePort=}', 'CFMessagePortGetTypeID', None), ('CFMutableArrayRef', b'^{__CFArray=}', 'CFArrayGetTypeID', 'NSMutableArray'), ('CFMutableAttributedStringRef', b'^{__CFAttributedString=}', 'CFAttributedStringGetTypeID', '__NSCFAttributedString,NSCFAttributedString'), ('CFMutableBagRef', b'^{__CFBag=}', 'CFBagGetTypeID', None), ('CFMutableBitVectorRef', b'^{__CFBitVector=}', 'CFBitVectorGetTypeID', None), ('CFMutableCharacterSetRef', b'^{__CFCharacterSet=}', 'CFCharacterSetGetTypeID', None), ('CFMutableDataRef', b'^{__CFData=}', 'CFDataGetTypeID', 'NSMutableData'), ('CFMutableDictionaryRef', b'^{__CFDictionary=}', 'CFDictionaryGetTypeID', 'NSMutableDictionary'), ('CFMutableSetRef', b'^{__CFSet=}', 'CFSetGetTypeID', 'NSMutableSet'), ('CFMutableStringRef', b'^{__CFString=}', 'CFStringGetTypeID', None), ('CFNotificationCenterRef', b'^{__CFNotificationCenter=}', 'CFNotificationCenterGetTypeID', None), ('CFNullRef', b'^{__CFNull=}', 'CFNullGetTypeID', 'NSNull'), ('CFNumberFormatterRef', b'^{__CFNumberFormatter=}', 'CFNumberFormatterGetTypeID', None), ('CFNumberRef', b'^{__CFNumber=}', 'CFNumberGetTypeID', '__NSCFNumber,NSCFNumber'), ('CFPlugInInstanceRef', b'^{__CFPlugInInstance=}', 'CFPlugInInstanceGetTypeID', None), ('CFReadStreamRef', b'^{__CFReadStream=}', 'CFReadStreamGetTypeID', '__NSCFInputStream,NSCFInputStream'), ('CFRunLoopObserverRef', b'^{__CFRunLoopObserver=}', 'CFRunLoopObserverGetTypeID', None), ('CFRunLoopRef', b'^{__CFRunLoop=}', 'CFRunLoopGetTypeID', None), ('CFRunLoopSourceRef', b'^{__CFRunLoopSource=}', 'CFRunLoopSourceGetTypeID', None), ('CFRunLoopTimerRef', b'^{__CFRunLoopTimer=}', 'CFRunLoopTimerGetTypeID', '__NSCFTimer,NSCFTimer'), ('CFSetRef', b'^{__CFSet=}', 'CFSetGetTypeID', 'NSSet'), ('CFSocketRef', b'^{__CFSocket=}', 'CFSocketGetTypeID', None), ('CFStringRef', b'^{__CFString=}', 'CFStringGetTypeID', 'NSString'), ('CFStringTokenizerRef', b'^{__CFStringTokenizer=}', 'CFStringTokenizerGetTypeID', None), ('CFTimeZoneRef', b'^{__CFTimeZone=}', 'CFTimeZoneGetTypeID', 'NSTimeZone'), ('CFTreeRef', b'^{__CFTree=}', 'CFTreeGetTypeID', None), ('CFURLEnumeratorRef', b'^{__CFURLEnumerator=}', 'CFURLEnumeratorGetTypeID', None), ('CFURLRef', b'^{__CFURL=}', 'CFURLGetTypeID', 'NSURL'), ('CFUUIDRef', b'^{__CFUUID=}', 'CFUUIDGetTypeID', None), ('CFUserNotificationRef', b'^{__CFUserNotification=}', 'CFUserNotificationGetTypeID', None), ('CFWriteStreamRef', b'^{__CFWriteStream=}', 'CFWriteStreamGetTypeID', '__NSCFOutputStream,NSCFOutputStream'), ('CFXMLNodeRef', b'^{__CFXMLNode=}', 'CFXMLNodeGetTypeID', None), ('CFXMLParserRef', b'^{__CFXMLParser=}', 'CFXMLParserGetTypeID', None)] variable

Completed in 232 milliseconds