Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DAPIComparator.java467 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()
DMergeChanges.java56 for (int methodIdx = 0; methodIdx < methodArr.length; methodIdx++) { in mergeRemoveAdd()
57 MethodAPI removedMethod = methodArr[methodIdx]; in mergeRemoveAdd()
DDiff.java565 int methodIdx = diffOutput.id_.indexOf(".dmethod."); in emitDocDiffIndex() local
566 if (methodIdx != -1) { in emitDocDiffIndex()
567 …nbsp;&nbsp;&nbsp;&nbsp;" + "Method " + link + diffOutput.id_.substring(methodIdx + 9) + "</a><br>… in emitDocDiffIndex()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DEnclosingMethod.java52 …Method(final int nameIndex, final int len, final int classIdx,final int methodIdx, final ConstantP… in EnclosingMethod() argument
55 methodIndex = methodIdx; in EnclosingMethod()