Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 18 of 18) sorted by relevance

/ndk/sources/host-tools/nawk-20071023/
Dlex.c92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); } macro
180 RET('}'); in yylex()
195 RET(NUMBER); in yylex()
201 RET(NL); in yylex()
212 RET(';'); in yylex()
220 RET(c); in yylex()
225 input(); RET(AND); in yylex()
227 RET('&'); in yylex()
230 input(); RET(BOR); in yylex()
232 RET('|'); in yylex()
[all …]
/ndk/build/tools/
Ddev-defaults.sh142 local RET
145 RET="armeabi"
148 RET="arm64-v8a"
151 RET="$1"
154 RET="mips"
161 echo "$RET"
170 local RET
173 RET="armeabi armeabi-v7a armeabi-v7a-hard"
176 RET="arm64-v8a"
179 RET="$1"
[all …]
Dcommon-build-host-funcs.sh74 local RET
76 android-*) RET="android";;
77 linux-*) RET="linux";;
78 darwin-*) RET="darwin";;
79 windows|windows-*) RET="windows";;
81 echo $RET
89 local RET
91 *-arm) RET=arm;;
92 *-mips) RET=mips;;
93 windows|*-x86) RET=x86;;
[all …]
Dprebuilt-common.sh46 local RET=$(extract_version $1 | cut -d . -f 1)
47 RET=${RET:-0}
48 echo $RET
57 local RET=$(extract_version $1 | cut -d . -f 2)
58 RET=${RET:-0}
59 echo $RET
182 local RET
183 RET=$(echo "$@" | tr ' ' '\n' | sort -u)
184 echo $RET
1201 local RET=$HOST_TAG
[all …]
Ddev-platform-expand.sh43 local RET
45 RET=$((cd "$1/platforms" && ls -d android-*) | sed -e "s!android-!!" | sort -g)
47 RET=""
49 RET=$(echo $RET) # converts newlines to spaces
50 echo $RET
Dbuild-host-gcc.sh265 local RET
267 linux-*) RET="linux";;
268 darwin-*) RET="darwin";;
269 windows|windows-*) RET="windows";;
271 echo $RET
277 local RET
279 windows|*-x86) RET=x86;;
280 *-x86_64) RET=x86_64;;
282 echo $RET
288 local RET
[all …]
Dndk-common.sh629 local PROG RET
631 RET=$?
632 if [ $RET != 0 ]; then
636 return $RET
Ddev-system-import.sh131 local RET=$(echo "$@" | tr ' ' '\n' | sed -e 's!android-!!g' | tr '\n' ' ')
132 echo ${RET%% }
/ndk/tests/build/prebuilt-copy/
Dbuild.sh47 RET=$?
50 RET=$?
53 if [ $RET != 0 ]; then
61 RET=$?
64 RET=$?
67 if [ $RET != 0 ]; then
/ndk/tests/build/issue81440-non-ascii-comment/
Dbuild.sh6 RET=$?
9 if [ $RET != 0 ]; then
/ndk/tests/build/merge-string-literals/
Dbuild.sh25 RET=$?
28 RET=$?
64 exit $RET
/ndk/
Dndk-gdb56 local PROG RET
58 RET=$?
59 if [ $RET != 0 ]; then
63 return $RET
406 return $RET
636 RET=$?
638 if [ "$RET" != 0 -o "$DEBUGGABLE" != "true" ] ; then
747 RET=$?
749 if [ "$RET" != 0 -o "$PID" = "0" ] ; then
/ndk/tests/standalone/
Drun.sh442 RET=$?
449 RET=$?
456 RET=$?
460 if [ "$RET" != 0 ]; then
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/
Dtestit_android279 local CMD_OUT RET
289 RET=$(sed -e '$!d' $CMD_OUT)
292 if [ "$RET" != "0" ]; then
299 return $RET
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtestit_android292 local CMD_OUT RET
302 RET=$(sed -e '$!d' $CMD_OUT)
305 if [ "$RET" != "0" ]; then
312 return $RET
/ndk/tests/build/short-commands/
Dbuild.sh150 RET=$?
167 exit $RET
/ndk/tests/
Drun-tests.sh194 local ADB_SHELL_CMD_LOG RET OUT
208 RET=`sed -e '$!d' $ADB_SHELL_CMD_LOG`
215 return $RET
660 RET=$?
662 if [ $RET = 0 ]; then
669 RET=0
671 if [ $RET != 0 ] ; then
Dcheck-release.sh107 local NAME TEXT RET