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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/webrtc/build/
adb_shell.sh 16 local RET ADB_LOG
20 RET=$(sed -e '$!d' "$ADB_LOG") # Last line contains status code.
22 return $RET
  /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/build/tools/
dev-defaults.sh 129 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...]
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 123 local RET
124 RET=$(echo "$@" | tr ' ' '\n' | sort -u)
125 echo $RET
    [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...]
  /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 90 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
93 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X
  /external/skia/include/gpu/gl/
SkGLContextHelper.h 82 #define SK_GL_RET(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.f ## X; \
85 #define SK_GL_RET_NOERRCHECK(ctx, RET, X) (RET) = (ctx).gl()->fFunctions.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 50 template <typename RET, typename P1, typename P2, typename P3, typename P4,
52 class CheckerFn<RET(P1, P2, P3, P4, P5)> {
53 typedef RET (*Func)(void *, P1, P2, P3, P4, P5);
58 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5) const {
63 template <typename RET, typename P1, typename P2, typename P3, typename P4>
64 class CheckerFn<RET(P1, P2, P3, P4)> {
65 typedef RET (*Func)(void *, P1, P2, P3, P4);
70 RET operator()(P1 p1, P2 p2, P3 p3, P4 p4) const {
75 template <typename RET, typename P1, typename P2, typename P3>
76 class CheckerFn<RET(P1, P2, P3)>
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLUtil.h 167 // same as GR_GL_CALL but stores the return value of the gl call in RET
168 #define GR_GL_CALL_RET(IFACE, RET, X) \
170 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
175 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \
178 (RET) = (IFACE)->fFunctions.f##X; \
  /external/skia/src/gpu/gl/
GrGLUtil.h 165 // same as GR_GL_CALL but stores the return value of the gl call in RET
166 #define GR_GL_CALL_RET(IFACE, RET, X) \
168 GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X); \
173 #define GR_GL_CALL_RET_NOERRCHECK(IFACE, RET, X) \
176 (RET) = (IFACE)->fFunctions.f##X; \
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_subtract_sse2.asm 67 RET
78 RET
89 RET
115 RET
127 RET
  /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
  /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

Completed in 2433 milliseconds

1 2 3 4 5 6 7 8 9