OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INV_TEST_UNIT_ID
(Results
1 - 3
of
3
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp
69
BOOST_TEST_DECL void make_report( report_level l = INV_REPORT_LEVEL, test_unit_id =
INV_TEST_UNIT_ID
);
70
inline void confirmation_report( test_unit_id id =
INV_TEST_UNIT_ID
)
72
inline void short_report( test_unit_id id =
INV_TEST_UNIT_ID
)
74
inline void detailed_report( test_unit_id id =
INV_TEST_UNIT_ID
)
framework.hpp
77
BOOST_TEST_DECL void run( test_unit_id =
INV_TEST_UNIT_ID
, bool continue_test = true );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp
49
const test_unit_id
INV_TEST_UNIT_ID
= 0xFFFFFFFF;
Completed in 173 milliseconds