HomeSort by relevance Sort by last modified time
    Searched refs:RETVAL (Results 1 - 19 of 19) sorted by null

  /external/selinux/mcstrans/src/
mcstrans.init 31 RETVAL=$?
32 exit $RETVAL
41 RETVAL=0
55 RETVAL=$?
57 if test $RETVAL = 0 ; then
60 return $RETVAL
66 RETVAL=$?
69 return $RETVAL
99 RETVAL=3
102 exit $RETVAL
    [all...]
  /external/autotest/utils/
autotest-rh.init 52 RETVAL=0
60 RETVAL=$?
62 [ "$RETVAL" = 0 ] && touch $LOCKFILE
63 return $RETVAL
72 RETVAL=$?
74 if [ "$RETVAL" = 0 ]; then
79 return $RETVAL
86 RETVAL=$?
88 return $RETVAL
115 if [ "$RETVAL" = 0 ] ; the
    [all...]
  /external/selinux/restorecond/
restorecond.init 37 RETVAL=0
44 RETVAL=$?
47 return $RETVAL
54 RETVAL=$?
57 return $RETVAL
76 RETVAL=$?
86 RETVAL=3
89 exit $RETVAL
  /external/openssh/contrib/redhat/
sshd.init 21 RETVAL=0
31 RETVAL=$?
32 if [ $RETVAL -ne 0 ]; then
51 RETVAL=$?
52 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
60 RETVAL=$?
61 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
69 RETVAL=$?
90 if [ $RETVAL -eq 0 ] ; then
100 RETVAL=$
    [all...]
sshd.init.old 21 RETVAL=0
111 RETVAL=$?
112 if [ ! "$RETVAL" = 0 ]; then
129 RETVAL=$?
130 if [ "$RETVAL" = "0" ] ; then
143 RETVAL=$?
144 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
152 RETVAL=$?
159 RETVAL=$?
164 RETVAL=$
    [all...]
  /prebuilts/go/darwin-x86/misc/arm/
a 29 rloc=/data/local/tmp/retval
33 # echo "debug: retval size incorrect want $rcheck, got $rsize. uploading"
34 echo >/tmp/adb.retval '#!/system/bin/sh
36 echo RETVAL: $?'
37 adb push /tmp/adb.retval $rloc >/dev/null 2>&1
47 gdbserver :$2 /data/local/tmp/retval /data/local/tmp/$3 $args" \
48 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL
55 /data/local/tmp/retval /data/local/tmp/$1 $args" \
56 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL
58 exit $(grep RETVAL /tmp/adb.out|tr -d '\n\r'| cut -d' ' -f2
    [all...]
  /prebuilts/go/linux-x86/misc/arm/
a 29 rloc=/data/local/tmp/retval
33 # echo "debug: retval size incorrect want $rcheck, got $rsize. uploading"
34 echo >/tmp/adb.retval '#!/system/bin/sh
36 echo RETVAL: $?'
37 adb push /tmp/adb.retval $rloc >/dev/null 2>&1
47 gdbserver :$2 /data/local/tmp/retval /data/local/tmp/$3 $args" \
48 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL
55 /data/local/tmp/retval /data/local/tmp/$1 $args" \
56 2>&1|tr -d '\r' |tee /tmp/adb.out|grep -v RETVAL
58 exit $(grep RETVAL /tmp/adb.out|tr -d '\n\r'| cut -d' ' -f2
    [all...]
  /device/linaro/bootloader/edk2/
edksetup.sh 126 RETVAL=$?
127 if [ $RETVAL -ne 0 ]
129 return $RETVAL
  /external/guice/util/
compareBuilds.sh 8 RETVAL=0
83 export RETVAL=1
98 if [ $RETVAL -eq 0 ]; then
  /external/toybox/scripts/
runtest.sh 87 RETVAL=$?
90 [ $RETVAL -gt 128 ] && [ $RETVAL -lt 255 ] &&
91 echo "exited with signal (or returned $RETVAL)" >> actual
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
StGUnit.g 81 | 'returns' RETVAL {$out = adapter.createReturnOutput($RETVAL.text);}
134 RETVAL : NESTED_RETVAL
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
UPT.py 321 RETVAL = Main()
325 if RETVAL < 0 or RETVAL > 127:
326 RETVAL = 1
327 sys.exit(RETVAL)
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 155 | 'returns' RETVAL {if ( !$testsuite::isLexicalRule ) $out = new ReturnTest($RETVAL);}
270 RETVAL : NESTED_RETVAL {setText(getText().substring(1, getText().length()-1));}
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
JUnitCodeGen.java 225 else if ( ts.testSuites.get(input).getType()==gUnitParser.RETVAL ) { // Expected: RETVAL
271 else if ( ts.testSuites.get(input).getType()==gUnitParser.RETVAL ) { // Expected: RETVAL
299 case gUnitParser.RETVAL :
300 typeText = "org.antlr.gunit.gUnitParser.RETVAL";
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndhelper.h 81 STDMETHOD_(HRESULT,GetDiagnosticsInfo)(THIS_ RETVAL DiagnosticsInfo **ppInfo) PURE;
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 449 milliseconds