Searched refs:numIterations (Results 1 – 9 of 9) sorted by relevance
86 final int numIterations = 30; in testSystemServerProfile() local89 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()97 if (i == numIterations) { in testSystemServerProfile()112 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()120 if (i == numIterations) { in testSystemServerProfile()132 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()162 if (i == numIterations) { in testSystemServerProfile()185 if (i == numIterations) { in testSystemServerProfile()
85 @RepetitiveTest(numIterations = NUM_ITERATIONS)94 @RepetitiveTest(numIterations = NUM_ITERATIONS_2)
41 int numIterations() default 1; in numIterations() method
183 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()
787 int numIterations = testMethod.getAnnotation( in startTest() local788 RepetitiveTest.class).numIterations(); in startTest()789 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
178 int numIterations = 0; in binaryAlphaSearch() local182 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in binaryAlphaSearch()194 numIterations++; in binaryAlphaSearch()
68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
56 method @Deprecated public abstract int numIterations() default 1;