Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp227 size_t loops = ((maxIndex / 2) & (~3)); in runMemoryLatencyTest() local
231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops); in runMemoryLatencyTest()
236 for (size_t ct = 0; ct < loops; ct++) { in runMemoryLatencyTest()
270 double lat = dt / (loops * mMemLoopCount); in runMemoryLatencyTest()
/frameworks/rs/script_api/
Drs_math.spec3197 This can be useful to create conditional computations without using loops and branching
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken1601 // Unlike the while loops above, this one waits
/frameworks/rs/script_api/include/
Drs_math.rsh6176 * This can be useful to create conditional computations without using loops and branching