Searched refs:RTTestCreateEx (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/VMMDev/
H A DVMMDevTesting.cpp617 rc = RTTestCreateEx("VMMDevTesting", RTTEST_C_USE_ENV | RTTEST_C_NO_TLS | RTTEST_C_XML_DELAY_TOP_TEST,
/vbox/include/iprt/
H A Dtest.h82 /** @name RTTEST_C_XXX - Flags for RTTestCreateEx.
138 RTR3DECL(int) RTTestCreateEx(const char *pszTest, uint32_t fFlags, RTTESTLVL enmMaxLevel,
H A Dmangling.h1619 # define RTTestCreateEx RT_MANGLER(RTTestCreateEx) macro
/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp223 RTR3DECL(int) RTTestCreateEx(const char *pszTest, uint32_t fFlags, RTTESTLVL enmMaxLevel, function
406 return RTTestCreateEx(pszTest, RTTEST_C_USE_ENV, RTTESTLVL_INVALID, -1 /*iNativeTestPipe*/, NULL /*pszXmlFile*/, phTest);

Completed in 79 milliseconds