Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/plat-mac/
Dbgenlocations.py17 BGENDIR="/Users/jack/src/python/Tools/bgen/bgen" variable
45 if not os.path.exists(BGENDIR):
46 raise Error, "Please fix bgenlocations.py, BGENDIR does not exist: %s" % BGENDIR
53 if BGENDIR[-1] != os.sep:
54 BGENDIR = BGENDIR + os.sep variable
/external/python/cpython2/Mac/Modules/ibcarbon/
DIBCarbonscan.py5 from bgenlocations import TOOLBOXDIR, BGENDIR
6 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/scrap/
Dscrapscan.py7 from bgenlocations import TOOLBOXDIR, BGENDIR
8 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/res/
Dresscan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/fm/
Dfmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/ae/
Daescan.py8 from bgenlocations import TOOLBOXDIR, BGENDIR
9 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/evt/
Devtscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffsscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/menu/
Dmenuscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/te/
Dtescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/snd/
Dsndscan.py6 from bgenlocations import TOOLBOXDIR, BGENDIR
7 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/ah/
Dahscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/help/
Dhelpscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/app/
Dappscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/dlg/
Ddlgscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/list/
Dlistscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/win/
Dwinscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR
4 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/cm/
Dcmscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/mlte/
Dmltescan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/icn/
Dicnscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/osa/
Dosascan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/drag/
Ddragscan.py3 from bgenlocations import TOOLBOXDIR, BGENDIR, INCLUDEDIR
4 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/folder/
Dfolderscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtscan.py7 from bgenlocations import TOOLBOXDIR, BGENDIR
8 sys.path.append(BGENDIR)
/external/python/cpython2/Mac/Modules/cf/
Dcfscan.py4 from bgenlocations import TOOLBOXDIR, BGENDIR
5 sys.path.append(BGENDIR)

12