OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPETITIONS
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-testlib/src/com/google/common/testing/
EqualsTester.java
75
private static final int
REPETITIONS
= 3;
117
for (int run = 0; run <
REPETITIONS
; run++) {
EquivalenceTester.java
62
private static final int
REPETITIONS
= 3;
108
for (int run = 0; run <
REPETITIONS
; run++) {
/frameworks/wilhelm/tests/mimeUri/
slesTestLoopUri.cpp
30
#define
REPETITIONS
4
265
/* Wait as long as the duration of the content, times the
repetitions
,
267
usleep( (
REPETITIONS
-1) * durationInMsec * 1100);
296
fprintf(stdout, "Plays a sound and loops it %d times.\n\n",
REPETITIONS
);
slesTestSlowDownUri.cpp
30
#define
REPETITIONS
4 // 4
repetitions
, but will stop the looping before the end
365
/* Wait as long as the duration of the content, times the
repetitions
,
368
usleep( (
REPETITIONS
-1) * durationInMsec * 1100);
371
for (ii = 0; ii <
REPETITIONS
; ++ii) {
404
fprintf(stdout, "Plays a sound and loops it %d times while changing the \n",
REPETITIONS
);
Completed in 3147 milliseconds