Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 15 of 15) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/punctuation/
Dcomma_if.hpp25 # 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/
Dif.hpp24 # 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/
Dtest_stlport_rtti.cpp45 #define CHECK(cond) \ argument
47 if (!(cond)) { \
48 fprintf(stderr, "KO: Assertion failure: %s\n", #cond); \
/ndk/sources/cxx-stl/gabi++/tests/
Dtest_gabixx_rtti.cpp45 #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/
Dframework.hpp97 #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/
Dcondition_variable.cpp76 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/
Dnew1_3.cpp50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__); argument
Dpretty2.cpp57 __assert_fail (const char *cond, const char *file, unsigned int line, in __assert_fail() argument
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp50 #define CHECK(cond) if(!(cond))throw line_error(__LINE__); argument
Dpretty2.cpp57 __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/
Doptional.hpp235 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/
Dlimits_test.cpp56 bool check_cond(const bool& cond) { return cond; } in check_cond() argument
/ndk/tests/device/test-stlport/unit/
Dlimits_test.cpp56 bool check_cond(const bool& cond) { return cond; } in check_cond() argument
/ndk/sources/host-tools/nawk-20071023/
Dlex.c439 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/
Dcondition_variable64 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);