/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_lighting.c | 316 CRLight *lt; local 340 lt = l->light + i; 346 lt->ambient.r = param[0]; 347 lt->ambient.g = param[1]; 348 lt->ambient.b = param[2]; 349 lt->ambient.a = param[3]; 353 lt->diffuse.r = param[0]; 354 lt->diffuse.g = param[1]; 355 lt->diffuse.b = param[2]; 356 lt 752 CRLight *lt; local 835 CRLight *lt; local [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pid/ |
H A D | tst.manypids.ksh | 48 while [ "$i" -lt "$numkids" ]; do 60 while [ "$i" -lt "$numkids" ]; do
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.violentdeath.ksh | 45 while [ "$i" -lt 10 ]; do
|
/vbox/src/VBox/Frontends/VirtualBox/src/ |
H A D | VBoxTakeSnapshotDlg.cpp | 80 QGridLayout *lt = qobject_cast<QGridLayout*>(layout()); local 81 lt->removeWidget (mLbInfo); 84 lt->removeWidget (mButtonBox); 85 lt->addWidget (mButtonBox, 2, 0, 1, 2);
|
H A D | VBoxSnapshotDetailsDlg.cpp | 81 QGridLayout *lt = qobject_cast <QGridLayout*> (layout()); local 82 Assert (lt); 85 lt->removeWidget (mLbThumbnail); 88 lt->removeWidget (mLeName); 89 lt->removeWidget (mTxTaken); 90 lt->addWidget (mLeName, 0, 1, 1, 2); 91 lt->addWidget (mTxTaken, 1, 1, 1, 2); 95 lt->removeWidget (mLeName); 96 lt->removeWidget (mTxTaken); 97 lt [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.enablerace.ksh | 78 while [ "$i" -lt 20 ]; do
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/ |
H A D | tst.trapstat.ksh | 50 while [ $cnt -lt 10 ]; do
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.freopen.ksh | 60 while [ "$i" -lt "$iter" ]; do 91 while [ "$i" -lt "$iter" ]; do
|
H A D | tst.badfreopen.ksh | 92 if [ "$i" -lt 6 ]; then
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/predicates/ |
H A D | tst.predcache.ksh | 162 while [ "$waited" -lt 5 ]; do 185 while [ "$waited" -lt 10 ]; do
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/ |
H A D | tst.depth.ksh | 100 if [ "$count" -lt 1000 ]; then
|
/vbox/src/VBox/ValidationKit/testboxscript/solaris/ |
H A D | setup-routines.sh | 57 if test "${MY_SOLARIS_VER}" -lt 11; then ## No gsed on S10?? ARG! 62 if test "${MY_SOLARIS_VER}" -lt 11; then 152 -e 's/</</g' \ 222 if [ "${MY_SOLARIS_VER}" -lt 11 ]; then 259 while [ "${i}" -lt "${#TESTBOXSCRIPT_ENVVARS[@]}" ];
|
/vbox/src/VBox/Installer/linux/scripts/ |
H A D | check_module_dependencies.sh | 212 test $major1 -lt $major2 -o \ 213 '(' $major1 -eq $major2 -a $minor1 -lt $minor2 ')' -o \ 214 '(' $major1 -eq $major2 -a $minor1 -eq $minor2 -a $micro1 -lt $micro2 ')' 223 "1: ver1=2.4.6 ver2=3.4.6 =>lt=true" \ 224 "2: ver1=3.4.6 ver2=3.4.6 =>lt=" \ 225 "3: ver1=2.4.6 ver2=2.4.7 =>lt=true" \ 226 "4: ver1=2.4.60 ver2=2.4.7 =>lt=" \ 227 "5: ver1=2.31.7 ver2=2.4.7 =>lt=" 228 do eval_test_line "$i" "kernel_version_lt \$ver1 \$ver2 && lt=true"; done
|
/vbox/src/VBox/ValidationKit/testboxscript/darwin/ |
H A D | setup-routines.sh | 108 MY_TMP='`echo "$1" | sed -e 's/&/&/g' -e 's/</</g' -e 's/>/>/g'`'; 192 if [ -z "$NEWUID" -o "${NEWUID}" -lt 502 ]; then
|
/vbox/src/VBox/Installer/linux/ |
H A D | installer-common.sh | 57 test "$udev_ver" = "" -o "$udev_ver" -lt 55 &&
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | make_vms.com | 48 $ axp = f$getsyi("HW_MODEL").ge.1024 .and. f$getsyi("HW_MODEL").lt.4096 280 $ if i .lt. 9 293 $ if f$locate("CCOPT=",cparm) .lt. f$length(cparm) 298 $ if f$locate("AS_IS",f$edit(ccopt,"UPCASE")) .lt. f$length(ccopt) - 302 $ if f$locate("LOPTS=",cparm) .lt. f$length(cparm) 308 $ if f$locate("CC=",cparm) .lt. f$length(cparm) 325 $ if f$locate("MAKE=",cparm) .lt. f$length(cparm) 515 $ if (in_ldef .lt. f$length(libdefs)) 708 $ if f$locate("/SHARE",f$edit(line,"upcase")) .lt. f$length(line) 713 $ if f$locate("IDENTIFICATION=",f$edit(line,"upcase")) .lt [all...] |
H A D | configure | 30 if "${CROSS_PREFIX}ar" --version >/dev/null 2>/dev/null || test $? -lt 126; then 38 if "${CROSS_PREFIX}ranlib" --version >/dev/null 2>/dev/null || test $? -lt 126; then 44 if "${CROSS_PREFIX}nm" --version >/dev/null 2>/dev/null || test $? -lt 126; then
|
/vbox/src/libs/xpcom18a4/xpcom/string/public/ |
H A D | nsCharTraits.h | 136 lt( char_type lhs, char_type rhs ) function in struct:nsCharTraits 417 lt( char_type lhs, char_type rhs ) function in struct:nsCharTraits
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd.sh | 464 if [ "$udev_ver" = "" -o "$udev_ver" -lt 55 ]; then
|
/vbox/ |
H A D | configure | 421 elif [ $cc_maj -lt 3 \ 422 -o \( $cc_maj -eq 3 -a $cc_min -lt 2 \) \ 423 -o \( $cc_maj -eq 4 -a $cc_min -lt 1 -a "$OS" != "darwin" \) \ 566 if [ $yasm_ver_mul -lt 501 ]; then
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 342 String lt = "< " + ((LinearDistribution)d).getBase(); 343 out.printf("%16s ", lt);
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/ |
H A D | AsmFuncs.s | 426 cmp.lt p15, p14 = 0, loc4;; // get new sign bit 432 cmp.lt p15, p14 = 0, loc4;; // store sign in p14 again
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | activation.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ... |
/vbox/src/VBox/Installer/solaris/ |
H A D | vboxconfig.sh | 669 if test "$HOST_OS_MAJORVERSION" -eq 10 || (test "$HOST_OS_MAJORVERSION" -eq 11 && test "$HOST_OS_MINORVERSION" -lt 159) || test ! -f "$DIR_CONF/vboxbow.conf"; then
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | ltmain.sh | 361 my_xlib_u=lt$extracted_serial-$my_xlib ;; 4153 while test "$i" -lt "$k" 4884 $run $rm $output $output_objdir/$outputname $output_objdir/lt-$outputname 4938 cwrappersource="$output_path/$objdir/lt-$output_name.c" 5385 program=lt-'$outputname'$exeext 5556 newobj=lt$counter-$objbase 6673 rmfiles="$rmfiles $objdir/lt-$name" 6676 rmfiles="$rmfiles $objdir/lt-${noexename}.c"
|