/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | assert.hpp | 33 # define BOOST_ASSERT(expr) ((void)0) argument 41 void assertion_failed(char const * expr, 45 #define BOOST_ASSERT(expr) ((expr) \ argument 47 : ::boost::assertion_failed(#expr, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__)) 51 # define BOOST_ASSERT(expr) assert(expr) argument 62 #define BOOST_ASSERT_MSG(expr, msg) ((void)0) argument 70 void assertion_failed_msg(char const * expr, char const * msg, 74 #define BOOST_ASSERT_MSG(expr, msg) ((expr) \ argument 76 : ::boost::assertion_failed_msg(#expr, msg, BOOST_CURRENT_FUNCTION, __FILE__, __LINE__)) 97 … inline void assertion_failed_msg(char const * expr, char const * msg, char const * function, in assertion_failed_msg() argument [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/ |
D | expr_iif.hpp | 20 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_I(bit, expr) argument 22 # define BOOST_PP_EXPR_IIF(bit, expr) BOOST_PP_EXPR_IIF_OO((bit, expr)) argument 26 # define BOOST_PP_EXPR_IIF_I(bit, expr) BOOST_PP_EXPR_IIF_ ## bit(expr) argument 28 # define BOOST_PP_EXPR_IIF_0(expr) argument 29 # define BOOST_PP_EXPR_IIF_1(expr) expr argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
D | static_cast.hpp | 22 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) (T)(expr) argument 24 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr) argument
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | pretty2.cpp | 13 #define str(expr) #expr argument 14 #define assert(expr) \ argument 15 ((expr) ? 0 : (__assert_fail (str(expr), __FILE__, __LINE__, \
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | pretty2.cpp | 13 #define str(expr) #expr argument 14 #define assert(expr) \ argument 15 ((expr) ? 0 : (__assert_fail (str(expr), __FILE__, __LINE__, \
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.h | 160 # define _STLP_ASSERT(expr) \ argument 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) \ argument 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) argument 182 # define _STLP_STD_DEBUG_CHECK(expr) _STLP_DEBUG_CHECK(expr) argument 184 # define _STLP_STD_DEBUG_CHECK(expr) 439 # define _STLP_VERBOSE_ASSERT(expr, diagnostic) [all …]
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 258 explicit optional_base ( Expr const& expr, Expr const* tag ) in optional_base() argument 262 construct(expr,tag); in optional_base() 317 void assign_expr ( Expr const& expr, Expr const* tag ) in assign_expr() argument 320 assign_expr_to_initialized(expr,tag); in assign_expr() 321 else construct(expr,tag); in assign_expr() 390 void construct ( Expr const& expr, void const* ) in construct() argument 392 new (m_storage.address()) internal_type(expr) ; in construct() 401 void assign_expr_to_initialized ( Expr const& expr, void const* ) in assign_expr_to_initialized() argument 403 assign_value(expr, is_reference_predicate()); in assign_expr_to_initialized() 421 void construct ( Expr const& expr, optional_tag const* ) in construct() argument [all …]
|
/ndk/tests/device/fenv/jni/ |
D | test_fenv.c | 35 void fail(const char* file, int line, const char* func, const char* expr) in fail() argument 37 printf("ERROR %s:%d %s: %s\n", file, line, func, expr); in fail()
|
/ndk/build/tools/ |
D | prebuilt-common.sh | 390 param=`expr -- "$1" : '^\([^\-].*\)$'` 403 opt=`expr -- "$1" : '^\(--[^=]*\)=.*$'` 406 value=`expr -- "$1" : '^--[^=]*=\(.*\)$'` 411 opt=`expr -- "$1" : '^\(--.*\)$'` 419 opt=`expr -- "$1" : '^\(-[A-Za-z0-9]\)..*$'` 422 value=`expr -- "$1" : '^-.\(.*\)$'` 427 opt=`expr -- "$1" : '^\(-.\)$'` 1108 GCC_VERSION=`expr -- "$TOOLCHAIN" : '.*-\([0-9x\.]*\)'`
|
/ndk/sources/host-tools/make-3.81/config/ |
D | mdate-sh | 184 if (expr $nummonth \> $nummonthtod) > /dev/null; 186 year=`expr $year - 1`
|
D | size_max.m4 | 29 dnl The _AC_COMPUTE_INT macro works up to LONG_MAX, since it uses 'expr',
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | mdate-sh | 187 if (expr $nummonth \> $nummonthtod) > /dev/null; 189 year=`expr $year - 1`
|
D | install-sh | 218 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; 276 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 319 mkdir_umask=`expr $umask + 22 \
|
/ndk/tests/build/b14811006-GOT_PREL-optimization/ |
D | build.sh | 37 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 313 # define assert(expr) _STLP_ASSERT(expr) argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
D | assert.hpp | 56 # define BOOST_MPL_AUX_ASSERT_CONSTANT(T, expr) enum { expr } argument 58 # define BOOST_MPL_AUX_ASSERT_CONSTANT(T, expr) BOOST_STATIC_CONSTANT(T, expr) argument
|
/ndk/tests/build/issue17144-byteswap/ |
D | build.sh | 14 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/ |
D | ndk-gdb | 184 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'` 201 optarg=`expr -- "$opt" : '-s\(.*\)'` 211 optarg=`expr -- "$opt" : '-p\(.*\)'` 223 optarg=`expr -- "$opt" : '-x\(.*\)'`
|
/ndk/sources/cxx-stl/stlport/src/c_locale_glibc/ |
D | c_locale_glibc2.c | 224 char *expr; in __Extract_locale_name() local 228 expr = strstr( (char*)loc, category ); in __Extract_locale_name() 229 if ( expr == NULL ) in __Extract_locale_name() 231 ++expr; in __Extract_locale_name() 232 len_name = strcspn( expr, ";" ); in __Extract_locale_name() 234 strncpy( buf, expr, len_name ); in __Extract_locale_name()
|
/ndk/tests/ |
D | check-release.sh | 41 optarg=`expr "x$opt" : 'x[^=]*=\(.*\)'`
|
/ndk/sources/android/support/tests/minitest/ |
D | minitest.h | 293 #define MINITEST_DEFINE_LOCAL_EXPR_(varname, expr) \ 294 typedef minitest::internal::AddConst<__typeof__(expr)>::type varname##Type; \ 295 const varname##Type varname = (expr);
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest.h | 2099 # define EXPECT_HRESULT_SUCCEEDED(expr) \ argument 2100 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) 2102 # define ASSERT_HRESULT_SUCCEEDED(expr) \ argument 2103 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTSuccess, (expr)) 2105 # define EXPECT_HRESULT_FAILED(expr) \ argument 2106 EXPECT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr)) 2108 # define ASSERT_HRESULT_FAILED(expr) \ argument 2109 ASSERT_PRED_FORMAT1(::testing::internal::IsHRESULTFailure, (expr))
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regex_internal.h | 95 # define BE(expr, val) __builtin_expect (expr, val) argument 97 # define BE(expr, val) (expr) argument
|
/ndk/sources/android/crazy_linker/src/ |
D | crazy_linker_util.h | 16 #define HANDLE_EINTR(expr) TEMP_FAILURE_RETRY(expr) argument
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
D | c_locale_win32.c | 1629 char *expr; in __Extract_locale_name() local 1633 expr = strstr((char*)loc, category); in __Extract_locale_name() 1634 if (expr == NULL) return NULL; /* Category not found. */ in __Extract_locale_name() 1635 expr = strchr(expr, '='); in __Extract_locale_name() 1636 if (expr == NULL) return NULL; in __Extract_locale_name() 1637 ++expr; in __Extract_locale_name() 1638 len_name = strcspn(expr, ";"); in __Extract_locale_name() 1641 _STLP_STRNCPY(buf, _Locale_MAX_SIMPLE_NAME, expr, len_name); buf[len_name] = 0; in __Extract_locale_name()
|