Searched refs:getThrottle (Results 1 – 6 of 6) sorted by relevance
/tools/loganalysis/tests/src/com/android/loganalysis/parser/ |
D | MonkeyLogParserTest.java | 85 assertEquals(100, monkeyLog.getThrottle()); in testParse_success() 191 assertEquals(100, monkeyLog.getThrottle()); in testParse_anr() 264 assertEquals(100, monkeyLog.getThrottle()); in testParse_java_crash() 336 assertEquals(100, monkeyLog.getThrottle()); in testParse_java_crash_mixed() 427 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash() 521 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash_strip_extra() 587 assertEquals(100, monkeyLog.getThrottle()); in testParse_native_crash_empty() 633 assertEquals(100, monkeyLog.getThrottle()); in testParse_no_activities() 742 assertEquals(100, monkeyLog.getThrottle()); in testParse_malformed_anr()
|
D | MonkeyLogParserFuncTest.java | 70 assertNotNull(monkeyLog.getThrottle()); in testParse() 88 monkeyLog.getTargetCount(), monkeyLog.getThrottle(), monkeyLog.getSeed(), in testParse()
|
D | SmartMonkeyLogParserTest.java | 93 assertEquals(1500, monkeyLog.getThrottle()); in testHeader()
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | MonkeyLogItem.java | 159 public int getThrottle() { in getThrottle() method in MonkeyLogItem
|
D | SmartMonkeyLogItem.java | 173 public int getThrottle() { in getThrottle() method in SmartMonkeyLogItem
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
D | MonkeyBrillopadForwarder.java | 151 monkeyMetrics.put("throttle", convertToString(monkeyLog.getThrottle())); in reportMonkeyStats()
|