HomeSort by relevance Sort by last modified time
    Searched refs:OpaqueByValueType (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
macsupport.py 38 wide = OpaqueByValueType("wide", "PyMac_Buildwide", "PyMac_Getwide")
44 StringPtr = OpaqueByValueType("StringPtr", "PyMac_BuildStr255", "PyMac_GetStr255")
55 return OpaqueByValueType(typename, "PyMac_BuildOSType", "PyMac_GetOSType")
61 NumVersion = OpaqueByValueType("NumVersion", "PyMac_BuildNumVersion", "BUG")
64 Handle = OpaqueByValueType("Handle", "ResObj")
65 MenuHandle = OpaqueByValueType("MenuHandle", "MenuObj")
67 ControlHandle = OpaqueByValueType("ControlHandle", "CtlObj")
71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj")
73 DialogPtr = OpaqueByValueType("DialogPtr", "DlgObj")
75 ExistingWindowPtr = OpaqueByValueType("WindowPtr", "WinObj_WhichWindow", "BUG")
    [all...]
bgenType.py 274 class OpaqueByValueType(OpaqueType):
307 class OpaqueByValueStructType(OpaqueByValueType):
308 """Similar to OpaqueByValueType, but we also pass this to mkvalue by
316 class OpaqueArrayType(OpaqueByValueType):
  /external/python/cpython2/Tools/bgen/bgen/
macsupport.py 38 wide = OpaqueByValueType("wide", "PyMac_Buildwide", "PyMac_Getwide")
44 StringPtr = OpaqueByValueType("StringPtr", "PyMac_BuildStr255", "PyMac_GetStr255")
55 return OpaqueByValueType(typename, "PyMac_BuildOSType", "PyMac_GetOSType")
61 NumVersion = OpaqueByValueType("NumVersion", "PyMac_BuildNumVersion", "BUG")
64 Handle = OpaqueByValueType("Handle", "ResObj")
65 MenuHandle = OpaqueByValueType("MenuHandle", "MenuObj")
67 ControlHandle = OpaqueByValueType("ControlHandle", "CtlObj")
71 WindowPtr = OpaqueByValueType("WindowPtr", "WinObj")
73 DialogPtr = OpaqueByValueType("DialogPtr", "DlgObj")
75 ExistingWindowPtr = OpaqueByValueType("WindowPtr", "WinObj_WhichWindow", "BUG"
    [all...]
  /external/python/cpython2/Mac/Modules/icn/
icnsupport.py 24 CIconHandle = OpaqueByValueType("CIconHandle", "ResObj")
25 IconSuiteRef = OpaqueByValueType("IconSuiteRef", "ResObj")
26 IconCacheRef = OpaqueByValueType("IconCacheRef", "ResObj")
27 IconRef = OpaqueByValueType("IconRef", "ResObj")
28 IconFamilyHandle = OpaqueByValueType("IconFamilyHandle", "ResObj")
29 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
35 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj")
37 #WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
41 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
  /external/python/cpython2/Mac/Modules/mlte/
mltesupport.py 92 TXNObject = OpaqueByValueType("TXNObject", "TXNObj")
93 TXNFontMenuObject = OpaqueByValueType("TXNFontMenuObject", "TXNFontMenuObj")
117 DragReference = OpaqueByValueType("DragReference", "DragObj")
119 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
120 OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
121 GWorldPtr = OpaqueByValueType("GWorldPtr", "GWorldObj")
122 OptGWorldPtr = OpaqueByValueType("GWorldPtr", "OptGWorldObj")
125 OptFSSpecPtr = OpaqueByValueType("FSSpec *", "OptFSSpecPtr")
126 OptRectPtr = OpaqueByValueType("Rect *", "OptRectPtr")
  /external/python/cpython2/Mac/Modules/qdoffs/
qdoffssupport.py 25 GWorldPtr = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
27 GDHandle = OpaqueByValueType("GDHandle", "ResObj")
28 OptGDHandle = OpaqueByValueType("GDHandle", "OptResObj")
29 CTabHandle = OpaqueByValueType("CTabHandle", "OptResObj")
30 PixPatHandle = OpaqueByValueType("PixPatHandle", "ResObj")
31 PixMapHandle = OpaqueByValueType("PixMapHandle", "ResObj")
32 CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
33 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/win/
winsupport.py 25 WindowPtr = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
27 WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
29 CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
30 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
32 DragReference = OpaqueByValueType("DragReference", "DragObj")
34 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
35 PicHandle = OpaqueByValueType("PicHandle", "ResObj")
36 WCTabHandle = OpaqueByValueType("WCTabHandle", "ResObj")
37 AuxWinHandle = OpaqueByValueType("AuxWinHandle", "ResObj")
38 PixPatHandle = OpaqueByValueType("PixPatHandle", "ResObj"
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
qdsupport.py 36 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
37 OptRgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
38 PicHandle = OpaqueByValueType("PicHandle", "ResObj")
39 PolyHandle = OpaqueByValueType("PolyHandle", "ResObj")
40 PixMapHandle = OpaqueByValueType("PixMapHandle", "ResObj")
41 PixPatHandle = OpaqueByValueType("PixPatHandle", "ResObj")
42 PatHandle = OpaqueByValueType("PatHandle", "ResObj")
43 CursHandle = OpaqueByValueType("CursHandle", "ResObj")
44 CCrsrHandle = OpaqueByValueType("CCrsrHandle", "ResObj")
45 CIconHandle = OpaqueByValueType("CIconHandle", "ResObj"
    [all...]
  /external/python/cpython2/Mac/Modules/te/
tesupport.py 24 TEHandle = OpaqueByValueType("TEHandle", "TEObj")
25 CharsHandle = OpaqueByValueType("CharsHandle", "ResObj")
26 Handle = OpaqueByValueType("Handle", "ResObj")
27 StScrpHandle = OpaqueByValueType("StScrpHandle", "ResObj")
28 TEStyleHandle = OpaqueByValueType("TEStyleHandle", "ResObj")
29 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/cg/
cgsupport.py 20 CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
21 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
101 class MyOpaqueByValueType(OpaqueByValueType):
102 """Sort of a mix between OpaqueByValueType and OpaqueType."""
120 CGContextRef = OpaqueByValueType("CGContextRef", "CGContextRefObj")
  /external/python/cpython2/Mac/Modules/menu/
menusupport.py 25 MenuHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
27 OptMenuRef = OpaqueByValueType(OBJECTTYPE, "Opt" + OBJECTPREFIX)
28 Handle = OpaqueByValueType("Handle", "ResObj")
29 MenuBarHandle = OpaqueByValueType("MenuBarHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/scrap/
scrapsupport.py 26 ScrapRef = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
45 ScrapStuffPtr = OpaqueByValueType('ScrapStuffPtr', 'SCRRec')
  /external/python/cpython2/Mac/Modules/cm/
cmsupport.py 72 Component = OpaqueByValueType('Component', C_OBJECTPREFIX)
73 ComponentInstance = OpaqueByValueType('ComponentInstance', CI_OBJECTPREFIX)
76 ComponentResourceHandle = OpaqueByValueType("ComponentResourceHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py 10 DialogPtr = OpaqueByValueType("DialogPtr", "DlgObj")
15 OptHandle = OpaqueByValueType("Handle", "OptResObj")
21 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
22 TEHandle = OpaqueByValueType("TEHandle", "ResObj")
23 CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/list/
listsupport.py 24 ListHandle = OpaqueByValueType("ListHandle", "ListObj")
35 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
36 DataHandle = OpaqueByValueType("DataHandle", "ResObj")
37 Handle = OpaqueByValueType("Handle", "ResObj")
38 CGrafPtr = OpaqueByValueType("CGrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 8 CFStringRef = OpaqueByValueType('CFStringRef')
11 execstr = "%(name)s = OpaqueByValueType('%(name)s')" % {"name": typ}
29 EventHotKeyID = OpaqueByValueType("EventHotKeyID", "EventHotKeyID")
71 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
72 GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
  /external/python/cpython2/Mac/Modules/cf/
cfsupport.py 221 CFRange = OpaqueByValueType('CFRange', 'CFRange')
235 CFTypeRef = OpaqueByValueType("CFTypeRef", "CFTypeRefObj")
236 CFArrayRef = OpaqueByValueType("CFArrayRef", "CFArrayRefObj")
237 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj")
238 CFArrayRef = OpaqueByValueType("CFArrayRef", "CFArrayRefObj")
239 CFMutableArrayRef = OpaqueByValueType("CFMutableArrayRef", "CFMutableArrayRefObj")
240 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj")
241 CFMutableDataRef = OpaqueByValueType("CFMutableDataRef", "CFMutableDataRefObj")
242 CFDictionaryRef = OpaqueByValueType("CFDictionaryRef", "CFDictionaryRefObj")
243 CFMutableDictionaryRef = OpaqueByValueType("CFMutableDictionaryRef", "CFMutableDictionaryRefObj"
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 24 ControlHandle = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
26 ExistingControlHandle = OpaqueByValueType(OBJECTTYPE, "CtlObj_WhichControl", "BUG")
28 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
29 CCTabHandle = OpaqueByValueType("CCTabHandle", "ResObj")
30 AuxCtlHandle = OpaqueByValueType("AuxCtlHandle", "ResObj")
49 DragReference = OpaqueByValueType("DragReference", "DragObj")
51 CFStringRef = OpaqueByValueType("CFStringRef", "CFStringRefObj")
52 CFMutableStringRef = OpaqueByValueType("CFMutableStringRef", "CFMutableStringRefObj")
53 CFDataRef = OpaqueByValueType("CFDataRef", "CFDataRefObj")
  /external/python/cpython2/Mac/Modules/drag/
dragsupport.py 24 DragRef = OpaqueByValueType(OBJECTTYPE, OBJECTPREFIX)
30 PixMapHandle = OpaqueByValueType("PixMapHandle", "ResObj")
31 RgnHandle = OpaqueByValueType("RgnHandle", "ResObj")
  /external/python/cpython2/Mac/Modules/help/
helpsupport.py 23 MenuRef = OpaqueByValueType("MenuRef", "MenuObj")
26 #WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
30 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
  /external/python/cpython2/Mac/Modules/ibcarbon/
IBCarbonsupport.py 5 IBNibRef = OpaqueByValueType('IBNibRef', 'IBNibRefObj')
6 #CFBundleRef = OpaqueByValueType('CFBundleRef')
  /external/python/cpython2/Mac/Modules/launch/
launchsupport.py 28 OptCFStringRef = OpaqueByValueType("CFStringRef", "OptCFStringRefObj")
  /external/python/cpython2/Mac/Modules/app/
appsupport.py 24 #MenuRef = OpaqueByValueType("MenuRef", "MenuObj")
27 #WindowPeek = OpaqueByValueType("WindowPeek", OBJECTPREFIX)
33 # RgnHandle = OpaqueByValueType("RgnHandle", "OptResObj")
55 CTabHandle = OpaqueByValueType("CTabHandle", "ResObj")
113 ThemeDrawingState = OpaqueByValueType("ThemeDrawingState", "ThemeDrawingStateObj")
  /external/python/cpython2/Mac/Modules/osa/
osasupport.py 44 ComponentInstance = OpaqueByValueType('ComponentInstance', OBJECTPREFIX)
  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 29 class SndChannelPtrType(OpaqueByValueType):
41 SndListHandle = OpaqueByValueType("SndListHandle", "ResObj")
42 SPBPtr = OpaqueByValueType("SPBPtr", "SPBObj")

Completed in 5357 milliseconds

1 2