OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:actualmatcher
(Results
1 - 1
of
1
) sorted by null
/tools/tradefederation/contrib/src/com/android/media/tests/
CameraSettingsTest.java
189
Matcher
actualMatcher
= ACTUAL_LOOP_COUNT_PATTERN.matcher(line);
190
if (
actualMatcher
.matches()) {
191
actualCount = 1 + Integer.valueOf(
actualMatcher
.group(3));
Completed in 79 milliseconds