Searched refs:RTTestInitExAndCreate (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTTime.cpp44 RTEXITCODE rcExit = RTTestInitExAndCreate(0, NULL, RTR3INIT_FLAGS_SUPLIB, "tstRTTime", &hTest);
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupTscDelta.cpp44 RTEXITCODE rcExit = RTTestInitExAndCreate(argc, &argv, 0 /*fRtInit*/, "tstSupTscDelta", &hTest);
/vbox/src/VBox/VMM/testcase/
H A DtstVMM.cpp204 RTEXITCODE rcExit = RTTestInitExAndCreate(argc, &argv, RTR3INIT_FLAGS_SUPLIB, "tstVMM", &hTest);
/vbox/include/iprt/
H A Dtest.h177 RTR3DECL(RTEXITCODE) RTTestInitExAndCreate(int cArgs, char ***papszArgs, uint32_t fRtInit, const char *pszTest, PRTTEST phTest);
H A Dmangling.h1640 # define RTTestInitExAndCreate RT_MANGLER(RTTestInitExAndCreate) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp429 RTR3DECL(RTEXITCODE) RTTestInitExAndCreate(int cArgs, char ***papszArgs, uint32_t fRtInit, const char *pszTest, PRTTEST phTest) function
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcidet-app.cpp1260 RTEXITCODE rcExit = RTTestInitExAndCreate(argc, &argv, 0, "cidet-app", &g_hTest);

Completed in 203 milliseconds