Searched defs:MODNAME (Results 1 - 25 of 27) sorted by relevance

12

/external/python/cpython2/Mac/Modules/ah/
H A 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/
H A 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/
H A 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/evt/
H A 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/help/
H A 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/launch/
H A 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/cm/
H A 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/icn/
H A 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/scrap/
H A 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/cg/
H A 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/list/
H A 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/menu/
H A 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/osa/
H A 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/qdoffs/
H A 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/te/
H A 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/
H A 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/drag/
H A 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/mlte/
H A 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/qd/
H A 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/win/
H A 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/cf/
H A 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/
H A 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/cpython2/Mac/Modules/ctl/
H A 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/
H A 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/cpython3/Lib/unittest/test/testmock/
H A Dtestpatch.py22 MODNAME = '%s.PTModule' % __name__ variable
1715 p = patch(MODNAME, create=True, **{kwarg: True})
1723 p = patch(MODNAME, autospec=0, **{kwarg: 0})
1728 p = patch(MODNAME, spec_set=0, **{kwarg: 0})
1733 p = patch(MODNAME, spec=0, **{kwarg: 0})
1739 p = patch(MODNAME, spec=False, spec_set=False, autospec=False)
1751 p = patch(MODNAME, **{kwarg: 0})
1761 p = patch(MODNAME, spec_set=True, **{kwarg: True})
1773 p = patch(MODNAME, spec=spec)
1783 p = patch(MODNAME, spe
[all...]

Completed in 318 milliseconds

12