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

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

Completed in 44 milliseconds