Searched refs:cmdLineVal (Results 1 – 3 of 3) sorted by relevance
136 const int cmdLineVal = testCtx.getCommandLine().getTestIterationCount(); in getNumIterations() local137 return cmdLineVal == 0 ? defaultNumIterations : cmdLineVal; in getNumIterations()
139 const int cmdLineVal = cmdLine.getTestIterationCount(); in getIterationCountOrDefault() local140 return cmdLineVal > 0 ? cmdLineVal : def; in getIterationCountOrDefault()