Searched refs:default (Results 1 - 25 of 1260) sorted by relevance

1234567891011>>

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D45-generic.conf13 <default><family>emoji</family></default>
17 <default><family>emoji</family></default>
21 <default><family>emoji</family></default>
25 <default><family>emoji</family></default>
29 <default><family>emoji</family></default>
[all...]
H A D30-metric-aliases.conf58 <default>
60 </default>
65 <default>
67 </default>
72 <default>
74 </default>
79 <default>
81 </default>
86 <default>
88 </default>
[all...]
H A D11-lcdfilter-default.conf4 <description>Use lcddefault as default for LCD filter</description>
5 <!-- Use lcddefault as default for LCD filter -->
H A D11-lcdfilter-legacy.conf4 <description>Use lcdlegacy as default for LCD filter</description>
5 <!-- Use lcdlegacy as default for LCD filter -->
H A D11-lcdfilter-light.conf4 <description>Use lcdlight as default for LCD filter</description>
5 <!-- Use lcdlight as default for LCD filter -->
H A D11-lcdfilter-none.conf4 <description>Use lcdnone as default for LCD filter</description>
5 <!-- Use lcdnone as default for LCD filter -->
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/exts/
H A Dformatting.py10 envvar, t, default = sig.split(" ", 2)
13 default = " Default: %s" % default.strip(" ()")
16 signode += sphinx.addnodes.desc_annotation(default, default)
/xsrc/external/mit/MesaLib/dist/docs/_exts/
H A Dformatting.py10 envvar, t, default = sig.split(" ", 2)
13 default = "Default: %s" % default.strip(" ()")
18 signode += sphinx.addnodes.desc_annotation(default, default)
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-rust.sh21 sh -s -- -y --default-toolchain 1.49.0-2020-12-31
/xsrc/external/mit/imake/dist/
H A Dconfigure.ac57 AS_HELP_STRING([--with-config-dir=<path>], [Path to config dir (default: ${libdir}/X11/config)]),
64 AS_HELP_STRING([--with-script-preproc-cmd=CMD], [Preprocessor command to run on scripts (default: "gcc -E")]),
71 AS_HELP_STRING([--with-create-lib-cmd=CMD], [Command to create libraries (default: "ar clq")]),
78 AS_HELP_STRING([--with-clean-lib-cmd=CMD], [Command to clean up libraries (default: "ranlib")]),
84 AS_HELP_STRING([--disable-revpath], [Build revpath (default: enabled)]),
90 AS_HELP_STRING([--disable-makeg], [Build makeg (default: enabled)]),
96 AS_HELP_STRING([--disable-xmkmf], [Build xmkmf (default: enabled)]),
102 AS_HELP_STRING([--disable-ccmakedep], [Build ccmakedep (default: enabled)]),
108 AS_HELP_STRING([--disable-mergelib], [Build mergelib (default: enabled)]),
114 AS_HELP_STRING([--disable-mkdirhier], [Build mkdirhier (default
[all...]
/xsrc/external/mit/brotli/dist/python/
H A Dbro.py12 # default values of encoder parameters
62 default=None)
70 default=None)
76 default=False)
82 default=False)
117 # set default values using global DEFAULT_PARAMS dictionary
/xsrc/external/mit/MesaLib/dist/src/etnaviv/drm-shim/
H A DREADME.md13 - GC2000 (default)
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm-shim/
H A DREADME.md9 By default, a630 is exposed. The chip can be selected an enviornment
/xsrc/external/mit/xdm/dist/
H A Dconfigure.ac143 [Use PAM for authentication (default is autodetected)]),
162 [Add support for SELinux (default is no support)]),
178 [Directory for systemd service files (default from the System and Service Manager)]),,
200 [Add support for systemd startup notification (default is autodetected)]),
240 [Use <pathname> as a source of randomness (default is auto-detected)]),
270 [specify directory for xdm scripts and modules (default=${libdir}/X11/xdm)]),
276 [specify directory for xdm config files (default is same as xdmlibdir)]),
282 [specify directory for xdm scripts (default is same as xdmlibdir)]),
288 [specify directory for xdm log files (default=/var/log)]),
294 [specify directory for xdm pid files (default
[all...]
/xsrc/external/mit/libvdpau/dist/
H A Dconfigure.ac12 # Disable static libraries by default. Use --enable-static if you really want
27 AC_ARG_ENABLE(dri2, AS_HELP_STRING([--disable-dri2], [Disable driver name query through DRI2 (default: auto)]), [DRI2=$enableval], [DRI2=auto])
43 dnl Check to see if dlopen is in default libraries (like Solaris, which
58 AC_ARG_ENABLE(documentation, AS_HELP_STRING([--disable-documentation], [Disable Doxygen documentation (default: auto)]), [DOCS=$enableval], [DOCS=auto])
80 [Default module directory [[default=LIBDIR/vdpau]]]),
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py36 parser.add_argument('--outdir', help='output directory', nargs='?', type=str, default=thisDir)
37 parser.add_argument('--split', help='how many lines of initialization per file [0=no split]', nargs='?', type=int, default='512')
38 parser.add_argument('--numfiles', help='how many output files to generate', nargs='?', type=int, default='0')
39 parser.add_argument('--cpp', help='Generate cpp file(s)', action='store_true', default=False)
40 parser.add_argument('--hpp', help='Generate hpp file', action='store_true', default=False)
41 parser.add_argument('--cmake', help='Generate cmake file', action='store_true', default=False)
42 parser.add_argument('--rast', help='Generate rasterizer functions instead of normal backend', action='store_true', default=False)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_backends.py34 parser.add_argument('--outdir', help='output directory', nargs='?', type=str, default=thisDir)
35 parser.add_argument('--split', help='how many lines of initialization per file [0=no split]', nargs='?', type=int, default='512')
36 parser.add_argument('--numfiles', help='how many output files to generate', nargs='?', type=int, default='0')
37 parser.add_argument('--cpp', help='Generate cpp file(s)', action='store_true', default=False)
38 parser.add_argument('--hpp', help='Generate hpp file', action='store_true', default=False)
39 parser.add_argument('--cmake', help='Generate cmake file', action='store_true', default=False)
40 parser.add_argument('--rast', help='Generate rasterizer functions instead of normal backend', action='store_true', default=False)
/xsrc/external/mit/ctwm/dist/
H A DREADME.md64 default.
65 (default: `$PREFIX/etc`)
69 (default: `$PREFIX/bin`)
73 (default: `$PREFIX/share/ctwm`)
78 (default: `$PREFIX/share/man` or `$PREFIX/man`, whichever is
83 (default: `$PREFIX/share/doc/ctwm`)
88 (default: `$PREFIX/share/examples/ctwm`)
99 (**ON** by default)
104 (**ON** by default)
109 (**ON** by default)
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dgen_disasm.py117 def pretty_mods(opts, default):
118 return [('.' + (opt or 'reserved') if opt != default else '') for opt in opts]
232 for ((name, pos, width), default, values) in desc.get('modifiers', []):
233 mod_map[name] = (width, values, pos, default)
273 default = mod_map[key][3]
278 output += lut_template_only.render(field = key + "_" + str(i), table = pretty_mods(options, default))
283 output += lut_template_only.render(field = key + "_table", table = pretty_mods(options, default))
306 for ((mod, pos, width), default, opts) in desc.get('modifiers', []):
308 body += lut_template.render(field = mod, table = pretty_mods(opts, default), pos = pos, width = width) + "\n"
/xsrc/external/mit/xterm/dist/vttests/
H A Ddecsed.pl105 fills the screen (-n for normal, -w for wide characters, default DECALN)
106 then positions to the given y,x (default is middle of screen),
109 erases with the DECSED value (0=below, 1=above, 2=all=default),
/xsrc/external/mit/libXfont2/dist/
H A DREADME.md18 * bzip2 - disabled by default, enable via --with-bzip2, requires libbz2
26 Enabled by default, disable via --disable-builtins.
31 Enabled by default, disable via --disable-freetype.
38 Enabled by default, disable via --disable-bdfformat.
44 Enabled by default, disable via --disable-pcfformat.
51 Disabled by default, enable via --disable-snfformat.
56 Enabled by default, disable via --disable-fc (font client).
67 The default setting is to enable all of the transports the
/xsrc/external/mit/MesaLib.old/dist/doxygen/
H A DMakefile2 default: full target
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dusage.rst37 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dusage.rst31 **IMPORTANT:** Mesa will default to using llvmpipe or softpipe as the default software renderer. To select the OpenSWR driver, set the GALLIUM_DRIVER environment variable appropriately: ::
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dprocess_ftoption_h.py32 default=[],
39 default=[],

Completed in 22 milliseconds

1234567891011>>