Home
last modified time | relevance | path

Searched refs:stopIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestBasic.java81 int stopIndex = startDomainIndex + domainAndRegistry.length(); in useSpans() local
92 stopIndex, in useSpans()
95 if (stopIndex < urlString.length()) { in useSpans()
97 stopIndex, in useSpans()
/frameworks/base/cmds/statsd/src/metrics/
DDurationMetricProducer.h43 const size_t stopIndex, const size_t stopAllIndex, const bool nesting,
DDurationMetricProducer.cpp68 const size_t stopIndex, const size_t stopAllIndex, in DurationMetricProducer() argument
76 mStopIndex(stopIndex), in DurationMetricProducer()