HomeSort by relevance Sort by last modified time
    Searched full:monkey (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /development/cmds/monkey/
monkey 1 # Script to start "monkey" on the device, which has a very rudimentary
5 export CLASSPATH=$base/framework/monkey.jar
7 exec app_process $base/bin com.android.commands.monkey.Monkey $*
Android.mk 7 LOCAL_MODULE := monkey
12 ALL_PREBUILT += $(TARGET_OUT)/bin/monkey
13 $(TARGET_OUT)/bin/monkey : $(LOCAL_PATH)/monkey | $(ACP)
README.NETWORK.txt 9 Monkey only binds to localhost, so you will need to use adb to setup
19 Start the monkey server
21 $ adb shell monkey --port 1080
27 Individual commands are separated by newlines. The Monkey will
38 touch monkey
39 ERROR: monkey not a number
54 KEYCODE_MENU (the name of the keycode), or just menu (and the Monkey
103 This command lists all the vars that the monkey knows about. They are
113 Fully quit the monkey and accept no new sessions.
124 Lines starting with a # character are considered comments. The Monkey
    [all...]
  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
CategoryTest.java 17 package com.android.cts.monkey;
22 String out = mDevice.executeShellCommand("monkey -v -p " + PKGS[0] + " 5000");
23 assertTrue(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"));
24 assertTrue(out.contains("cmp=com.android.cts.monkey/.BaboonActivity"));
28 String out = mDevice.executeShellCommand("monkey -v -p " + PKGS[0]
30 assertTrue(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"));
31 assertFalse(out.contains("cmp=com.android.cts.monkey/.BaboonActivity"));
33 out = mDevice.executeShellCommand("monkey -v -p " + PKGS[0]
34 + " -c android.intent.category.MONKEY 5000");
35 assertFalse(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"))
    [all...]
PackageTest.java 17 package com.android.cts.monkey;
22 String out = mDevice.executeShellCommand("monkey -v -p " + PKGS[0] + " 5000");
23 assertTrue(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"));
26 out = mDevice.executeShellCommand("monkey -v -p " + PKGS[1] + " 5000");
27 assertFalse(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"));
32 String out = mDevice.executeShellCommand("monkey -v -p " + PKGS[0]
34 assertTrue(out.contains("cmp=com.android.cts.monkey/.MonkeyActivity"));
MonkeyTest.java 17 package com.android.cts.monkey;
27 private static final String MONKEY = "@(>.<)@";
32 mDevice.executeShellCommand("monkey -p " + PKGS[0] + " 500");
39 + "-n com.android.cts.monkey/com.android.cts.monkey.MonkeyActivity");
50 if (line.contains(isMonkey ? MONKEY : HUMAN)) {
VerbosityTest.java 17 package com.android.cts.monkey;
22 String v0 = mDevice.executeShellCommand("monkey -s 1337 -p " + PKGS[0] + " 500");
29 String v1 = mDevice.executeShellCommand("monkey -v -p " + PKGS[0] + " 500");
36 String v2 = mDevice.executeShellCommand("monkey -v -v -p " + PKGS[0] + " 500");
SeedTest.java 17 package com.android.cts.monkey;
24 String cmd1 = "monkey -s 1337 -v -p " + PKGS[0] + " 500";
29 String cmd2 = "monkey -s 3007 -v -p " + PKGS[0] + " 125";
AbstractMonkeyTest.java 1 package com.android.cts.monkey;
14 static final String[] PKGS = {"com.android.cts.monkey", "com.android.cts.monkey2"};
  /external/chromium/third_party/libevent/
ThirdPartyProject.prop 6 homepage=http://monkey.org/~provos/libevent/
  /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...]
MonkeyTouchEvent.java 17 package com.android.commands.monkey;
23 * monkey touch event
MonkeyTrackballEvent.java 17 package com.android.commands.monkey;
22 * monkey trackball event
MonkeyThrottleEvent.java 17 package com.android.commands.monkey;
26 * monkey throttle event
45 System.out.println("** Monkey interrupted in sleep.");
MonkeyWaitEvent.java 17 package com.android.commands.monkey;
24 * monkey throttle event
42 System.out.println("** Monkey interrupted in sleep.");
MonkeyEventQueue.java 17 package com.android.commands.monkey;
23 * class for keeping a monkey event queue
MonkeyEventSource.java 17 package com.android.commands.monkey;
24 * @return the next monkey event from the source
MonkeyInstrumentationEvent.java 17 package com.android.commands.monkey;
28 * monkey instrumentation event
  /external/oprofile/m4/
mallocattribute.m4 8 void monkey() __attribute__((malloc));
  /frameworks/base/docs/html/tools/help/
monkey.jd 1 page.title=UI/Application Exerciser Monkey
6 <p>The Monkey is a program that runs on your
9 events. You can use the Monkey to stress-test applications that you are developing, in a random
15 <p>The Monkey is a command-line tool that that you can run on any emulator
20 <p>The Monkey includes a number of options, but they break down into four primary
30 <p>When the Monkey runs, it generates events and sends them to the system. It also <i>watches</i>
34 <li>If you have constrained the Monkey to run in one or more specific packages, it
36 <li>If your application crashes or receives any sort of unhandled exception, the Monkey
38 <li>If your application generates an <i>application not responding</i> error, the Monkey
43 of the Monkey and the events being generated.</p
    [all...]
  /development/tools/labpretest/
README 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 monkey
22 for 200 events each cycle. The script ignores normal monkey failures. If you
25 how many monkey events and finally -x to make it skip the monkey run portion
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src/com/android/cts/monkey/
BaboonActivity.java 17 package com.android.cts.monkey;
MonkeyActivity.java 17 package com.android.cts.monkey;
24 /** @(>.<)@ I'm a monkey! */
  /external/chromium/chrome/common/extensions/
extension_extent_unittest.cc 29 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
39 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.google.com/monkey")));
40 EXPECT_TRUE(extent.ContainsURL(GURL("http://www.yahoo.com/monkey")));
41 EXPECT_FALSE(extent.ContainsURL(GURL("https://www.apple.com/monkey")));
  /cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/
AndroidManifest.xml 17 package="com.android.cts.monkey">
31 <category android:name="android.intent.category.MONKEY" />

Completed in 983 milliseconds

1 2 3 4 5 6 7