Searched refs:monkey (Results 1 – 25 of 38) sorted by relevance
12
1 # Script to start "monkey" on the device, which has a very rudimentary5 export CLASSPATH=$base/framework/monkey.jar10 exec app_process $base/bin com.android.commands.monkey.Monkey "$@"
22 name: "monkey",24 wrapper: "monkey",
19 Start the monkey server21 $ adb shell monkey --port 108038 touch monkey39 ERROR: monkey not a number103 This command lists all the vars that the monkey knows about. They are113 Fully quit the monkey and accept no new sessions.
57 public File monkey; field in Options85 if (result.monkey != null || !argParser.hasData(1)) { in parseArgs()89 result.monkey = new File(argParser.nextData()); in parseArgs()
24 import com.android.bugreport.monkey.MonkeyLogParser;87 if (options.monkey != null) { in run()90 parser.parse(bugreport, Lines.readLines(options.monkey)); in run()
7 and reboots, sets up for a monkey run and finally runs a random monkey test.21 script, it will detect the device and go through 100 cycles, running the monkey22 for 200 events each cycle. The script ignores normal monkey failures. If you25 how many monkey events and finally -x to make it skip the monkey run portion
17 package com.android.commands.monkey;
16 package com.android.commands.monkey;
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;
17 package com.android.commands.monkey;19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG;34 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;35 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;36 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;