Home
last modified time | relevance | path

Searched refs:MODNAME (Results 1 – 25 of 28) sorted by relevance

12

/external/python/cpython2/Mac/Modules/ah/
Dahsupport.py10 MODNAME = '_AH' # The name of the module variable
15 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
30 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/fm/
Dfmsupport.py10 MODNAME = '_Fm' # The name of the module variable
15 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
66 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/folder/
Dfoldersupport.py10 MODNAME = '_Folder' # The name of the module variable
15 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
41 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/launch/
Dlaunchsupport.py9 MODNAME = '_Launch' # The name of the module variable
18 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/help/
Dhelpsupport.py9 MODNAME = '_Help' # The name of the module variable
18 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
58 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/evt/
Devtsupport.py10 MODNAME = '_Evt' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
45 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/scrap/
Dscrapsupport.py13 MODNAME = '_Scrap' # The name of the module variable
21 OUTPUTFILE = '@' + MODNAME + "module.c" # The file generated by this program
55 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/icn/
Dicnsupport.py10 MODNAME = '_Icn' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
70 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/cm/
Dcmsupport.py10 MODNAME = '_Cm' # The name of the module variable
17 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
100 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/osa/
Dosasupport.py10 MODNAME = '_OSA' # The name of the module variable
16 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
81 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/menu/
Dmenusupport.py10 MODNAME = '_Menu' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
88 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffssupport.py10 MODNAME = '_Qdoffs' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
77 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/cg/
Dcgsupport.py11 MODNAME = '_CG' # The name of the module variable
16 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
131 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py10 MODNAME = '_TE' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
190 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/app/
Dappsupport.py10 MODNAME = '_App' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
109 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/mlte/
Dmltesupport.py11 MODNAME = '_Mlte' # The name of the module variable
16 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
149 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/drag/
Ddragsupport.py10 MODNAME = '_Drag' # The name of the module variable
18 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
208 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py10 MODNAME = '_List' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
161 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/win/
Dwinsupport.py10 MODNAME = '_Win' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
183 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qd/
Dqdsupport.py10 MODNAME = '_Qd' # The name of the module variable
19 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
252 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
/external/python/cpython2/Mac/Modules/ctl/
Dctlsupport.py10 MODNAME = '_Ctl' # The name of the module variable
18 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
499 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py12 MODNAME = '_Qt' # The name of the module variable
20 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
293 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff)
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py11 MODNAME = '_CF' # The name of the module variable
16 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
489 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff, variablestuff)
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py21 MODNAME = '_File' # The name of the module variable
27 OUTPUTFILE = MODNAME + "module.c" # The file generated by this program
806 module = MacModule(MODNAME, MODPREFIX, includestuff, finalstuff, initstuff,
/external/python/mock/mock/tests/
Dtestpatch.py27 MODNAME = '%s.PTModule' % __name__ variable
1718 p = patch(MODNAME, create=True, **{kwarg: True})
1726 p = patch(MODNAME, autospec=0, **{kwarg: 0})
1731 p = patch(MODNAME, spec_set=0, **{kwarg: 0})
1736 p = patch(MODNAME, spec=0, **{kwarg: 0})
1742 p = patch(MODNAME, spec=False, spec_set=False, autospec=False)
1754 p = patch(MODNAME, **{kwarg: 0})
1764 p = patch(MODNAME, spec_set=True, **{kwarg: True})
1776 p = patch(MODNAME, spec=spec)
1786 p = patch(MODNAME, spec=spec)

12