Home
last modified time | relevance | path

Searched refs:check_cond (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dlimits_test.cpp56 bool check_cond(const bool& cond) { return cond; } in check_cond() function
57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; }
/ndk/tests/device/test-gnustl-full/unit/
Dlimits_test.cpp56 bool check_cond(const bool& cond) { return cond; } in check_cond() function
57 # define CHECK_COND(X) if (!check_cond(X)) { CPPUNIT_MESSAGE(#X); return false; }