Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 2 of 2) sorted by relevance

/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt166 var index2 = 0 in pop() variable
172 if (index2 < length2) { in pop()
175 val newTree = newList[index2] in pop()
182 index2++ in pop()
217 index2++ in pop()
228 } else if (index2 < length2) { in pop()
230 while (index2 < length2) { in pop()
231 val newTree = newList[index2++] in pop()
/tools/dexter/slicer/
Dreader.cc941 dex::u4 index2 = dex::kNoIndex; in ParseInstructions() local
954 index2 = dex_instr.arg[4]; in ParseInstructions()
984 GetProto(index2); in ParseInstructions()