Home
last modified time | relevance | path

Searched refs:VERIFY_GE (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_eventcount.cpp52 VERIFY_GE(val, 0); in Push()
63 VERIFY_GE(val, 0); in Pop()
Dcxx11_non_blocking_thread_pool.cpp40 VERIFY_GE(thread_id, 0); in test_parallelism()
Dcxx11_runqueue.cpp150 VERIFY_GE(size, 1); in test_empty_runqueue()
/external/eigen/test/
Dmain.h281 #define VERIFY_GE(a, b) ::verify_impl(a >= b, g_test_stack.back().c_str(), __FILE__, __LINE__, EI_P… macro