Home
last modified time | relevance | path

Searched refs:subSequence (Results 1 – 4 of 4) sorted by relevance

/tools/trebuchet/core/common/src/main/kotlin/trebuchet/io/
DDataSlice.kt102 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in ByteArray() method
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DGoogleBenchmarkResultParser.java153 CLog.d("We removed the following from the output: '%s'", output.subSequence(0, indexStart)); in sanitizeOutput()
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBufferReader.kt141 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in subSequence() method in trebuchet.util.BufferReader
/tools/tradefederation/contrib/src/com/android/performance/tests/
DHermeticLaunchTest.java367 activityName.subSequence(0, lastIndex) in analyzeLogCatData()
369 + activityName.subSequence(lastIndex, activityName.length()); in analyzeLogCatData()