| /TaskScheduler/ThirdParty/UnitTest++/tests/ |
| H A D | TestTimeConstraint.cpp | 14 TestResults result; in TEST() local 16 ScopedCurrentTest scopedResult(result); in TEST() 20 CHECK_EQUAL(0, result.GetFailureCount()); in TEST() 25 TestResults result; in TEST() local 27 ScopedCurrentTest scopedResult(result); in TEST() 31 CHECK_EQUAL(1, result.GetFailureCount()); in TEST() 37 TestResults result(&reporter); in TEST() local 39 ScopedCurrentTest scopedResult(result); in TEST() 56 TestResults result(&reporter); in TEST() local 58 ScopedCurrentTest scopedResult(result); in TEST()
|
| H A D | TestDeferredTestReporter.cpp | 59 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE() local 60 CHECK_EQUAL(testName.c_str(), result.testName.c_str()); in TEST_FIXTURE() 61 CHECK_EQUAL(testSuite.c_str(), result.suiteName.c_str()); in TEST_FIXTURE() 70 DeferredTestResult const& result = reporter.GetResults().at(0); in TEST_FIXTURE() local 71 CHECK_CLOSE(elapsed, result.timeElapsed, 0.0001f); in TEST_FIXTURE() 82 CHECK(result.failed == true); in TEST_FIXTURE() 83 CHECK_EQUAL(fileName.c_str(), result.failureFile.c_str()); in TEST_FIXTURE() 96 CHECK_EQUAL(2, (int)result.failures.size()); in TEST_FIXTURE() 97 CHECK_EQUAL(failure1, result.failures[0].failureStr); in TEST_FIXTURE() 98 CHECK_EQUAL(failure2, result.failures[1].failureStr); in TEST_FIXTURE() [all …]
|
| H A D | TestTestMacros.cpp | 47 TestResults result(&reporter); in TEST() local 49 ScopedCurrentTest scopedResults(result); in TEST() 128 TestResults result(&reporter); in TEST() local 130 ScopedCurrentTest scopedResult(result); in TEST() 134 int const failureCount = result.GetFailedTestCount(); in TEST() 154 TestResults result(&reporter); in TEST() local 156 ScopedCurrentTest scopedResult(result); in TEST() 160 int const failureCount = result.GetFailedTestCount(); in TEST() 183 TestResults result(&reporter); in TEST() local 185 ScopedCurrentTest scopedResults(result); in TEST() [all …]
|
| H A D | TestTestRunner.cpp | 59 int result = runner.RunTestsIf(list, suiteName, predicate, maxTestTimeInMs); in RunTestsIf() local 62 return result; in RunTestsIf()
|
| /TaskScheduler/ThirdParty/UnitTest++/UnitTest++/ |
| H A D | XmlTestReporter.cpp | 98 void XmlTestReporter::BeginTest(std::ostream& os, DeferredTestResult const& result) in BeginTest() argument 101 << " suite=\"" << result.suiteName << "\"" in BeginTest() 102 << " name=\"" << result.testName << "\"" in BeginTest() 103 << " time=\"" << result.timeElapsed << "\""; in BeginTest() 106 void XmlTestReporter::EndTest(std::ostream& os, DeferredTestResult const& result) in EndTest() argument 108 if (result.failed) in EndTest() 114 void XmlTestReporter::AddFailure(std::ostream& os, DeferredTestResult const& result) in AddFailure() argument 118 for (DeferredTestResult::FailureVec::const_iterator it = result.failures.begin(); in AddFailure() 119 it != result.failures.end(); in AddFailure() 123 … string const message = BuildFailureMessage(result.failureFile, it->lineNumber, escapedMessage); in AddFailure()
|
| H A D | TestRunner.cpp | 57 void TestRunner::RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs)… in RunTest() argument 60 CurrentTest::Results() = result; in RunTest() 65 result->OnTestStart(curTest->m_details); in RunTest() 76 result->OnTestFailure(curTest->m_details, stream.GetText()); in RunTest() 79 result->OnTestFinish(curTest->m_details, static_cast< float >(testTimeInMs / 1000.0)); in RunTest()
|
| H A D | XmlTestReporter.h | 28 void BeginTest(std::ostream& os, DeferredTestResult const& result); 29 void AddFailure(std::ostream& os, DeferredTestResult const& result); 30 void EndTest(std::ostream& os, DeferredTestResult const& result);
|
| H A D | TestRunner.h | 56 void RunTest(TestResults* const result, Test* const curTest, int const maxTestTimeInMs) const;
|
| /TaskScheduler/Scheduler/Include/ |
| H A D | MTTools.h | 77 result = IsPow2Recurse< N / 2, C * 2 >::result enumerator 86 result = C 96 result = IsPow2Recurse< N - 1 >::result == N ? 1 : 0
|
| H A D | MTColorTable.h | 187 uint32 result = (color & 0xFF00FF00); in ConvertToABGR() local 188 result |= r; in ConvertToABGR() 189 result |= (b << 16); in ConvertToABGR() 191 return result; in ConvertToABGR()
|
| H A D | MTQueueMPMC.h | 80 …static_assert( MT::StaticIsPow2<CAPACITY>::result, "LockFreeQueueMPMC capacity must be power of 2"… in LockFreeQueueMPMC()
|
| H A D | MTTaskPool.h | 264 static_assert( MT::StaticIsPow2<N>::result, "Task pool capacity must be power of 2"); in TaskPool()
|
| /TaskScheduler/SchedulerTests/Tests/ |
| H A D | SubtasksTests.cpp | 48 int result; in SUITE() member 50 DeepSubtaskQueue() : result(0) {} in SUITE() 60 result = taskNm2.result + taskNm1.result; in SUITE() 69 int result; in SUITE() member 72 result = 0; in SUITE() 82 int result; in SUITE() member 85 result = 1; in SUITE() 99 CHECK_EQUAL(task.result, 144); in SUITE()
|
| /TaskScheduler/Scheduler/Include/Platform/Windows/ |
| H A D | MTThread.h | 173 MW_BOOL result = ::SetThreadPriority(thread, sched_priority); 174 MT_USED_IN_ASSERT(result); 175 MT_ASSERT(result != 0, "SetThreadPriority failed!"); 241 MW_BOOL result = ::SetThreadPriority( ::GetCurrentThread(), sched_priority ); 242 MT_USED_IN_ASSERT(result); 243 MT_ASSERT(result != 0, "SetThreadPriority failed!");
|
| /TaskScheduler/ThirdParty/Squish/ |
| H A D | texture_compression_s3tc.txt | 98 transparent texels achieves a sensible result that works like a 100 and one transparent sample is being averaged, the result would be a 101 75% intensity gray (with an alpha of 75%). This is the same result on 156 TexSubImage2D and CopyTexSubImage2D will result in an INVALID_OPERATION 197 CompressedTexSubImage2D are relaxed. CompressedTexSubImage2D will result
|
| /TaskScheduler/Scheduler/Doxygen/ |
| H A D | Doxyfile | 115 # and the result, after processing the whole list, is used as the annotated 237 # documentation, which will result in a user-defined paragraph with heading 1021 # The result: instead of the source browser generated by doxygen, the links to 1222 # representing an infinite number of entries and will result in a full expanded 1292 # file. You can add a path in front of the file if the result should not be 1515 # Content Delivery Network so you can quickly see the result without installing 2121 # interpreter (i.e. the result of 'which perl').
|