Lines Matching defs:caseFraction
259 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction();
262 if (caseFraction.empty())
269 jsonFileName = "pipeline_data_" + std::to_string(caseFraction[0]) + ".txt";
270 portOffset = caseFraction[0];
753 std::vector<int> caseFraction = testCtx.getCommandLine().getCaseFraction();
755 if (caseFraction.empty())
768 jsonFileName << "pipeline_data_" << caseFraction[0] << ".txt";
769 qpaFileName << "sub_" << caseFraction[0] << ".qpa";
772 pipelineCompilerOutFileName << "pipeline_cache_" << caseFraction[0] <<".bin";
773 pipelineCompilerLogFileName << "compiler_" << caseFraction[0] << ".log";
774 pipelineCompilerPrefix << "sub_" << caseFraction[0] << "_";
874 std::string caseListName = "subcaselist" + (caseFraction.empty() ? std::string("") : de::toString(caseFraction[0])) + ".txt";