Searched refs:numIterations (Results 1 – 11 of 11) sorted by relevance
90 final int numIterations = 30; in testSystemServerProfile() local93 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()103 if (i == numIterations) { in testSystemServerProfile()120 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()130 if (i == numIterations) { in testSystemServerProfile()143 for (int i = 1; i <= numIterations; ++i) { in testSystemServerProfile()175 if (i == numIterations) { in testSystemServerProfile()198 if (i == numIterations) { in testSystemServerProfile()
41 int numIterations() default 1; in numIterations() method
183 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
412 constexpr int numIterations = 3; in RENDERTHREAD_TEST() local415 for (int saveIteration = 1; saveIteration <= numIterations; saveIteration++) { in RENDERTHREAD_TEST()436 ASSERT_TRUE(checkShader(outVS, shader1 + std::to_string(numIterations))); in RENDERTHREAD_TEST()438 ASSERT_TRUE(checkShader(outVS, shader2 + std::to_string(numIterations))); in RENDERTHREAD_TEST()
298 int numIterations = testMethod.getAnnotation(RepetitiveTest.class) in startTest() local299 .numIterations(); in startTest()300 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
297 int numIterations = 0; in startServicesIfNeeded() local327 numIterations++; in startServicesIfNeeded()348 Log.i(TAG, "Topological CoreStartables completed in " + numIterations + " iterations"); in startServicesIfNeeded()
183 int numIterations = 0; in binaryAlphaSearch() local187 while (numIterations <= MIN_ALPHA_SEARCH_MAX_ITERATIONS && in binaryAlphaSearch()199 numIterations++; in binaryAlphaSearch()
787 int numIterations = testMethod.getAnnotation( in startTest() local788 RepetitiveTest.class).numIterations(); in startTest()789 mTestResult.putInt(REPORT_KEY_NUM_ITERATIONS, numIterations); in startTest()
68 runCount = method.getAnnotation(RepetitiveTest.class).numIterations(); in runTest()
192 final int numIterations = 50; in testKeyValue_ReadRemoveConcurrency() local202 for (int iter = 0; iter < numIterations; iter++) { in testKeyValue_ReadRemoveConcurrency()
56 method @Deprecated public abstract int numIterations() default 1;