Searched refs:TOOLBOXDIR (Results 1 – 25 of 31) sorted by relevance
12
/external/python/cpython2/Lib/plat-mac/ |
D | bgenlocations.py | 32 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/ |
D | qdscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 12 defsoutput = TOOLBOXDIR + "QuickDraw.py" 37 ofp = open(TOOLBOXDIR + "QuickDraw.py", "a")
|
/external/python/cpython2/Mac/Modules/ibcarbon/ |
D | IBCarbonscan.py | 5 from bgenlocations import TOOLBOXDIR, BGENDIR 14 defsoutput = TOOLBOXDIR + "IBCarbonRuntime.py"
|
/external/python/cpython2/Mac/Modules/res/ |
D | resscan.py | 8 from bgenlocations import TOOLBOXDIR, BGENDIR 16 defsoutput = TOOLBOXDIR + "Resources.py"
|
/external/python/cpython2/Mac/Modules/fm/ |
D | fmscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 14 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/ae/ |
D | aescan.py | 8 from bgenlocations import TOOLBOXDIR, BGENDIR 17 defsoutput = TOOLBOXDIR + "AppleEvents.py"
|
/external/python/cpython2/Mac/Modules/evt/ |
D | evtscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/qdoffs/ |
D | qdoffsscan.py | 3 from bgenlocations import TOOLBOXDIR, BGENDIR 11 defsoutput = TOOLBOXDIR + "QDOffscreen.py"
|
/external/python/cpython2/Mac/Modules/menu/ |
D | menuscan.py | 3 from bgenlocations import TOOLBOXDIR, BGENDIR 11 defsoutput = TOOLBOXDIR + "Menus.py"
|
/external/python/cpython2/Mac/Modules/te/ |
D | tescan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/snd/ |
D | sndscan.py | 6 from bgenlocations import TOOLBOXDIR, BGENDIR 14 defsoutput = TOOLBOXDIR + "Sound.py"
|
/external/python/cpython2/Mac/Modules/ah/ |
D | ahscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/help/ |
D | helpscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/app/ |
D | appscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/dlg/ |
D | dlgscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 16 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/list/ |
D | listscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/win/ |
D | winscan.py | 3 from bgenlocations import TOOLBOXDIR, BGENDIR 11 defsoutput = TOOLBOXDIR + "Windows.py"
|
/external/python/cpython2/Mac/Modules/cm/ |
D | cmscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 14 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/mlte/ |
D | mltescan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 16 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/icn/ |
D | icnscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/osa/ |
D | osascan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 14 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/drag/ |
D | dragscan.py | 3 from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR 23 defsoutput = TOOLBOXDIR + "Dragconst.py"
|
/external/python/cpython2/Mac/Modules/folder/ |
D | folderscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 15 defsoutput = TOOLBOXDIR + LONG + ".py"
|
/external/python/cpython2/Mac/Modules/carbonevt/ |
D | CarbonEvtscan.py | 7 from bgenlocations import TOOLBOXDIR, BGENDIR 16 defsoutput = TOOLBOXDIR + "CarbonEvents.py"
|
/external/python/cpython2/Mac/Modules/cf/ |
D | cfscan.py | 4 from bgenlocations import TOOLBOXDIR, BGENDIR 41 defsoutput = TOOLBOXDIR + LONG + ".py"
|
12