Home
last modified time | relevance | path

Searched refs:TOOLBOXDIR (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cpython2/Lib/plat-mac/
Dbgenlocations.py32 TOOLBOXDIR="/Users/jack/src/python/Lib/plat-mac/Carbon" variable
49 if not os.path.exists(TOOLBOXDIR):
50 raise Error, "Please fix bgenlocations.py, TOOLBOXDIR does not exist: %s" % TOOLBOXDIR
57 if TOOLBOXDIR[-1] != os.sep:
58 TOOLBOXDIR = TOOLBOXDIR + os.sep variable
/external/python/cpython2/Mac/Modules/qd/
Dqdscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
12 defsoutput = TOOLBOXDIR + "QuickDraw.py"
37 ofp = open(TOOLBOXDIR + "QuickDraw.py", "a")
/external/python/cpython2/Mac/Modules/ibcarbon/
DIBCarbonscan.py5 from bgenlocations import TOOLBOXDIR, BGENDIR
14 defsoutput = TOOLBOXDIR + "IBCarbonRuntime.py"
/external/python/cpython2/Mac/Modules/res/
Dresscan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
16 defsoutput = TOOLBOXDIR + "Resources.py"
/external/python/cpython2/Mac/Modules/fm/
Dfmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
14 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/ae/
Daescan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
17 defsoutput = TOOLBOXDIR + "AppleEvents.py"
/external/python/cpython2/Mac/Modules/evt/
Devtscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffsscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
11 defsoutput = TOOLBOXDIR + "QDOffscreen.py"
/external/python/cpython2/Mac/Modules/menu/
Dmenuscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
11 defsoutput = TOOLBOXDIR + "Menus.py"
/external/python/cpython2/Mac/Modules/te/
Dtescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/snd/
Dsndscan.py6 from bgenlocations import TOOLBOXDIR, BGENDIR
14 defsoutput = TOOLBOXDIR + "Sound.py"
/external/python/cpython2/Mac/Modules/ah/
Dahscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/help/
Dhelpscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/app/
Dappscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/dlg/
Ddlgscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
16 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/list/
Dlistscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/win/
Dwinscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
11 defsoutput = TOOLBOXDIR + "Windows.py"
/external/python/cpython2/Mac/Modules/cm/
Dcmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
14 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/mlte/
Dmltescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
16 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/icn/
Dicnscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/osa/
Dosascan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
14 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/drag/
Ddragscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR
23 defsoutput = TOOLBOXDIR + "Dragconst.py"
/external/python/cpython2/Mac/Modules/folder/
Dfolderscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
15 defsoutput = TOOLBOXDIR + LONG + ".py"
/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtscan.py7 from bgenlocations import TOOLBOXDIR, BGENDIR
16 defsoutput = TOOLBOXDIR + "CarbonEvents.py"
/external/python/cpython2/Mac/Modules/cf/
Dcfscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
41 defsoutput = TOOLBOXDIR + LONG + ".py"

12