Searched refs:aCurrentStatus (Results 1 – 2 of 2) sorted by relevance
656 StatusHelper aCurrentStatus = new StatusHelper(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff() local682 aCurrentStatus.nDiffStatus = StatusHelper.DIFF_NO_DIFFERENCES; in checkDiffDiff()686 aCurrentStatus.nDiffStatus = StatusHelper.DIFF_DIFFERENCES_FOUND; in checkDiffDiff()689 aCurrentStatus.nPercent = estimateGfx(sOldGfx, sNewGfx, sDiffGfx); in checkDiffDiff()694 aCurrentStatus.nPercent = -1; in checkDiffDiff()706 return aCurrentStatus; in checkDiffDiff()
396 …StatusHelper aCurrentStatus = aCompare.checkDiffDiff(_sOutputPath, sSourcePath1, sSourceFile1, sSo… in checkDiffDiff() local397 …boolean bCurrentResult = (aCurrentStatus.nDiffStatus == StatusHelper.DIFF_NO_DIFFERENCES); // logi… in checkDiffDiff()401 aDiffDiffList[i] = aCurrentStatus; in checkDiffDiff()
Completed in 22 milliseconds