Home
last modified time | relevance | path

Searched refs:icondir (Results 1 – 8 of 8) sorted by relevance

/external/wayland/cursor/
Dmeson.build1 icondir = get_option('icon_directory') variable
2 if icondir == '' variable
3 icondir = join_paths(get_option('prefix'), get_option('datadir'), 'icons') variable
15 c_args: [ '-DICONDIR="@0@"'.format(icondir) ],
/external/libcups/config-scripts/
Dcups-directories.m4181 AC_ARG_WITH(icondir, [ --with-icondir set path for application icons],icondir="$withval", optwith
183 if test "x$icondir" = x -a -d /usr/share/icons; then
186 ICONDIR="$icondir"
/external/wayland/
Dconfigure.ac102 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here], optwith
/external/python/cpython3/Lib/idlelib/
Dtree.py37 def listicons(icondir=ICONDIR): argument
41 list = glob.glob(os.path.join(glob.escape(icondir), "*.gif"))
Dpyshell.py1483 icondir = os.path.join(os.path.dirname(__file__), 'Icons')
1485 iconfile = os.path.join(icondir, 'idle.ico')
1494 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext))
/external/python/cpython2/Lib/idlelib/
DTreeWidget.py36 def listicons(icondir=ICONDIR): argument
40 list = glob.glob(os.path.join(icondir, "*.gif"))
DPyShell.py1557 icondir = os.path.join(os.path.dirname(__file__), 'Icons')
1559 iconfile = os.path.join(icondir, 'idle.ico')
1563 iconfiles = [os.path.join(icondir, 'idle_%d%s' % (size, ext))
/external/libcups/
Dconfigure1594 --with-icondir set path for application icons
6281 withval=$with_icondir; icondir="$withval"
6283 icondir=""
6287 if test "x$icondir" = x -a -d /usr/share/icons; then
6290 ICONDIR="$icondir"