HomeSort by relevance Sort by last modified time
    Searched refs:RET (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /external/skia/platform_tools/ios/bin/
ios_path_exists 23 RET=ios_path_exists $1
24 exit $RET
ios_setup.sh 75 RET="$(cat $TARGET)"
77 echo -e "$RET"
139 local RET=1
142 RET=0
145 return $RET
  /ndk/tests/build/issue81440-non-ascii-comment/
build.sh 6 RET=$?
9 if [ $RET != 0 ]; then
  /ndk/sources/host-tools/nawk-20071023/
lex.c 92 #define RET(x) { if(dbg)printf("lex %s\n", tokname(x)); return(x); }
180 RET('}');
195 RET(NUMBER);
201 RET(NL);
212 RET(';');
220 RET(c);
225 input(); RET(AND);
227 RET('&');
230 input(); RET(BOR);
232 RET('|');
    [all...]
  /ndk/build/tools/
dev-defaults.sh 142 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...]
dev-platform-expand.sh 43 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
common-build-host-funcs.sh 74 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...]
prebuilt-common.sh 46 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
    [all...]
build-host-gcc.sh 265 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...]
  /ndk/tests/build/prebuilt-copy/
build.sh 47 RET=$?
50 RET=$?
53 if [ $RET != 0 ]; then
61 RET=$?
64 RET=$?
67 if [ $RET != 0 ]; then
  /external/skia/include/gpu/gl/
SkGLContext.h 75 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
78 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X
  /system/extras/tests/bionic/libc/
run-test.sh 130 local RET
142 RET=`tail -n1 $ADB_CMD_LOG`
144 RET=`echo "$RET" | sed -e 's![[:cntrl:]]!!g'`
145 [ "$RET" = "OK" ]
177 RET=$?
180 if [ "$RET" != 0 ] ; then
  /external/mesa3d/src/mesa/x86/
common_x86_asm.S 69 RET
94 RET
107 RET
121 RET
135 RET
149 RET
170 RET
213 RET
3dnow_xform1.S 96 RET
144 RET
202 RET
256 RET
312 RET
366 RET
431 RET
sse_xform1.S 97 RET
149 RET
210 RET
270 RET
325 RET
381 RET
440 RET
  /ndk/tests/build/merge-string-literals/
build.sh 25 RET=$?
28 RET=$?
64 exit $RET
  /external/skia/src/gpu/gl/
GrGLUtil.h 179 // same as GR_GL_CALL but stores the return value of the gl call in RET
180 #define GR_GL_CALL_RET(IFACE, RET, X) \
182 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
187 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \
190 (RET) = (IFACE)->fFunctions.f##X; \
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 67 RET
78 RET
89 RET
115 RET
127 RET
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_copy_sse2.asm 49 RET
72 RET
97 RET
123 RET
148 RET
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 67 RET
78 RET
89 RET
115 RET
127 RET
  /ndk/
ndk-gdb 56 local PROG RET
58 RET=$?
59 if [ $RET != 0 ]; then
63 return $RET
388 local CMD_OUT RET OUTPUT VARNAME REDIRECT_STDERR
401 RET=`sed -e '$!d' $CMD_OUT`
406 return $RET
636 RET=$?
638 if [ "$RET" != 0 -o "$DEBUGGABLE" != "true" ] ; then
747 RET=$
    [all...]
  /external/google-breakpad/android/
common-functions.sh 337 local RET ADB_LOG
343 RET=$(sed -e '$!d' "$ADB_LOG") # Last line contains status code.
346 return $RET
  /ndk/tests/
check-release.sh 107 local NAME TEXT RET
  /ndk/tests/standalone/
run.sh 442 RET=$?
449 RET=$?
456 RET=$?
460 if [ "$RET" != 0 ]; then
  /external/libvpx/libvpx/vp9/common/x86/
vp9_copy_sse2.asm 49 RET
72 RET
97 RET
123 RET
152 RET

Completed in 464 milliseconds

1 2 3 4 5 6 7 8