Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 6 of 6) 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/av/media/libaaudio/tests/
Dtest_return_stop.cpp254 for (int loops = 0; loops < 2 && result == AAUDIO_OK; loops++) { in main() local
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t2368 * Set the maximum duration of WHILE loops in the specified execution.
2370 * This is a fuzzy per-loop timeout intended to prevent infinite loops.
2397 * Get the default timeout value for WHILE loops.
2406 * Get the maximum timeout value for WHILE loops.
/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