Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 131) sorted by relevance

123456

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dunit_test_parameters.ipp254 … 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 …]
Dexception_safety.ipp85 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;
/ndk/sources/host-tools/make-3.81/tests/scripts/misc/
Dclose_stdout3 $description = "Make sure make exits with an error if stdout is full.";
/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-e3 $description = "The following test creates a makefile to ...";
Dwarn-undefined-variables3 $description = "Test the --warn-undefined-variables option.";
Ddash-q2 $description = "Test the -q option.\n";
/ndk/sources/host-tools/make-3.81/tests/scripts/variables/
DCURDIR3 $description = "This tests the CURDIR varaible.";
DMFILE_LIST3 $description = "Test the MAKEFILE_LIST variable.";
DMAKELEVEL3 $description = "The following test creates a makefile to test
DMAKEFILES3 $description = "Test the MAKEFILES variable.";
Dspecial3 $description = "Test special GNU make variables.";
DMAKECMDGOALS3 $description = "Test the MAKECMDGOALS variable.";
DINCLUDE_DIRS2 $description = "Test the .INCLUDE_DIRS special variable.";
DDEFAULT_GOAL2 $description = "Test the .DEFAULT_GOAL special variable.";
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/
Dshell3 $description = 'Test the $(shell ...) function.';
Daddsuffix2 $description = "Test the addsuffix function.";
Dflavor2 $description = "Test the flavor function.";
Dvalue3 $description = "Test the value function.";
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
Dvarnesting1 $description = "The following test creates a makefile to ...";
Dquoting3 $description = "The following test creates a makefile to test using \n" .
Doverride1 $description = "The following test creates a makefile to ...";
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dinteraction_based.hpp35 #define BOOST_ITEST_EPOINT( description ) \ argument
36 …:boost::itest::manager::instance().exception_point( BOOST_TEST_L(__FILE__), __LINE__, description )
/ndk/sources/host-tools/make-3.81/tests/scripts/targets/
DFORCE3 $description = "The following tests rules without Commands or Dependencies.";
DSILENT3 $description = "The following tests the special target .SILENT. By simply\n"
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
Dmodifier.hpp53 nfp::typed_keyword<cstring,struct description_t> description; variable

123456