OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Monkey
(Results
1 - 4
of
4
) sorted by null
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java
16
package com.android.commands.
monkey
;
24
import com.android.commands.
monkey
.MonkeySourceNetwork.CommandQueue;
25
import com.android.commands.
monkey
.MonkeySourceNetwork.MonkeyCommand;
26
import com.android.commands.
monkey
.MonkeySourceNetwork.MonkeyCommandReturn;
94
// until the first activity gets launched after the
monkey
has
98
return
Monkey
.currentPackage;
103
if (
Monkey
.currentIntent == null) {
106
return
Monkey
.currentIntent.getAction();
111
if (
Monkey
.currentIntent == null) {
114
return
Monkey
.currentIntent.getComponent().getClassName()
[
all
...]
Monkey.java
17
package com.android.commands.
monkey
;
60
public class
Monkey
{
63
*
Monkey
Debugging/Dev Support
99
/** Monitor /data/tombstones and stop the
monkey
if new files appear. */
108
/** This is set when we would like to abort the running of the
monkey
. */
175
/** Generate hprof reports before/after
monkey
runs */
219
/** The delay between user actions. This is for the scripted
monkey
. **/
222
/** Device idle time. This is for the scripted
monkey
. **/
273
// around this region for the
monkey
to minimize
348
synchronized (
Monkey
.this)
[
all
...]
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
1165
int32_t
monkey
= m_rand() %
monkey
Count;
local
[
all
...]
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js
142
/*
Monkey
patch Token static vars that depend on CommonToken. */
Completed in 123 milliseconds