Searched refs:description (Results 1 – 25 of 131) sorted by relevance
123456
254 … cla::description = "Automatically starts debugger if system level error (signal) occurs")257 … cla::description = "For the exception safety testing allows to break at specific execution path")260 cla::description = "Shows library build information" )263 … cla::description = "Allows to switch between catching and ignoring system errors (signals)")266 … cla::description = "Allows to switch between catching and ignoring floating point exceptions")269 cla::description = "Allows to switch between catching and ignoring memory leaks")272 cla::description = "Specifies log format")275 cla::description = "Specifies log level")278 cla::description = "Specifies log sink:stdout(default),stderr or file name")281 cla::description = "Specifies output format (both log and report)")[all …]
85 char const* description;118 …l void exception_point( const_string file, std::size_t line_num, const_string description );256 …safety_tester::exception_point( const_string file, std::size_t line_num, const_string description )264 m_execution_path.back().m_except.description = description.begin();436 if( it->m_except.description )437 formatter << ": " << it->m_except.description;
3 $description = "Make sure make exits with an error if stdout is full.";
3 $description = "The following test creates a makefile to ...";
3 $description = "Test the --warn-undefined-variables option.";
2 $description = "Test the -q option.\n";
3 $description = "This tests the CURDIR varaible.";
3 $description = "Test the MAKEFILE_LIST variable.";
3 $description = "The following test creates a makefile to test
3 $description = "Test the MAKEFILES variable.";
3 $description = "Test special GNU make variables.";
3 $description = "Test the MAKECMDGOALS variable.";
2 $description = "Test the .INCLUDE_DIRS special variable.";
2 $description = "Test the .DEFAULT_GOAL special variable.";
3 $description = 'Test the $(shell ...) function.';
2 $description = "Test the addsuffix function.";
2 $description = "Test the flavor function.";
3 $description = "Test the value function.";
1 $description = "The following test creates a makefile to ...";
3 $description = "The following test creates a makefile to test using \n" .
35 #define BOOST_ITEST_EPOINT( description ) \ argument36 …:boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description )
3 $description = "The following tests rules without Commands or Dependencies.";
3 $description = "The following tests the special target .SILENT. By simply\n"
53 nfp::typed_keyword<cstring,struct description_t> description; variable