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