Home
last modified time | relevance | path

Searched refs:MatchResult (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt13 typealias InterpretMatcher<T> = Pair<Regex, (ConcurrentInterpreter<T>, T, MatchResult) -> Any?> in <lambda>()
238 fun MatchResult.strArg(index: Int) = this.groupValues[index].trim() method
239 fun MatchResult.intArg(index: Int) = strArg(index).toInt() method
240 fun MatchResult.timeArg(index: Int) = INTERPRET_TIME_UNIT * intArg(index) method
/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.h36 struct MatchResult { struct
44 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, argument
Dmatcher_util.cpp286 static MatchResult matchesSimple(const sp<UidMap>& uidMap, const FieldValueMatcher& matcher, in matchesSimple()
558 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, in matchesSimple()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/provider/
DQuery.java26 import java.util.regex.MatchResult;
124 MatchResult matchResult = matcher.toMatchResult(); in parseEpisode()
150 MatchResult matchResult = matcher.toMatchResult(); in parseMovie()
/packages/services/Car/service/src/com/android/car/storagemonitoring/
DUfsWearInformationProvider.java30 import java.util.regex.MatchResult;
86 MatchResult match = scanner.match(); in load()