Lines Matching refs:caseFraction
251 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in TestCaseExecutor() local
254 if (caseFraction.empty()) in TestCaseExecutor()
261 jsonFileName = "pipeline_data_" + std::to_string(caseFraction[0]) + ".txt"; in TestCaseExecutor()
262 portOffset = caseFraction[0]; in TestCaseExecutor()
695 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction(); in runTestsInSubprocess() local
697 if (caseFraction.empty()) in runTestsInSubprocess()
710 jsonFileName << "pipeline_data_" << caseFraction[0] << ".txt"; in runTestsInSubprocess()
711 qpaFileName << "sub_" << caseFraction[0] << ".qpa"; in runTestsInSubprocess()
714 pipelineCompilerOutFileName << "pipeline_cache_" << caseFraction[0] <<".bin"; in runTestsInSubprocess()
715 pipelineCompilerLogFileName << "compiler_" << caseFraction[0] << ".log"; in runTestsInSubprocess()
716 pipelineCompilerPrefix << "sub_" << caseFraction[0] << "_"; in runTestsInSubprocess()
816 …td::string caseListName = "subcaselist" + (caseFraction.empty() ? std::string("") : de::toString(c… in runTestsInSubprocess()