/vbox/src/VBox/ValidationKit/utils/TestExecServ/solaris/ |
H A D | vboxtxs.sh | 51 --no-display-output \
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.chill.ksh | 40 * NOTES: This test does no verification - it's not possible. So,
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/ |
H A D | ath5k_caps.c | 131 goto no; 140 goto no; 145 goto no; 147 goto no; 150 no:
|
/vbox/src/VBox/Devices/Audio/ |
H A D | noaudio.c | 44 NoVoiceOut *no = (NoVoiceOut *) hw; local 50 live = audio_pcm_hw_get_live_out (&no->hw); 56 ticks = now - no->old_ticks; 61 /* Usually there is no integer overflow while calculating the 'samples' value. 69 no->old_ticks = now; 113 NoVoiceIn *no = (NoVoiceIn *) hw; local 120 int64_t ticks = now - no->old_ticks; 124 no->old_ticks = now;
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | strtold_subr.c | 29 #error no extended-precision long double type
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.boolopt.d | 38 #pragma D option flowindent=no
|
/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | nspr-config.in | 5 exec_prefix_set=no 46 if test $exec_prefix_set = no ; then
|
/vbox/src/VBox/Installer/linux/scripts/ |
H A D | install.sh | 127 --no-qt) 133 --no-web-service) 139 --no-share-package) 142 --no-helpers) 145 --no-vbox-img)
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | configure | 70 # Find who we are. Look in the path if we contain no directory separator. 158 as_have_required=no 351 if test $as_have_required = no; then 502 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 564 if test "X$1" = X--no-reexec; then 565 # Discard the --no-reexec flag, and continue. 575 exec $SHELL "$0" --no-reexec ${1+"$@"} 643 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"} 720 cross_compiling=no 1113 eval enable_$ac_feature=no ;; [all...] |
H A D | xmlcatalog.c | 269 printf("dump has no arguments\n"); 275 printf("debug has no arguments\n"); 282 printf("quiet has no arguments\n"); 327 \t--no-super-update: do not update the SGML super catalog\n\ 369 } else if ((!strcmp(argv[i], "-no-super-update")) || 370 (!strcmp(argv[i], "--no-super-update"))) {
|
H A D | ltmain.sh | 72 if test "X$1" = X--no-reexec; then 73 # Discard the --no-reexec flag, and continue. 83 exec $SHELL "$progpath" --no-reexec ${1+"$@"} 153 duplicate_deps=no 297 # If $tagname still isn't set, then no tagged configuration 429 disable_libs=no 585 no) 588 build_libtool_libs=no 592 build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac` 630 # If we have no mod [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | EfiCdefs.h | 189 * pure (no side effects) functions using "volatile" and "const"; 232 #define __packed error: no __packed for this compiler 233 #define __aligned(x) error: no __aligned for this compiler 234 #define __section(x) error: no __section for this compiler 293 * document it), and/or __predict_true() `no-error' condition 294 * checks, assuming you want to optimize for the no-error case.
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/ |
H A D | build.sh | 49 RUN_QEMU=no 152 ADD_QEMU_HDA=no 182 echo Building tools no $EDK_TOOLS_PATH/Source/C/bin directory
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseCpuLib/Arm/ |
H A D | CpuSleep.S | 9 # But this is a no-op on ARMv7
|
H A D | CpuSleep.asm | 9 ; But this is a no-op on ARMv7
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | autorun.sh | 72 found=`which pkgadd | grep "no pkgadd"` 84 found=`which pfexec | grep "no pfexec"` 108 # pfexec exists but user has no pfexec privileges, switch to using su and prompting password
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | configure | 89 # Find who we are. Look in the path if we contain no directory separator. 138 _as_can_reexec=no; export _as_can_reexec; 203 as_have_required=no 491 _as_can_reexec=no; export _as_can_reexec 525 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 572 cross_compiling=no 890 eval enable_$ac_useropt=no ;; 992 with_fp=no ;; 994 -no-create | --no [all...] |
/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/ |
H A D | ipcp.c | 549 ipcp_options no; /* options we've seen Naks for */ local 552 BZERO(&no, sizeof(no)); 572 no.old_addrs = 1; \ 575 no.neg = 1; \ 587 no.neg = 1; \ 600 no.neg = 1; \ 675 if (go->neg_vj || no.neg_vj || 678 no.neg_vj = 1; 681 if ((go->neg_addr && go->old_addrs) || no [all...] |
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/ |
H A D | ipcp.c | 552 ipcp_options no; /* options we've seen Naks for */ local 555 BZERO(&no, sizeof(no)); 575 no.old_addrs = 1; \ 579 no.neg = 1; \ 591 no.neg = 1; \ 604 no.neg = 1; \ 682 if (go->neg_vj || no.neg_vj || 686 no.neg_vj = 1; 689 if ((go->neg_addr && go->old_addrs) || no [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | ReadDr4.asm | 40 ; MS assembler doesn't support this instruction since no one would use it
|
H A D | ReadDr5.asm | 40 ; MS assembler doesn't support this instruction since no one would use it
|
H A D | WriteDr4.asm | 41 ; MS assembler doesn't support this instruction since no one would use it
|
H A D | WriteDr5.asm | 41 ; MS assembler doesn't support this instruction since no one would use it
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | ReadDr4.asm | 35 ; There's no obvious reason to access this register, since it's aliased to
|
H A D | ReadDr5.asm | 35 ; There's no obvious reason to access this register, since it's aliased to
|