Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 17 of 17) 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/
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 …]
Ddev-defaults.sh129 local RET
132 RET="armeabi"
135 RET="arm64-v8a"
138 RET="$1"
145 echo "$RET"
154 local RET
157 RET="armeabi armeabi-v7a armeabi-v7a-hard"
160 RET="arm64-v8a"
163 RET="$1"
170 echo "$RET"
[all …]
Dprebuilt-common.sh123 local RET
124 RET=$(echo "$@" | tr ' ' '\n' | sort -u)
125 echo $RET
1155 local RET=$HOST_TAG
1158 RET=windows
1160 RET=windows-x86_64
1164 RET=darwin-x86_64 # let the following handles 32-bit case
1166 case $RET in
1169 RET=linux-x86
1174 RET=darwin-x86
[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.sh262 local RET
264 linux-*) RET="linux";;
265 darwin-*) RET="darwin";;
266 windows|windows-*) RET="windows";;
268 echo $RET
274 local RET
276 windows|*-x86) RET=x86;;
277 *-x86_64) RET=x86_64;;
279 echo $RET
285 local RET
[all …]
Dndk-common.sh622 local PROG RET
624 RET=$?
625 if [ $RET != 0 ]; then
629 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/merge-string-literals/
Dbuild.sh25 RET=$?
28 RET=$?
64 exit $RET
/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/
Dndk-gdb56 local PROG RET
58 RET=$?
59 if [ $RET != 0 ]; then
63 return $RET
401 return $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
652 RET=$?
654 if [ $RET = 0 ]; then
661 RET=0
663 if [ $RET != 0 ] ; then
Dcheck-release.sh107 local NAME TEXT RET