Searched refs:preload (Results 1 - 10 of 10) sorted by relevance

/haiku-fatelf/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.h50 bool preload; member in class:FileSoundWindow
H A DFileSoundWindow.cpp28 preload = false;
77 //make preload checkbox
135 //preload sound file?
136 if (preload)
251 preload = true;
252 else preload = false;
/haiku-fatelf/src/bin/network/ping/
H A Dping.c191 int ch, hold = 1, packlen, preload; local
212 preload = 0;
267 preload = strtol(optarg, NULL, 0);
268 if (preload < 0)
269 errx(1, "bad preload value: %s", optarg);
473 while (preload--) /* fire off them quickies */
1295 "\t[-l preload] [-p pattern] [-s packetsize] [-t ttl]"
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp166 bool preload = dynamic_cast<TTracker*>(be_app) != NULL;
167 if (!preload) {
172 preload = true;
175 if (preload) {
/haiku-fatelf/src/bin/network/ping6/
H A Dping6.c300 int ch, hold, packlen, preload, optval, ret_ga; local
325 preload = 0;
460 errx(1, "Must be superuser to preload");
462 preload = strtol(optarg, &e, 10);
463 if (preload < 0 || *optarg == '\0' || *e != '\0')
464 errx(1, "illegal preload value -- %s", optarg);
969 while (preload--) /* Fire off them quickies. */
2677 " [-h hoplimit] [-I interface] [-i wait] [-l preload]"
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dltmain.sh4090 preload=no
4168 if test "$preload" = no; then
4172 preload=yes
4276 # If libtool objects are unsupported, then we need to preload.
4820 # If libtool objects are unsupported, then we need to preload.
5274 # we need to preload.
5382 # statically, we need to preload. We also need to preload any
7499 test "$preload" = yes \
7886 if test "$preload"
[all...]
/haiku-fatelf/src/libs/pdflib/config/
H A Dltmain.sh790 preload=no
854 if test "$preload" = no; then
858 preload=yes
1241 # If libtool objects are unsupported, then we need to preload.
1518 # we need to preload.
1616 # statically, we need to preload.
3147 if test "$preload" = yes; then
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBeServed.cpp253 bool preload = false; variable
281 "preload",
780 else if (strcmp(buffer, "preload") == 0)
781 preload = true;
808 if (preload)
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2560.c2243 uint16_t logcwmin, preload; local
2255 preload = (vap->iv_opmode == IEEE80211_M_STA) ? 384 : 1024;
2256 tmp = logcwmin << 16 | preload;
/haiku-fatelf/src/bin/gdb/
H A Dltmain.sh848 preload=no
911 if test "$preload" = no; then
915 preload=yes
1017 # If libtool objects are unsupported, then we need to preload.
1425 # If libtool objects are unsupported, then we need to preload.
1798 # we need to preload.
1896 # statically, we need to preload.
3521 if test "$preload" = yes; then

Completed in 215 milliseconds