Searched refs:expr (Results 1 - 25 of 104) sorted by relevance

12345

/prebuilts/sdk/tools/
H A Ddx22 newProg=`expr "${newProg}" : ".* -> \(.*\)$"`
23 if expr "x${newProg}" : 'x/' >/dev/null; then
69 while expr "x$1" : 'x-J' >/dev/null; do
70 opt=`expr "x$1" : 'x-J\(.*\)'`
72 if expr "x${opt}" : "xXmx[0-9]" >/dev/null; then
H A Dlint21 newProg=`expr "${newProg}" : ".* -> \(.*\)$"`
22 if expr "x${newProg}" : 'x/' >/dev/null; then
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
H A Dassert.h52 # define assert(expr) (__ASSERT_VOID_CAST (0))
91 # define assert(expr) \
92 ((expr) \
94 : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dassert.h52 # define assert(expr) (__ASSERT_VOID_CAST (0))
91 # define assert(expr) \
92 ((expr) \
94 : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
H A Dassert.h52 # define assert(expr) (__ASSERT_VOID_CAST (0))
91 # define assert(expr) \
92 ((expr) \
94 : __assert_fail (__STRING(expr), __FILE__, __LINE__, __ASSERT_FUNCTION))
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_debug.h160 # define _STLP_ASSERT(expr) \
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
165 # define _STLP_ASSERT(expr)
173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHEC
[all...]
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_debug.h160 # define _STLP_ASSERT(expr) \
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
165 # define _STLP_ASSERT(expr)
173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHEC
[all...]
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_debug.h160 # define _STLP_ASSERT(expr) \
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
165 # define _STLP_ASSERT(expr)
173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHEC
[all...]
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_debug.h160 # define _STLP_ASSERT(expr) \
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
165 # define _STLP_ASSERT(expr)
173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHEC
[all...]
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
H A D_debug.h160 # define _STLP_ASSERT(expr) \
161 if (!(expr)) { _STLP_PRIV __stl_debugger::_Assert( # expr, _STLP_FILE__, __LINE__); }
165 # define _STLP_ASSERT(expr)
173 # define _STLP_VERBOSE_ASSERT(expr, __diag_num) \
174 if (!(expr)) { _STLP_PRIV __stl_debugger::_VerboseAssert\
175 ( # expr, _STLP_PRIV __diag_num, _STLP_FILE__, __LINE__ ); \
179 # define _STLP_DEBUG_CHECK(expr) _STLP_ASSERT(expr)
182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHEC
[all...]
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
H A Dtgmath.h53 #define __tg_cplx(expr) \
54 __builtin_classify_type(expr) == 9
56 #define __tg_ldbl(expr) \
57 __builtin_types_compatible_p(__typeof__(expr), long double)
59 #define __tg_dbl(expr) \
60 (__builtin_types_compatible_p(__typeof__(expr), double) \
61 || __builtin_classify_type(expr) == 1)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dfunction.h162 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust)
163 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop)
164 #define saveregs_value (crtl->expr.x_saveregs_value)
165 #define apply_args_value (crtl->expr.x_apply_args_value)
166 #define forced_labels (crtl->expr.x_forced_labels)
167 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
245 struct expr_status expr;
244 struct expr_status expr; variable in typeref:struct:expr_status
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dfunction.h162 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust)
163 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop)
164 #define saveregs_value (crtl->expr.x_saveregs_value)
165 #define apply_args_value (crtl->expr.x_apply_args_value)
166 #define forced_labels (crtl->expr.x_forced_labels)
167 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
245 struct expr_status expr;
244 struct expr_status expr; variable in typeref:struct:expr_status
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
H A Dtgmath.h53 #define __tg_cplx(expr) \
54 __builtin_classify_type(expr) == 9
56 #define __tg_ldbl(expr) \
57 __builtin_types_compatible_p(__typeof__(expr), long double)
59 #define __tg_dbl(expr) \
60 (__builtin_types_compatible_p(__typeof__(expr), double) \
61 || __builtin_classify_type(expr) == 1)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dfunction.h162 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust)
163 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop)
164 #define saveregs_value (crtl->expr.x_saveregs_value)
165 #define apply_args_value (crtl->expr.x_apply_args_value)
166 #define forced_labels (crtl->expr.x_forced_labels)
167 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
245 struct expr_status expr;
244 struct expr_status expr; variable in typeref:struct:expr_status
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dfunction.h162 #define pending_stack_adjust (crtl->expr.x_pending_stack_adjust)
163 #define inhibit_defer_pop (crtl->expr.x_inhibit_defer_pop)
164 #define saveregs_value (crtl->expr.x_saveregs_value)
165 #define apply_args_value (crtl->expr.x_apply_args_value)
166 #define forced_labels (crtl->expr.x_forced_labels)
167 #define stack_pointer_delta (crtl->expr.x_stack_pointer_delta)
245 struct expr_status expr;
244 struct expr_status expr; variable in typeref:struct:expr_status
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dcore.h377 * @expr: expression
384 #define snd_assert(expr, args...) do { \
385 if (unlikely(!(expr))) { \
386 snd_printk(KERN_ERR "BUG? (%s)\n", __ASTRING__(expr)); \
400 #define snd_assert(expr, args...) (void)(expr)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dcore.h377 * @expr: expression
384 #define snd_assert(expr, args...) do { \
385 if (unlikely(!(expr))) { \
386 snd_printk(KERN_ERR "BUG? (%s)\n", __ASTRING__(expr)); \
400 #define snd_assert(expr, args...) (void)(expr)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/libexec/gcc/arm-linux-androideabi/4.6.x-google/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
H A Di686-linux-gccbug216 c=`expr 70 / $l`
298 c=`expr 61 / $l`
415 no) CNT=`expr $CNT + 1` ;;
424 ""|non-critical|serious|critical) CNT=`expr $CNT + 1` ;;
433 ""|low|medium) CNT=`expr $CNT + 1` ;;
448 CNT=`expr $CNT + 1`
462 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
472 CNT=`expr $CNT + 1`
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
H A Dmkheaders29 VERBOSE=`expr $VERBOSE + 1`

Completed in 1239 milliseconds

12345