/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/ |
D | comma_if.hpp | 25 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument 27 # define BOOST_PP_COMMA_IF(cond) BOOST_PP_COMMA_IF_I(cond) argument 28 # define BOOST_PP_COMMA_IF_I(cond) BOOST_PP_IF(cond, BOOST_PP_COMMA, BOOST_PP_EMPTY)() argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/control/ |
D | if.hpp | 24 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument 26 # define BOOST_PP_IF(cond, t, f) BOOST_PP_IF_I(cond, t, f) argument 27 # define BOOST_PP_IF_I(cond, t, f) BOOST_PP_IIF(BOOST_PP_BOOL(cond), t, f) argument
|
/ndk/tests/device/test-stlport-rtti/jni/ |
D | test_stlport_rtti.cpp | 45 #define CHECK(cond) \ argument 47 if (!(cond)) { \ 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | test_gabixx_rtti.cpp | 45 #define CHECK(cond) \ argument 47 if (!(cond)) { \ 48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | framework.hpp | 97 #define BOOST_TEST_SETUP_ASSERT( cond, msg ) if( cond ) {} else throw unit_test::framework::setup_e… argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | condition_variable.cpp | 76 notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk) in notify_all_at_thread_exit() argument 78 __thread_local_data()->notify_all_at_thread_exit(&cond, lk.release()); in notify_all_at_thread_exit()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | new1_3.cpp | 50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__); argument
|
D | pretty2.cpp | 57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail() argument
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | new1_3.cpp | 50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__); argument
|
D | pretty2.cpp | 57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail() argument
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/ |
D | optional.hpp | 235 optional_base ( bool cond, argument_type val ) in optional_base() argument 239 if ( cond ) in optional_base() 530 optional ( bool cond, argument_type val ) : base(cond,val) {} in optional() argument 669 optional<T> make_optional ( bool cond, T const& v ) in make_optional() argument 671 return optional<T>(cond,v); in make_optional()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | limits_test.cpp | 56 bool check_cond(const bool& cond) { return cond; } in check_cond() argument
|
/ndk/tests/device/test-stlport/unit/ |
D | limits_test.cpp | 56 bool check_cond(const bool& cond) { return cond; } in check_cond() argument
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lex.c | 439 int cond, low, mid, high; in binsearch() local 445 if ((cond = strcmp(w, kp[mid].word)) < 0) in binsearch() 447 else if (cond > 0) in binsearch()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | condition_variable | 64 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk); 252 void notify_all_at_thread_exit(condition_variable& cond, unique_lock<mutex> lk);
|