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()
307 bool Suite::RunSpecificTestFunc(const char* testFuncName, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
318 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc()
319 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc()
325 …ificTestFunc(const char* subSuiteName, const char* testFuncName, Output& output, bool contAfterFai… in RunSpecificTestFunc() argument
336 return correspondSuite->RunSpecificTestFunc(testFuncName, output, contAfterFail); in RunSpecificTestFunc()
339 bool Suite::RunSpecificTestFunc(s32 testFuncId, Output& output, bool contAfterFail) in RunSpecificTestFunc() argument
349 PreProcessForSpecificTest(&output, contAfterFail); in RunSpecificTestFunc()
350 bool result = DoRunSpecificTest(testInfo, &output); in RunSpecificTestFunc()