Searched refs:loopCount (Results 1 – 8 of 8) sorted by relevance
125 size_t loopCount = 0; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest() local129 loopCount++; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()131 if (loopCount == 0) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()132 loopCount = 1; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()135 size_t count = loopCount; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()137 while (loopCount > 0) { in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()139 loopCount--; in Java_com_android_benchmark_synthetic_TestInterface_nMemoryTest()
123 int loopCount = 6; in performSurfacePlacement() local128 loopCount--; in performSurfacePlacement()129 } while (mTraversalScheduled && loopCount > 0); in performSurfacePlacement()
155 public void setLoopCount(int loopCount) { in setLoopCount() argument156 setRepeatCount(loopCount); in setLoopCount()184 public int getLoopCount(int loopCount) { in getLoopCount() argument
176 jint loopCount) { in AnimatedImageDrawable_nSetRepeatCount() argument178 drawable->setRepetitionCount(loopCount); in AnimatedImageDrawable_nSetRepeatCount()
157 final int loopCount = 10000; in testMultithreadCacheStressTest() local161 for (int i = 0; i < loopCount; ++i) { in testMultithreadCacheStressTest()
2905 @IntRange (from = 0) int endInFrames, @IntRange (from = -1) int loopCount) { in setLoopPoints()2910 if (loopCount == 0) { in setLoopPoints()2916 return native_set_loop(startInFrames, endInFrames, loopCount); in setLoopPoints()4498 private native final int native_set_loop(int start, int end, int loopCount); in native_set_loop() argument
1073 jint loopStart, jint loopEnd, jint loopCount) { in android_media_AudioTrack_set_loop() argument1080 return nativeToJavaStatus( lpTrack->setLoop(loopStart, loopEnd, loopCount) ); in android_media_AudioTrack_set_loop()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...