Home
last modified time | relevance | path

Searched refs:ITERATIONS (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DCommonTransitions.java49 public static final int ITERATIONS = 1; field in CommonTransitions
98 .repeat(ITERATIONS); in openAppWarm()
112 .repeat(ITERATIONS); in closeAppWithBackKey()
126 .repeat(ITERATIONS); in closeAppWithHomeKey()
139 .repeat(ITERATIONS); in getOpenAppCold()
154 .repeat(ITERATIONS); in changeAppRotation()
175 .repeat(ITERATIONS); in changeAppRotation()
188 .repeat(ITERATIONS); in appToSplitScreen()
200 .repeat(ITERATIONS); in splitScreenToLauncher()
213 .repeat(ITERATIONS); in editTextSetFocus()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
DMediaAudioManagerTest.java211 final int ITERATIONS = 3000; in testAudioFocusStressListenerRequestAbandon() local
214 for (int i = 0 ; i < ITERATIONS ; i++) { in testAudioFocusStressListenerRequestAbandon()
222 assertTrue("testAudioFocusListenerLifeCycle : tested" + ITERATIONS +" iterations", true); in testAudioFocusStressListenerRequestAbandon()
228 final int ITERATIONS = 1000; in testAudioFocusStressNoListenerRequestAbandon() local
234 for (int i = 0 ; i < ITERATIONS ; i++) { in testAudioFocusStressNoListenerRequestAbandon()
244 mAudioFocusListener.mFocusChangeCounter == ITERATIONS * 2); in testAudioFocusStressNoListenerRequestAbandon()
/frameworks/base/core/tests/coretests/src/android/util/
DLogTest.java135 private static final int ITERATIONS = 1000; field in LogTest.PerformanceTest
147 intermediates.setInternalIterations(ITERATIONS * 10); in startPerformance()
153 for (int i = ITERATIONS - 1; i >= 0; i--) { in testIsLoggable()
/frameworks/base/core/tests/coretests/src/android/graphics/
DGraphicsPerformanceTests.java158 private static final int ITERATIONS = 1000; field in GraphicsPerformanceTests.DrawBitmapTest
172 return ITERATIONS; in getIterations()
183 for (int i = 0; i < ITERATIONS; i++) { in drawBitmapEven()
189 for (int i = 0; i < ITERATIONS; i++) { in drawBitmapOdd()
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DRunMonkeyAction.java72 private final static int ITERATIONS = 1000; field in RunMonkeyAction.RunMonkeyRunnable
98 DeviceUtils.doShell(device, "monkey -p " + pkg + " " + ITERATIONS, 1, in run()
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp26 #define ITERATIONS 50 macro
111 render(argc==2 ? atoi(argv[1]) : ITERATIONS); in main()
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DRecurrenceProcessorTest.java2498 final int ITERATIONS = 50000; in performanceTestNormalize() local
2506 for (int i = 0; i < ITERATIONS; i++) { in performanceTestNormalize()
2523 for (int i = 0; i < ITERATIONS; i++) { in performanceTestNormalize()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DImageProcessingTest.java38 private final String ITERATIONS = "Iterations"; field in ImageProcessingTest
109 results.putInt(ITERATIONS, mIteration); in runTest()
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp26 #define ITERATIONS 50 macro