Searched refs:lastIndex (Results 1 – 10 of 10) sorted by relevance
32 garbage.removeAt(garbage.lastIndex) in noReset()41 val p = stack.removeAt(stack.lastIndex) in noReset()
117 val lastIndex = files.size - 1 in fromFiles() constant123 forCurrentApiSurface = index == lastIndex, in fromFiles()
134 int lastIndex = showmapFileName.lastIndexOf("_"); in getShowmapFileName() local135 if (lastIndex != -1) { in getShowmapFileName()136 return showmapFileName.substring(0, lastIndex + 1); in getShowmapFileName()
602 int lastIndex = rawTraceFileName.lastIndexOf("_"); in getRawTraceFileName() local603 if (lastIndex != -1) { in getRawTraceFileName()604 return rawTraceFileName.substring(0, lastIndex + 1); in getRawTraceFileName()
216 val lastIndex = parameters.size - 1 in <lambda>() constant217 if (!isSamCompatible(parameters[lastIndex])) { in <lambda>()218 for (i in lastIndex - 1 downTo 0) { in <lambda>()
107 private fun <E> Stack<E>.pop(): E = removeAt(lastIndex) in pop()
36 val builder = openSlices.removeAt(openSlices.lastIndex) in endSlice()
221 val lastIndex = annosList.size - 1 in <lambda>() constant224 if (index == lastIndex) { in <lambda>()
359 int lastIndex = activityName.lastIndexOf("."); in analyzeLogCatData() local367 activityName.subSequence(0, lastIndex) in analyzeLogCatData()369 + activityName.subSequence(lastIndex, activityName.length()); in analyzeLogCatData()
169406 .local v2, "lastIndex", int