Searched refs:numIterations (Results 1 – 7 of 7) sorted by relevance
102 int numIterations = 0;106 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS &&119 numIterations++;
39 int numIterations() default 1; in numIterations() method
177 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
298 int numIterations = testMethod.getAnnotation(RepetitiveTest.class) in startTest() local299 .numIterations(); in startTest()300 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
70 @RepetitiveTest(numIterations=NUM_ITERATIONS)
782 int numIterations = testMethod.getAnnotation( in startTest() local783 RepetitiveTest.class).numIterations(); in startTest()784 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()