/freebsd/contrib/ntp/sntp/unity/auto/ |
H A D | runner_maybe.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | run-networking.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-t-log.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-keyFile.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-kodDatabase.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-kodFile.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-utilities.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-crypto.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-packetHandling.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-packetProcessing.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
/freebsd/contrib/ntp/tests/libntp/ |
H A D | run-realpath.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
H A D | run-digests.c | 4 #define RUN_TEST(TestFunc, TestLineNum) \ argument 6 Unity.CurrentTestName = #TestFunc; \ 12 TestFunc(); \
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/ |
H A D | llvm-profdata.cpp | 2030 const sampleprof::FunctionSamples &TestFunc, 2048 const sampleprof::FunctionSamples *TestFunc, 2174 const sampleprof::FunctionSamples &TestFunc, in computeSampleFunctionInternalOverlap() argument 2187 TestFunc.getBodySamples().cbegin(), TestFunc.getBodySamples().cend()); in computeSampleFunctionInternalOverlap() 2211 TestFunc.getCallsiteSamples().cbegin(), in computeSampleFunctionInternalOverlap() 2212 TestFunc.getCallsiteSamples().cend()); in computeSampleFunctionInternalOverlap() 2302 const sampleprof::FunctionSamples *TestFunc, in computeSampleFunctionOverlap() argument 2314 if (!BaseFunc || !TestFunc) { in computeSampleFunctionOverlap() 2320 *BaseFunc, *TestFunc, *FuncOverlap); in computeSampleFunctionOverlap() 2346 for (const auto &TestFunc : TestProfiles) { in computeSampleProfileOverlap() local [all …]
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 823 #define INTERNAL_CATCH_NTTP_REGISTER0(TestFunc, signature)\ argument 827 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<Type>), CATCH_INTERNAL_LINEINFO, Catch::StringRef… 830 #define INTERNAL_CATCH_NTTP_REGISTER(TestFunc, signature, ...)\ argument 834 …Catch::AutoReg( Catch::makeTestInvoker(&TestFunc<__VA_ARGS__>), CATCH_INTERNAL_LINEINFO, Catch::St… 878 …TestFunc, ...) INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INTERNAL_CATCH_NTTP_REGISTER, I… argument 888 …TestFunc, ...) INTERNAL_CATCH_EXPAND_VARGS(INTERNAL_CATCH_VA_NARGS_IMPL( "dummy", __VA_ARGS__, INT… argument 980 …#define INTERNAL_CATCH_TEMPLATE_TEST_CASE_NO_REGISTRATION_2( TestName, TestFunc, Name, Tags, Signa… argument 981 INTERNAL_CATCH_DEFINE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature)) 1064 #define INTERNAL_CATCH_TEMPLATE_TEST_CASE_2(TestName, TestFunc, Name, Tags, Signature, ... )\ argument 1069 INTERNAL_CATCH_DECLARE_SIG_TEST(TestFunc, INTERNAL_CATCH_REMOVE_PARENS(Signature));\ [all …]
|