Searched refs:lt (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_lighting.c316 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 Dtst.manypids.ksh48 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 Dtst.violentdeath.ksh45 while [ "$i" -lt 10 ]; do
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxTakeSnapshotDlg.cpp80 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 DVBoxSnapshotDetailsDlg.cpp81 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 Dtst.enablerace.ksh78 while [ "$i" -lt 20 ]; do
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.trapstat.ksh50 while [ $cnt -lt 10 ]; do
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.freopen.ksh60 while [ "$i" -lt "$iter" ]; do
91 while [ "$i" -lt "$iter" ]; do
H A Dtst.badfreopen.ksh92 if [ "$i" -lt 6 ]; then
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh162 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 Dtst.depth.ksh100 if [ "$count" -lt 1000 ]; then
/vbox/src/VBox/ValidationKit/testboxscript/solaris/
H A Dsetup-routines.sh57 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/&lt;/</g' \
222 if [ "${MY_SOLARIS_VER}" -lt 11 ]; then
259 while [ "${i}" -lt "${#TESTBOXSCRIPT_ENVVARS[@]}" ];
/vbox/src/VBox/Installer/linux/scripts/
H A Dcheck_module_dependencies.sh212 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 Dsetup-routines.sh108 MY_TMP='`echo "$1" | sed -e 's/&/&amp;/g' -e 's/</&lt;/g' -e 's/>/&gt;/g'`';
192 if [ -z "$NEWUID" -o "${NEWUID}" -lt 502 ]; then
/vbox/src/VBox/Installer/linux/
H A Dinstaller-common.sh57 test "$udev_ver" = "" -o "$udev_ver" -lt 55 &&
/vbox/src/libs/zlib-1.2.6/
H A Dmake_vms.com48 $ 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 Dconfigure30 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 DnsCharTraits.h136 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 Dvboxadd.sh464 if [ "$udev_ver" = "" -o "$udev_ver" -lt 55 ]; then
/vbox/
H A Dconfigure421 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 DJDTrace.java342 String lt = "< " + ((LinearDistribution)d).getBase();
343 out.printf("%16s ", lt);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
H A DAsmFuncs.s426 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 Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...
/vbox/src/VBox/Installer/solaris/
H A Dvboxconfig.sh669 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 Dltmain.sh361 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"

Completed in 86 milliseconds

12