OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_level
(Results
1 - 5
of
5
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
unit_test_parameters.hpp
42
BOOST_TEST_DECL unit_test::
report_level
report_level
();
global_typedef.hpp
35
enum
report_level
{ INV_REPORT_LEVEL, CONFIRMATION_REPORT, SHORT_REPORT, DETAILED_REPORT, NO_REPORT };
enum in namespace:boost::unit_test
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp
58
BOOST_TEST_DECL void set_level(
report_level
);
69
BOOST_TEST_DECL void make_report(
report_level
l = INV_REPORT_LEVEL, test_unit_id = INV_TEST_UNIT_ID );
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
check.py
21
def __init__(self, source,
report_level
, halt_level, stream=None,
24
Reporter.__init__(self, source,
report_level
, halt_level, stream,
134
settings.
report_level
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
check.py
21
def __init__(self, source,
report_level
, halt_level, stream=None,
24
Reporter.__init__(self, source,
report_level
, halt_level, stream,
134
settings.
report_level
,
Completed in 722 milliseconds