/ndk/build/tools/ |
dev-defaults.sh | 99 local RET 102 RET="armeabi" 105 RET="$1" 112 echo "$RET" 121 local RET 124 RET="armeabi armeabi-v7a" 127 RET="$1" 134 echo "$RET" 175 local PREFIX VERSION RET 180 RET=" [all...] |
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...] |
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
|
prebuilt-common.sh | 118 local RET 119 RET=$(echo "$@" | tr ' ' '\n' | sort -u) 120 echo $RET 1105 local RET=$HOST_TAG 1108 RET=windows 1110 RET=windows-x86_64 1114 RET=darwin-x86_64 # let the following handles 32-bit case 1116 case $RET in 1119 RET=linux-x86 1124 RET=darwin-x8 [all...] |
build-host-gcc.sh | 262 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...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
CA.pl | 63 $RET = 0; 72 $RET=$?; 77 $RET=$?; 82 $RET=$?; 111 $RET=$?; 121 $RET=$?; 130 $RET=$?; 132 exit $RET; 135 $RET=$?; 139 $RET=$? [all...] |
CA.pl.in | 63 $RET = 0; 72 $RET=$?; 77 $RET=$?; 82 $RET=$?; 111 $RET=$?; 121 $RET=$?; 130 $RET=$?; 132 exit $RET; 135 $RET=$?; 139 $RET=$? [all...] |
CA.sh | 76 RET=0 87 RET=$? 93 RET=$? 99 RET=$? 123 RET=$? 136 RET=$? 142 RET=$? 152 RET=$? 153 exit $RET 157 RET=$ [all...] |
/external/openssl/apps/ |
CA.pl | 63 $RET = 0; 72 $RET=$?; 77 $RET=$?; 82 $RET=$?; 111 $RET=$?; 121 $RET=$?; 130 $RET=$?; 132 exit $RET; 135 $RET=$?; 139 $RET=$? [all...] |
CA.pl.in | 63 $RET = 0; 72 $RET=$?; 77 $RET=$?; 82 $RET=$?; 111 $RET=$?; 121 $RET=$?; 130 $RET=$?; 132 exit $RET; 135 $RET=$?; 139 $RET=$? [all...] |
CA.sh | 76 RET=0 87 RET=$? 93 RET=$? 99 RET=$? 123 RET=$? 136 RET=$? 142 RET=$? 152 RET=$? 153 exit $RET 157 RET=$ [all...] |
/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/tests/build/prebuilt-copy/ |
build.sh | 47 RET=$? 50 RET=$? 53 if [ $RET != 0 ]; then 61 RET=$? 64 RET=$? 67 if [ $RET != 0 ]; then
|
/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/chromium_org/third_party/skia/include/gpu/gl/ |
SkGLContextHelper.h | 84 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->f ## X; \ 87 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->f ## X
|
/external/skia/include/gpu/gl/ |
SkGLContextHelper.h | 84 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->f ## X; \ 87 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->f ## X
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
common_x86_asm.S | 69 RET 94 RET 107 RET 121 RET 135 RET 149 RET 170 RET 213 RET
|
/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
|
/ndk/tests/build/merge-string-literals/ |
build.sh | 25 RET=$? 28 RET=$? 64 exit $RET
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
CheckerManager.h | 51 template <typename RET, typename P1, typename P2, typename P3, typename P4, 53 class CheckerFn<RET(P1, P2, P3, P4, P5)> { 54 typedef RET (*Func)(void *, P1, P2, P3, P4, P5); 59 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const { 64 template <typename RET, typename P1, typename P2, typename P3, typename P4> 65 class CheckerFn<RET(P1, P2, P3, P4)> { 66 typedef RET (*Func)(void *, P1, P2, P3, P4); 71 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const { 76 template <typename RET, typename P1, typename P2, typename P3> 77 class CheckerFn<RET(P1, P2, P3)> [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLUtil.h | 162 // same as GR_GL_CALL but stores the return value of the gl call in RET 163 #define GR_GL_CALL_RET(IFACE, RET, X) \ 165 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \ 170 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ 173 (RET) = (IFACE)->f##X; \
|
/external/skia/src/gpu/gl/ |
GrGLUtil.h | 162 // same as GR_GL_CALL but stores the return value of the gl call in RET 163 #define GR_GL_CALL_RET(IFACE, RET, X) \ 165 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \ 170 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \ 173 (RET) = (IFACE)->f##X; \
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_copy_sse2.asm | 49 RET 72 RET 97 RET 123 RET 148 RET
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_subtract_sse2.asm | 67 RET 78 RET 89 RET 115 RET 127 RET
|
/ndk/tests/ |
check-release.sh | 107 local NAME TEXT RET
|