Home
last modified time | relevance | path

Searched defs:MatchResult (Results 1 – 2 of 2) sorted by relevance

/packages/modules/StatsD/statsd/src/matchers/
Dmatcher_util.h36 struct MatchResult { struct
44 MatchResult matchesSimple(const sp<UidMap>& uidMap, const SimpleAtomMatcher& simpleMatcher, argument
/packages/modules/Connectivity/staticlibs/testutils/devicetests/com/android/testutils/
DConcurrentInterpreter.kt238 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