OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mThrottle
(Results
1 - 5
of
5
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventQueue.java
29
private long
mThrottle
;
35
mThrottle
= throttle;
43
long throttle =
mThrottle
;
44
if (mRandomizeThrottle && (
mThrottle
> 0)) {
49
throttle %=
mThrottle
;
MonkeyThrottleEvent.java
29
private long
mThrottle
;
33
mThrottle
= throttle;
40
System.out.println("Sleeping for " +
mThrottle
+ " milliseconds");
43
Thread.sleep(
mThrottle
);
Monkey.java
197
long
mThrottle
= 0;
199
/** Whether to randomize each throttle (0-
mThrottle
ms) inserted between events. */
531
mThrottle
= 0;
598
mEventSource = new MonkeySourceScript(mRandom, mScriptFileNames.get(0),
mThrottle
,
606
mScriptFileNames,
mThrottle
, mRandomizeThrottle, mRandom,
611
mThrottle
, mRandomizeThrottle, mRandom,
629
mEventSource = new MonkeySourceRandom(mRandom, mMainApps,
mThrottle
, mRandomizeThrottle);
820
mThrottle
= nextOptionLong("delay (in milliseconds) to wait between events");
[
all
...]
MonkeySourceRandom.java
101
private long
mThrottle
= 0;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageWebView.java
47
private final Throttle
mThrottle
= new Throttle("MessageWebView",
105
mThrottle
.onEvent();
Completed in 540 milliseconds