Home
last modified time | relevance | path

Searched refs:OBJECTNAME (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Mac/Modules/qdoffs/
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/app/
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/scrap/
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/menu/
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/launch/
Dlaunchsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
/external/python/cpython2/Mac/Modules/help/
Dhelpsupport.py10 OBJECTNAME = 'UNUSED' # The basic name of the objects used here variable
15 OBJECTTYPE = OBJECTNAME + KIND # The C type used to represent them
/external/python/cpython2/Mac/Modules/evt/
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/win/
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/icn/
Dicnsupport.py11 OBJECTNAME = 'Icon' # 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/ctl/
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/te/
Dtesupport.py11 OBJECTNAME = 'TE' # The basic name of the objects used here variable
191 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/drag/
Ddragsupport.py11 OBJECTNAME = 'DragObj' # The basic name of the objects used here variable
209 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py11 OBJECTNAME = 'List' # The basic name of the objects used here variable
162 object = MyObjectDefinition(OBJECTNAME, OBJECTPREFIX, OBJECTTYPE)
/external/python/cpython2/Mac/Modules/qd/
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/qt/
Dqtsupport.py13 OBJECTNAME = 'Movie' # The basic name of the objects used here variable