OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icondir
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
TreeWidget.py
24
ICONDIR
= "Icons"
28
_icondir = os.path.join(os.path.dirname(__file__),
ICONDIR
)
30
_icondir =
ICONDIR
32
ICONDIR
= _icondir
33
elif not os.path.isdir(
ICONDIR
):
34
raise RuntimeError, "can't find icon directory (%r)" % (
ICONDIR
,)
36
def listicons(
icondir
=
ICONDIR
):
40
list = glob.glob(os.path.join(
icondir
, "*.gif"))
84
fullname = os.path.join(
ICONDIR
, file + ext
[
all
...]
/toolchain/binutils/binutils-2.25/binutils/
resrc.c
83
struct
icondir
struct
758
struct
icondir
*icondirs;
778
icondirs = (struct
icondir
*) xmalloc (count * sizeof *icondirs);
1160
struct
icondir
*icondirs;
1179
icondirs = (struct
icondir
*) xmalloc (count * sizeof *icondirs);
[
all
...]
Completed in 273 milliseconds