Searched defs:ICONDIR (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DTreeWidget.py24 ICONDIR = "Icons" variable
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir variable
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
84 fullname = os.path.join(ICONDIR, file + ext)
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DTreeWidget.py24 ICONDIR = "Icons" variable
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir variable
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
84 fullname = os.path.join(ICONDIR, file + ext)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DTreeWidget.py24 ICONDIR = "Icons" variable
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir variable
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
84 fullname = os.path.join(ICONDIR, file + ext)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DTreeWidget.py24 ICONDIR = "Icons" variable
28 _icondir = os.path.join(os.path.dirname(__file__), ICONDIR)
30 _icondir = ICONDIR
32 ICONDIR = _icondir variable
33 elif not os.path.isdir(ICONDIR):
34 raise RuntimeError, "can't find icon directory (%r)" % (ICONDIR,)
36 def listicons(icondir=ICONDIR):
84 fullname = os.path.join(ICONDIR, file + ext)

Completed in 45 milliseconds