Searched refs:cumulativeLoss (Results 1 – 4 of 4) sorted by relevance
69 public long cumulativeLoss = 0; field in Analyst.Report108 cumulativeLoss = 0; in clear()258 report.cumulativeLoss += (transaction.ctp + transaction.delta); in noteTransaction()358 ? cakeToString(report.cumulativeLoss / report.cumulativeBatteryDischarge) in dump()361 cakeToString(report.cumulativeLoss), in dump()362 cakeToString(report.cumulativeLoss / report.numUnprofitableActions), in dump()
590 report.cumulativeLoss = parser.getAttributeLong(null, XML_ATTR_PR_LOSS); in readReportFromXml()792 out.attributeLong(null, XML_ATTR_PR_LOSS, report.cumulativeLoss); in writeReport()
158 expected.cumulativeLoss += 49; in runTestTransactions()208 report1.cumulativeLoss = 5; in testLoadReports()225 report2.cumulativeLoss = 50; in testLoadReports()248 assertEquals(expected.cumulativeLoss, actual.cumulativeLoss); in assertReportsEqual()
136 report1.cumulativeLoss = 5; in testWritingAnalystReportsToDisk()158 report2.cumulativeLoss = 50; in testWritingAnalystReportsToDisk()378 eReport.cumulativeLoss, aReport.cumulativeLoss); in assertReportListsEqual()