Searched refs:description (Results 1 – 8 of 8) sorted by relevance
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTDebug.h | 30 …ne MT_REPORT_ASSERT_IMPL( condition, description, file, line ) MT::Diagnostic::ReportAssert(#condi… argument 33 #define MT_REPORT_ASSERT( description ) { MT_REPORT_ASSERT_IMPL( "always", description, __FILE__, _… argument 37 #define MT_ASSERT( condition, description ) { if ( !(condition) ) { MT_REPORT_ASSERT_IMPL( #conditi… argument 41 …efine MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { { MT_REPORT_ASSERT_IM… argument 47 #define MT_REPORT_ASSERT( description ) argument 51 #define MT_ASSERT( condition, description ) argument 55 #define MT_VERIFY( condition, description, operation ) { if ( !(condition) ) { operation; } } argument
|
| H A D | MTAppInterop.h | 88 …MT_NORETURN static void ReportAssert(const char* condition, const char* description, const char* s…
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | ReportAssert.cpp | 23 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber) in ReportAssert() argument 26 description, filename, lineNumber); in ReportAssert() 41 char const* description, in ReportAssertEx() argument 48 testResults->OnTestFailure(assertDetails, description); in ReportAssertEx()
|
| H A D | ReportAssert.h | 8 UNITTEST_LINKAGE void ReportAssert(char const* description, char const* filename, int lineNumber);
|
| H A D | ReportAssertImpl.h | 22 char const* description,
|
| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestAssertHandler.cpp | 66 const char* description = "description"; in TEST() local 75 Detail::ReportAssertEx(&testResults, &testDetails, description, filename, lineNumber); in TEST() 81 CHECK_EQUAL(description, reporter.lastFailedMessage); in TEST()
|
| /TaskScheduler/Scheduler/Source/ |
| H A D | MTDefaultAppInterop.cpp | 178 …void Diagnostic::ReportAssert(const char* condition, const char* description, const char* sourceFi… in ReportAssert() argument 180 …printf("Assertion failed : %s. File %s, line %d. Condition %s\n", description, sourceFile, sourceL… in ReportAssert()
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 43 # Using the PROJECT_BRIEF tag one can provide an optional one line description 45 # quick idea about the purpose of the project. Keep the description short. 104 # description of a member or function before the detailed description 112 # This tag implements a quasi-intelligent brief description abbreviator that is 114 # as the leading text of the brief description, will be stripped from the text 116 # text. Otherwise, the brief description is used as-is. If left blank, the 135 # description. 187 # description.) 193 # line (until the first dot) of a Qt-style comment as the brief description. If 195 # requiring an explicit \brief command for a brief description.) [all …]
|