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

/vbox/src/VBox/Runtime/r3/
H A Dtest.cpp190 static int rtTestPrintf(PRTTESTINT pTest, const char *pszFormat, ...);
472 rtTestPrintf(pTest, "\n");
1051 static int rtTestPrintf(PRTTESTINT pTest, const char *pszFormat, ...) function
1084 cch += rtTestPrintf(pTest, "\n");
1450 cch += rtTestPrintf(pTest, "%N\n", pszFormat, &va2);
1499 cch += rtTestPrintf(pTest, "%N\n", pszFormat, &va2);
1586 rtTestPrintf(pTest, " %-48s: %'16llu %s\n", pszName, u64Value, pszUnit);
1686 cch += rtTestPrintf(pTest, fHasNewLine ? "%N" : "%N\n", pszFormat, &va2);

Completed in 48 milliseconds