Searched refs:eq (Results 1 - 25 of 65) sorted by relevance

123

/vbox/src/VBox/Installer/solaris/
H A Dpreremove.sh25 if test "$?" -eq 0; then
H A Dpkginstall.sh42 if test "$?" -eq 0; then
H A Dvboxconfig.sh285 if test "$HOST_OS_MAJORVERSION" -eq 12; then
287 elif test "$HOST_OS_MAJORVERSION" -eq 11; then
313 if test "$REMOTEINST" -eq 0; then
378 if test "$REMOTEINST" -eq 0; then
458 elif test "$REMOTEINST" -eq 1 && test "$?" -eq 0; then
478 if test "$?" -eq 0; then
486 if test $? -eq 0; then
509 if test "$REMOTEINST" -eq 1; then
520 if test $? -eq
[all...]
H A Dcheckinstall.sh42 if test $? -eq 0; then
57 if test $? -eq 0; then
119 if test "$REMOTE_INST" -eq 1; then
176 if test "$?" -eq 0; then
186 if test "$?" -eq 0; then
/vbox/src/libs/zlib-1.2.6/contrib/puff/
H A DMakefile19 @echo '04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
20 @echo '00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
21 @echo '00 00 00 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 254
22 @echo '00 01 00 fe ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
24 @echo '02 7e ff ff' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
25 @echo '02' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
26 @echo '04 80 49 92 24 49 92 24 0f b4 ff ff c3 04' | xxd -r -p | puft 2> /dev/null || test $$? -eq 2
27 @echo '04 80 49 92 24 49 92 24 71 ff ff 93 11 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 249
28 @echo '04 c0 81 08 00 00 00 00 20 7f eb 0b 00 00' | xxd -r -p | puft 2> /dev/null || test $$? -eq 246
30 @echo '1a 07' | xxd -r -p | puft 2> /dev/null || test $$? -eq 24
[all...]
/vbox/
H A Dconfigure418 elif [ $cc_maj -eq 4 -a $cc_min -eq 0 -a "$OS" = "darwin" ]; then
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" \) \
424 -o \( $cc_maj -eq 4 -a $cc_min -gt 9 \) \
442 if [ "$TARGET_MACHINE" = "amd64" -a $WITH_VMMRAW -eq 0 ]; then
1437 [ $PASSIVE_MESA -eq 1 ] && unset DISPLAY
1482 if [ $QT4DIR_PKGCONFIG -eq 1 ]; then
1641 if [ $? -eq 0 ]; then
1953 if [ $? -eq
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/cpc/
H A Derr.cpcvscpustatpart1.ksh67 if [ $timeout -eq 0 ]; then
H A Derr.cputrackfailtostart.ksh66 if [ $timeout -eq 0 ]; then
H A Dtst.allcpus.ksh79 if [ "`psrinfo -s $cpu 2> /dev/null`" -eq 1 ]; then
98 if [ "`psrinfo -s $cpu 2> /dev/null`" -eq 1 ]; then
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/mdb/
H A Dtst.dtracedcmd.ksh75 if [ $timeout -eq 0 ]; then
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.trapstat.ksh75 if [ $timeout -eq 0 ]; then
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ipf/
H A DAccessPsr.s104 cmp.eq p6, p7 = r30, r28;;
107 (p7) cmp.eq p6, p7 = 0x0, r28;;
H A DAsmPalCall.s96 cmp.eq p6,p7 = r28,loc6;;
99 (p7) cmp.eq p6,p7 = r28,loc6;;
102 (p7) cmp.eq p6,p7 = r28,loc6;;
105 (p7) cmp.eq p6,p7 = r28,loc6 ;;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/usdt/
H A Dtst.badguess.ksh76 if [ $? -eq 0 ]; then
H A Dtst.eliminate.ksh98 if [ $? -eq 0 ]; then
/vbox/src/VBox/ValidationKit/utils/TestExecServ/linux/
H A Dvboxtxs-nat.sh169 test $? -eq 0 && add_daemon rc.`basename $1`
282 test $RETVAL -eq 0 && sleep 2 && echo `pidof TestExecService` > $PIDFILE
286 if test $RETVAL -eq 0; then
300 test $RETVAL -eq 0 && rm -f $PIDFILE
H A Dvboxtxs.sh169 test $? -eq 0 && add_daemon rc.`basename $1`
281 test $RETVAL -eq 0 && sleep 2 && echo `pidof TestExecService` > $PIDFILE
285 if test $RETVAL -eq 0; then
299 test $RETVAL -eq 0 && rm -f $PIDFILE
/vbox/src/VBox/Installer/linux/
H A DVBoxCreateUSBNode.sh35 if test -n "$class" -a "$class" -eq "$usb_class_hub"
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Druntests.ksh263 [ $sleep_pid -eq 0 ] || kill $sleep_pid >/dev/null 2>&1
H A Druntests.sh263 [ $sleep_pid -eq 0 ] || kill $sleep_pid >/dev/null 2>&1
/vbox/src/libs/libxml2-2.6.31/
H A Ddepcomp110 if test $stat -eq 0; then :
133 if test $stat -eq 0; then :
175 if test $stat -eq 0; then :
233 if test $stat -eq 0; then :
275 if test $stat -eq 0; then :
313 if test $stat -eq 0; then :
371 if test $stat -eq 0; then :
/vbox/src/VBox/ValidationKit/testboxscript/linux/
H A Dtestboxscript-service.sh143 if [ $RETVAL -eq 0 ]; then
170 if [ $RETVAL -eq 0 -a -n "$pid" ]; then
422 if [ $RETVAL -eq 0 ]; then
439 if [ $RETVAL -eq 0 ]; then
458 if [ ${RETVAL} -eq 0 ]; then
460 elif [ ${RETVAL} -eq 3 ]; then
462 elif [ ${RETVAL} -eq 1 ]; then
/vbox/src/libs/xpcom18a4/java/src/
H A DnsThreadUtils.h57 com::NativeEventQueue* eq = com::NativeEventQueue::getMainEventQueue(); local
58 NS_ASSERTION(eq != nsnull, "Must be valid");
59 return eq->getIEventQueue();
/vbox/src/VBox/Additions/solaris/Installer/
H A Dpostinstall.sh247 if test "$?" -eq 0; then
252 if test "$?" -eq 0; then
285 if test $clientinstalled -eq 0; then
377 if test "$cslept" -eq "$cmax"; then
383 if test "$success" -eq 0; then
410 if test $retval -eq 0; then
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh106 if [ "$status" -eq 0 ]; then

Completed in 95 milliseconds

123