Home
last modified time | relevance | path

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

/tools/metalava/src/main/java/com/android/tools/metalava/
DComparisonVisitor.kt127 var index2 = 0 in compare() variable
133 if (index2 < length2) { in compare()
136 val newTree = newList[index2] in compare()
143 index2++ in compare()
171 index2++ in compare()
182 } else if (index2 < length2) { in compare()
184 while (index2 < length2) { in compare()
185 val newTree = newList[index2++] in compare()
/tools/dexter/slicer/
Dreader.cc885 dex::u4 index2 = dex::kNoIndex; in ParseInstructions() local
898 index2 = dex_instr.arg[4]; in ParseInstructions()
928 GetProto(index2); in ParseInstructions()