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

  /external/avahi/initscript/mandriva/
avahi-daemon.in 25 RETVAL=$?
26 if [ $RETVAL = 0 ]; then
33 return $RETVAL
39 RETVAL=$?
40 if [ $RETVAL = 0 ]; then
47 return $RETVAL
53 RETVAL=$?
54 [ $RETVAL = 0 ] && success $"$base startup" || failure $"$base startup"
56 return $RETVAL
65 RETVAL=
    [all...]
avahi-dnsconfd.in 25 RETVAL=$?
26 if [ $RETVAL = 0 ]; then
33 return $RETVAL
39 RETVAL=$?
40 if [ $RETVAL = 0 ]; then
47 return $RETVAL
53 RETVAL=$?
54 [ $RETVAL = 0 ] && success $"$base startup" || failure $"$base startup"
56 return $RETVAL
65 RETVAL=
    [all...]
  /external/selinux/policycoreutils/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/avahi/initscript/fedora/
avahi-daemon.in 44 RETVAL=0
57 RETVAL=$?
59 [ $RETVAL -eq 0 ] && touch ${LOCKFILE}
60 return $RETVAL
66 RETVAL=$?
67 [ $RETVAL -eq 0 ] && rm -f ${LOCKFILE} ${PIDFILE}
69 return $RETVAL
75 RETVAL=$?
77 return $RETVAL
85 RETVAL=
    [all...]
avahi-dnsconfd.in 44 RETVAL=0
54 RETVAL=$?
56 [ $RETVAL -eq 0 ] && touch ${LOCKFILE}
57 return $RETVAL
63 RETVAL=$?
64 [ $RETVAL -eq 0 ] && rm -f ${LOCKFILE} ${PIDFILE}
66 return $RETVAL
72 RETVAL=$?
74 return $RETVAL
82 RETVAL=
    [all...]
  /external/dbus/bus/
messagebus.in 33 RETVAL=0
42 RETVAL=$?
44 [ $RETVAL -eq 0 ] && touch @EXPANDED_LOCALSTATEDIR@/lock/subsys/$servicename
54 RETVAL=$?
56 if [ $RETVAL -eq 0 ]; then
72 RETVAL=$?
86 RETVAL=$?
92 exit $RETVAL
rc.messagebus.in 23 #RETVAL=0
35 #RETVAL=$?
37 #[ $RETVAL -eq 0 ] && touch @EXPANDED_LOCALSTATEDIR@/lock/subsys/$servicename
47 #RETVAL=$?
49 #if [ $RETVAL -eq 0 ]; then
65 RETVAL=$?
73 RETVAL=$?
79 exit $RETVAL
  /external/selinux/policycoreutils/restorecond/
restorecond.init 37 RETVAL=0
44 RETVAL=$?
47 return $RETVAL
54 RETVAL=$?
57 return $RETVAL
76 RETVAL=$?
86 RETVAL=3
89 exit $RETVAL
  /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...]
  /external/toybox/scripts/
runtest.sh 87 RETVAL=$?
90 [ $RETVAL -gt 128 ] && [ $RETVAL -lt 255 ] &&
91 echo "exited with signal (or returned $RETVAL)" >> actual
112 return $RETVAL
  /external/guice/util/
compareBuilds.sh 8 RETVAL=0
83 export RETVAL=1
98 if [ $RETVAL -eq 0 ]; then
  /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
  /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/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 245 milliseconds