Searched refs:throttle (Results 1 – 6 of 6) sorted by relevance
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyEventQueue.java | 32 public MonkeyEventQueue(Random random, long throttle, boolean randomizeThrottle) { in MonkeyEventQueue() argument 35 mThrottle = throttle; in MonkeyEventQueue() 43 long throttle = mThrottle; in addLast() local 45 throttle = mRandom.nextLong(); in addLast() 46 if (throttle < 0) { in addLast() 47 throttle = -throttle; in addLast() 49 throttle %= mThrottle; in addLast() 50 ++throttle; in addLast() 52 super.add(new MonkeyThrottleEvent(throttle)); in addLast()
|
D | MonkeySourceRandomScript.java | 55 long throttle, boolean randomizeThrottle, Random random, long profileWaitTime, in MonkeySourceRandomScript() argument 58 mSetupSource = new MonkeySourceScript(random, setupFileName, throttle, in MonkeySourceRandomScript() 64 mScriptSources.add(new MonkeySourceScript(random, fileName, throttle, in MonkeySourceRandomScript() 80 public MonkeySourceRandomScript(ArrayList<String> scriptFileNames, long throttle, in MonkeySourceRandomScript() argument 83 this(null, scriptFileNames, throttle, randomizeThrottle, random, profileWaitTime, in MonkeySourceRandomScript()
|
D | MonkeyThrottleEvent.java | 31 public MonkeyThrottleEvent(long throttle) { in MonkeyThrottleEvent() argument 33 mThrottle = throttle; in MonkeyThrottleEvent()
|
D | MonkeySourceRandom.java | 123 long throttle, boolean randomizeThrottle, boolean permissionTargetSystem) { in MonkeySourceRandom() argument 144 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceRandom()
|
D | MonkeySourceScript.java | 171 public MonkeySourceScript(Random random, String filename, long throttle, in MonkeySourceScript() argument 174 mQ = new MonkeyEventQueue(random, throttle, randomizeThrottle); in MonkeySourceScript()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 43421 …ternal/mesa3d,fake_GKX-MoBfQLWniArworFOog@fakeemail.com,i965: Defer the throttle until we submit n… 70489 …tform/frameworks/av,fake_LKktTXbpSKG2uJi9AFZ7dg@fakeemail.com,Attribute throttle time to previous … 77159 …al/autotest,fake__ILIcSQaRoimciEmA5eBDw@fakeemail.com,[autotest] Try to throttle non-autotest logs… 79061 …RoimciEmA5eBDw@fakeemail.com,[autotest] Add logic in test run and crashcollect to throttle results. 79219 …mciEmA5eBDw@fakeemail.com,[autotest] Add logic in result_tools/utils to throttle results if needed. 79697 …_ILIcSQaRoimciEmA5eBDw@fakeemail.com,[autotest] Add a delete_file_throttler to throttle result size 106107 …6eb,platform/frameworks/base,fake_50fB_wgdThKzjY9mB-56Ww@fakeemail.com,Set default throttle to 30m. 106685 …latform/frameworks/base,fake_2WtgoE0TTX2s7xIcFgMLPw@fakeemail.com,power: throttle interaction hints
|