OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestCount
(Results
1 - 2
of
2
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
AutoLockTest.java
82
private int
mTestCount
;
335
mTestCount
= 0;
388
boolean[] testCompareResults = new boolean[2 *
mTestCount
];
419
++
mTestCount
;
442
++
mTestCount
;
466
++
mTestCount
;
490
++
mTestCount
;
515
++
mTestCount
;
540
++
mTestCount
;
556
++
mTestCount
;
[
all
...]
MeteringTest.java
71
private int
mTestCount
;
141
mTestCount
= 0;
161
boolean[] testCompareResults = new boolean[2 *
mTestCount
];
184
for (int i = 0; i <
mTestCount
; ++i) {
258
++
mTestCount
;
276
++
mTestCount
;
295
++
mTestCount
;
314
++
mTestCount
;
332
++
mTestCount
;
373
++
mTestCount
;
[
all
...]
Completed in 338 milliseconds