Searched refs:icondir (Results 1 – 8 of 8) sorted by relevance
/external/wayland/cursor/ |
D | meson.build | 1 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/ |
D | cups-directories.m4 | 181 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/ |
D | configure.ac | 102 AC_ARG_WITH(icondir, [ --with-icondir=<dir> Look for cursor icons here], optwith
|
/external/python/cpython3/Lib/idlelib/ |
D | tree.py | 37 def listicons(icondir=ICONDIR): argument 41 list = glob.glob(os.path.join(glob.escape(icondir), "*.gif"))
|
D | pyshell.py | 1483 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/ |
D | TreeWidget.py | 36 def listicons(icondir=ICONDIR): argument 40 list = glob.glob(os.path.join(icondir, "*.gif"))
|
D | PyShell.py | 1557 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/ |
D | configure | 1594 --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"
|