Home
last modified time | relevance | path

Searched refs:MODPREFIX (Results 1 – 24 of 24) sorted by relevance

/external/python/cpython2/Mac/Modules/launch/
Dlaunchsupport.py14 MODPREFIX = 'Launch' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
78 execfile(string.lower(MODPREFIX) + 'typetest.py')
81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/menu/
Dmenusupport.py14 MODPREFIX = 'Menu' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
18 EXTRAFILE = string.lower(MODPREFIX) + 'edit.py' # A similar file but hand-made
88 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/folder/
Dfoldersupport.py13 MODPREFIX = 'Folder' # The prefix for module-wide routines variable
14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
36 execfile(string.lower(MODPREFIX) + 'typetest.py')
41 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/help/
Dhelpsupport.py14 MODPREFIX = 'Help' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
58 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/evt/
Devtsupport.py15 MODPREFIX = 'Evt' # The prefix for module-wide routines variable
17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
45 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/scrap/
Dscrapsupport.py17 MODPREFIX = 'Scrap' # The prefix for module-wide routines variable
19 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
20 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
55 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/icn/
Dicnsupport.py15 MODPREFIX = 'Icn' # The prefix for module-wide routines variable
17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
70 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/osa/
Dosasupport.py13 MODPREFIX = 'OSA' # The prefix for module-wide routines variable
15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
91 execfile(string.lower(MODPREFIX) + 'typetest.py')
/external/python/cpython2/Mac/Modules/ah/
Dahsupport.py13 MODPREFIX = 'Ah' # The prefix for module-wide routines variable
14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
30 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/win/
Dwinsupport.py14 MODPREFIX = 'Win' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
18 EDITFILE = string.lower(MODPREFIX) + 'edit.py' # The manual definitions
183 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py15 MODPREFIX = 'TE' # The prefix for module-wide routines variable
17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
190 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/fm/
Dfmsupport.py13 MODPREFIX = 'Fm' # The prefix for module-wide routines variable
14 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
66 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py14 MODPREFIX = 'Qd' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
18 EXTRAFILE = string.lower(MODPREFIX) + 'edit.py' # A similar file but hand-made
252 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
/external/python/cpython2/Mac/Modules/drag/
Ddragsupport.py14 MODPREFIX = 'Drag' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
208 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py15 MODPREFIX = 'List' # The prefix for module-wide routines variable
17 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
161 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/cm/
Dcmsupport.py13 MODPREFIX = 'Cm' # The prefix for module-wide routines variable
16 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
100 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffssupport.py14 MODPREFIX = 'Qdoffs' # The prefix for module-wide routines variable
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
77 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/cg/
Dcgsupport.py14 MODPREFIX = 'CG' # The prefix for module-wide routines variable
15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
131 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/app/
Dappsupport.py15 MODPREFIX = 'App' # The prefix for module-wide routines variable
18 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
109 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/mlte/
Dmltesupport.py14 MODPREFIX = 'Mlte' # The prefix for module-wide routines variable
15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
149 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py14 MODPREFIX = 'Ctl' # The prefix for module-wide routines variable
16 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
17 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
499 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py16 MODPREFIX = 'Qt' # The prefix for module-wide routines variable
18 OBJECTPREFIX = MODPREFIX + 'Obj' # The prefix for object methods
19 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
293 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
313 execfile(string.lower(MODPREFIX) + 'typetest.py')
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py25 MODPREFIX = 'File' # The prefix for module-wide routines variable
26 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
364 execfile(string.lower(MODPREFIX) + 'typetest.py')
806 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff,
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py14 MODPREFIX = 'CF' # The prefix for module-wide routines variable
15 INPUTFILE = string.lower(MODPREFIX) + 'gen.py' # The file generated by the scanner
489 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)