OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mIteration
(Results
1 - 3
of
3
) sorted by null
/cts/tests/sensor/src/android/hardware/cts/helpers/sensoroperations/
RepeatingSensorOperation.java
78
private final int
mIteration
;
82
mIteration
= iteration;
87
return String.format("%s-iteration%d", mTestNode.getName(),
mIteration
);
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
BenchmarkRunner.java
38
private int
mIteration
;
51
mIteration
++;
64
if (
mIteration
== NUM_ITERATIONS) {
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
BenchmarkState.java
74
private int
mIteration
= 0;
115
mIteration
= 0;
129
mIteration
= 0;
148
mIteration
= 0;
164
mIteration
++;
168
if (
mIteration
>= WARMUP_MIN_ITERATIONS && duration >= WARMUP_DURATION_NS) {
169
beginBenchmark(duration,
mIteration
);
173
mIteration
++;
174
if (
mIteration
>= mMaxIterations) {
Completed in 272 milliseconds