Home
last modified time | relevance | path

Searched refs:REPETITIONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/wilhelm/tests/mimeUri/
DslesTestSlowDownUri.cpp30 #define REPETITIONS 4 // 4 repetitions, but will stop the looping before the end macro
368 usleep( (REPETITIONS-1) * durationInMsec * 1100); in TestSlowDownUri()
371 for (ii = 0; ii < REPETITIONS; ++ii) { in TestSlowDownUri()
404 fprintf(stdout, "Plays a sound and loops it %d times while changing the \n", REPETITIONS); in main()
DslesTestLoopUri.cpp30 #define REPETITIONS 4 macro
267 usleep( (REPETITIONS-1) * durationInMsec * 1100); in TestLoopUri()
296 fprintf(stdout, "Plays a sound and loops it %d times.\n\n", REPETITIONS); in main()