Home
last modified time | relevance | path

Searched refs:longValue (Results 1 – 8 of 8) sorted by relevance

/tools/loganalysis/tests/src/com/android/loganalysis/parser/
DMemHealthParserTest.java55 assertEquals(10910, process.get("native_avg").longValue()); in testOneForegroundProc()
56 assertEquals(8011, process.get("dalvik_avg").longValue()); in testOneForegroundProc()
57 assertEquals(90454, process.get("pss_avg").longValue()); in testOneForegroundProc()
58 assertEquals(11136, process.get("native_peak").longValue()); in testOneForegroundProc()
59 assertEquals(9812, process.get("dalvik_peak").longValue()); in testOneForegroundProc()
60 assertEquals(95161, process.get("pss_peak").longValue()); in testOneForegroundProc()
61 assertEquals(8223, process.get("summary_java_heap_avg").longValue()); in testOneForegroundProc()
62 assertEquals(3852, process.get("summary_native_heap_avg").longValue()); in testOneForegroundProc()
63 assertEquals(1804, process.get("summary_code_avg").longValue()); in testOneForegroundProc()
64 assertEquals(246, process.get("summary_stack_avg").longValue()); in testOneForegroundProc()
[all …]
DMonkeyLogParserTest.java89 assertEquals(4 * 60 * 1000 + 57 * 1000, monkeyLog.getTotalDuration().longValue()); in testParse_success()
90 assertEquals(242130, monkeyLog.getStartUptimeDuration().longValue()); in testParse_success()
91 assertEquals(539210, monkeyLog.getStopUptimeDuration().longValue()); in testParse_success()
195 assertEquals(4 * 60 * 1000 + 14 * 1000, monkeyLog.getTotalDuration().longValue()); in testParse_anr()
196 assertEquals(216480, monkeyLog.getStartUptimeDuration().longValue()); in testParse_anr()
197 assertEquals(471370, monkeyLog.getStopUptimeDuration().longValue()); in testParse_anr()
268 assertEquals(49 * 1000, monkeyLog.getTotalDuration().longValue()); in testParse_java_crash()
269 assertEquals(232650, monkeyLog.getStartUptimeDuration().longValue()); in testParse_java_crash()
270 assertEquals(282530, monkeyLog.getStopUptimeDuration().longValue()); in testParse_java_crash()
340 assertEquals(49 * 1000, monkeyLog.getTotalDuration().longValue()); in testParse_java_crash_mixed()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/util/
DTimeVal.java156 public long longValue() { in longValue() method in TimeVal
157 return mValue.longValue(); in longValue()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DScheduleMultipleDeviceMetricCollector.java206 return gcdSoFar.longValue(); in gcdOfIntervals()
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DSubprocessTestResultsParserTest.java348 assertEquals(250l, resultParser.getStartTime().longValue()); in testParse_testTag()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1696 assertEquals(31054112L, res.longValue()); in testParseDfOutput_mountWithNumber()
1708 assertEquals(31054112L, res.longValue()); in testParseDfOutput()
1731 assertEquals(31054112L, res.longValue()); in testParseDfOutput_filesystemWithNumber()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTestHelper.java201 return mDeviceTestStartTime.longValue(); in getDeviceTestStartTime()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1178 freeSpace = freeSpaceFloat.longValue(); in parseFreeSpaceFromFree()