Home
last modified time | relevance | path

Searched refs:startCycle (Results 1 – 7 of 7) sorted by relevance

/external/catch2/projects/SelfTest/IntrospectiveTests/
DPartTracker.tests.cpp40 ctx.startCycle();
70 ctx.startCycle();
83 ctx.startCycle();
112 ctx.startCycle();
145 ctx.startCycle();
/external/catch2/include/internal/
Dcatch_test_case_tracker.h79 void startCycle();
Dcatch_test_case_tracker.cpp53 void TrackerContext::startCycle() { in startCycle() function in Catch::TestCaseTracking::TrackerContext
Dcatch_run_context.cpp113 m_trackerContext.startCycle(); in runTest()
/external/lz4/tests/
Dfuzzer.c304 static int FUZ_test(U32 seed, U32 nbCycles, const U32 startCycle, const double compressibility, U32… in FUZ_test() argument
354 for (cycleNb = 0; cycleNb < startCycle; cycleNb++) in FUZ_test()
358 for (cycleNb = startCycle; in FUZ_test()
/external/catch2/single_include/catch2/
Dcatch.hpp5831 void startCycle();
10342 m_trackerContext.startCycle(); in runTest()
11900 void TrackerContext::startCycle() { in startCycle() function in Catch::TestCaseTracking::TrackerContext
/external/bcc/tests/cc/
Dcatch.hpp5516 void startCycle() { in startCycle() function in Catch::TestCaseTracking::TrackerContext
5903 m_trackerContext.startCycle(); in runTest()