HomeSort by: relevance | last modified time | path
    Searched refs:force (Results 1 - 25 of 175) sorted by relevancy

1 2 3 4 5 6 7

  /xsrc/external/mit/libvdpau/dist/
autogen.sh 9 autoreconf --force --verbose --install || exit 1
  /xsrc/external/mit/xorg-server.old/dist/
autogen.sh 9 autoreconf --force -v --install || exit 1
  /xsrc/external/mit/xorg-server/dist/
autogen.sh 9 autoreconf --force -v --install || exit 1
  /xsrc/external/mit/font-bh-ttf/dist/
42-luxi-mono.conf 3 <!-- force fontconfig to treat the Luxi Mono fonts as monospaced, even
  /xsrc/external/mit/freetype/dist/
autogen.sh 155 run aclocal -I . --force
156 run $LIBTOOLIZE --force --copy --install
157 run autoconf --force
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/
tda8425.h 21 /* the third parameter is meant to force detection of tda8425.
27 extern _X_EXPORT TDA8425Ptr Detect_tda8425(I2CBusPtr b, I2CSlaveAddr addr,Bool force);
tda8425.c 16 TDA8425Ptr Detect_tda8425(I2CBusPtr b, I2CSlaveAddr addr, Bool force)
31 if(!force && !I2CProbeAddress(b, addr))
  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
Template.c 163 * force - force action
169 * Parameter force
173 TemplateFunction(TemplateWidget tw, int x, int y, Bool force)
175 return (force);
  /xsrc/external/mit/xkbutils/dist/
xkbbell.c 49 static int force = 0; variable
78 else if (strcmp(argv[i], "-force") == 0) {
79 force = 1;
176 "-force force audible bell\n"
214 if (force && (nameAtom != None))
221 if (force)
237 if (force)
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
winmsg.c 125 static int force = 0; local
128 if (force || getenv("WIN_DEBUG_MESSAGES") ||
142 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv(buffer)) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winmsg.c 152 static int force = 0; local
156 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv("WIN_DEBUG_WM_USER"))
168 if (force || getenv("WIN_DEBUG_MESSAGES") || getenv(buffer))
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxdummy.c 63 info->force = 1;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ci/
create-rootfs.sh 99 if ! dpkg --purge --force-remove-essential --force-depends "${PACKAGE}"
109 dpkg --purge --force-remove-essential --force-depends dpkg
  /xsrc/external/mit/fontconfig/dist/src/
fcdir.c 171 FcBool force FC_UNUSED)
198 FcBool force, /* XXX unused */
210 if (!force)
295 FcBool force FC_UNUSED)
300 if (cache || !force)
306 ret = FcDirScanConfig (set, dirs, dir, force, config);
451 FcDirCacheRead (const FcChar8 *dir, FcBool force, FcConfig *config)
457 if (!force)
  /xsrc/external/mit/fontconfig/dist/fc-cache/
fc-cache.c 86 {"force", 0, 0, 'f'},
88 {"really-force", 0, 0, 'r'},
108 fprintf (file, _("usage: %s [-EfqrsvVh] [--quick] [-y SYSROOT] [--error-on-no-fonts] [--force|--really-force] [--sysroot=SYSROOT] [--system-only] [--verbose] [--version] [--help] [dirs]\n"),
119 fprintf (file, _(" -f, --force scan directories with apparently valid caches\n"));
121 fprintf (file, _(" -r, --really-force erase all existing caches, then rescan\n"));
130 fprintf (file, _(" -f (force) scan directories with apparently valid caches\n"));
132 fprintf (file, _(" -r, (really force) erase all existing caches, then rescan\n"));
145 scanDirs (FcStrList *list, FcConfig *config, FcBool force, FcBool really_force, FcBool verbose, FcBool error_on_no_fonts, int *changed)
223 if (!force) {
320 FcBool force = FcFalse; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
create-rootfs.sh 186 if ! dpkg --purge --force-remove-essential --force-depends "${PACKAGE}"
196 dpkg --purge --force-remove-essential --force-depends dpkg
cross_build.sh 47 # with apt-get, then force-install llvm-*-{dev,tools}:$arch with dpkg to get
77 dpkg -i --force-depends llvm-${LLVM}-*_${arch}.deb
  /xsrc/external/mit/fontconfig/dist/doc/
fcfile.fncs 32 @TYPE6@ FcBool% @ARG6@ force
36 If <parameter>force</parameter> is FcTrue, then the file is scanned even if
64 @TYPE6@ FcBool% @ARG6@ force
67 If <parameter>cache</parameter> is not zero or if <parameter>force</parameter>
fcdircache.fncs 71 @TYPE2@ FcBool% @ARG2@ force
76 <parameter>force</parameter> is FcFalse, then an existing, valid cache file
  /xsrc/external/mit/xedit/dist/lisp/
debugger.c 174 int force = 0; local
203 force = 1;
241 /* force debugger to stop */
242 force = 1;
277 /* force debugger to stop */
278 force = 1;
295 if (force)
299 if (!force &&
306 if (!force && lisp__data.debug_level != lisp__data.debug_step)
310 if (!force && lisp__data.debug_level >= lisp__data.debug_step
    [all...]
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_bo_helper.c 342 Bool force = info->accel_state->force; local
345 info->accel_state->force = TRUE;
353 info->accel_state->force = force;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h 62 FixupData(bool force, bool flat, uint8_t alphatest, bool msaa) :
63 force_persample_interp(force), flatshade(flat), alphatest(alphatest), msaa(msaa) {}
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.h 62 FixupData(bool force, bool flat, uint8_t alphatest) :
63 force_persample_interp(force), flatshade(flat), alphatest(alphatest) {}
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_batch.c 310 batch_flush(struct fd_batch *batch, bool force)
355 * @force: force a flush even if no rendering, mostly useful if you need
359 fd_batch_flush(struct fd_batch *batch, bool sync, bool force)
375 batch_flush(tmp, force);
freedreno_batch.h 232 void fd_batch_flush(struct fd_batch *batch, bool sync, bool force);

Completed in 14 milliseconds

1 2 3 4 5 6 7