Searched defs:OBJECTNAME (Results 1 - 15 of 15) sorted by relevance

/external/python/cpython2/Mac/Modules/evt/
H A Devtsupport.py11 OBJECTNAME = 'Event' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
/external/python/cpython2/Mac/Modules/help/
H A Dhelpsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
59 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/launch/
H A Dlaunchsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
82 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/icn/
H A Dicnsupport.py11 OBJECTNAME = 'Icon' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
71 ##object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/scrap/
H A Dscrapsupport.py14 OBJECTNAME = 'Scrap' # The basic name of the objects used here variable
18 OBJECTTYPE = OBJECTNAME + 'Ref' # The C type used to represent them
56 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/list/
H A Dlistsupport.py11 OBJECTNAME = 'List' # The basic name of the objects used here variable
162 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/menu/
H A Dmenusupport.py11 OBJECTNAME = 'Menu' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Handle' # The C type used to represent them
89 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/qdoffs/
H A Dqdoffssupport.py11 OBJECTNAME = 'GWorld' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
16 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
78 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/te/
H A Dtesupport.py11 OBJECTNAME = 'TE' # The basic name of the objects used here variable
191 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/app/
H A Dappsupport.py11 OBJECTNAME = 'ThemeDrawingState' # The basic name of the objects used here variable
16 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
17 OBJECTPREFIX = OBJECTNAME + 'Obj' # The prefix for object methods
110 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/drag/
H A Ddragsupport.py11 OBJECTNAME = 'DragObj' # The basic name of the objects used here variable
209 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/qd/
H A Dqdsupport.py11 OBJECTNAME = 'Graf' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
/external/python/cpython2/Mac/Modules/win/
H A Dwinsupport.py11 OBJECTNAME = 'Window' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Ptr' # The C type used to represent them
184 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/ctl/
H A Dctlsupport.py11 OBJECTNAME = 'Control' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + 'Handle' # The C type used to represent them
500 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/qt/
H A Dqtsupport.py13 OBJECTNAME = 'Movie' # The basic name of the objects used here variable

Completed in 264 milliseconds