Lines Matching refs:output
65 bool Suite::Run(Output& output, bool isContinue) in Run() argument
72 output.OnInitialize(total, (subSuiteNum+1)); in Run()
77 DoRun(&output, isContinue); in Run()
79 output.OnFinished(total, time); in Run()
308 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
319 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc()
320 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc()
326 …ificTestFunc(const char* subSuiteName, const char* testFuncName, Output& output, bool contAfterFai… in RunSpecificTestFunc() argument
337 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc()
340 bool Suite::RunSpecificTestFunc(s32 testFuncId, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
350 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc()
351 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc()