Home
last modified time | relevance | path

Searched refs:RET (Results 1 – 14 of 14) 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.sh133 local RET
136 RET="armeabi"
139 RET="arm64-v8a"
142 RET="$1"
145 RET="mips"
152 echo "$RET"
161 local RET
164 RET="armeabi armeabi-v7a armeabi-v7a-hard"
167 RET="arm64-v8a"
170 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";;
82 echo $RET
90 local RET
92 *-arm) RET=arm;;
93 *-arm64) RET=arm64;;
94 *-mips) RET=mips;;
[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
1196 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
Dndk-common.sh604 local PROG RET
606 RET=$?
607 if [ $RET != 0 ]; then
611 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.sh7 RET=$?
10 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