Searched refs:methodIdx (Results 1 – 3 of 3) sorted by relevance
467 for (int methodIdx = 0; methodIdx < methodArr.length; methodIdx++) { in compareAllMethods()468 MethodAPI newMethod = methodArr[methodIdx]; in compareAllMethods()470 idx = methodIdx; in compareAllMethods()527 for (int methodIdx = 0; methodIdx < methodArr.length; methodIdx++) { in compareAllMethods()528 MethodAPI oldMethod = methodArr[methodIdx]; in compareAllMethods()530 idx = methodIdx; in compareAllMethods()
56 for (int methodIdx = 0; methodIdx < methodArr.length; methodIdx++) { in mergeRemoveAdd()57 MethodAPI removedMethod = methodArr[methodIdx]; in mergeRemoveAdd()
565 int methodIdx = diffOutput.id_.indexOf(".dmethod."); in emitDocDiffIndex() local566 if (methodIdx != -1) { in emitDocDiffIndex()567 …nbsp; " + "Method " + link + diffOutput.id_.substring(methodIdx + 9) + "</a><br>… in emitDocDiffIndex()