Home | History | Annotate | Download | only in test

Lines Matching refs:numIterations

249     private static final String REPORT_KEY_NUM_ITERATIONS = "numiterations";
781 int numIterations = testMethod.getAnnotation(
782 RepetitiveTest.class).numIterations();
783 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations);