HomeSort by relevance Sort by last modified time
    Searched refs:monkey (Results 26 - 36 of 36) sorted by null

12

  /system/media/wilhelm/tests/sandbox/
Android.mk 349 # monkey
359 monkey.c
  /external/v8/test/mjsunit/
string-index.js 72 S[3] = 'monkey';
73 assertEquals('monkey', S[3]);
  /build/core/
user_tags.mk 408 monkey \
  /development/tools/labpretest/
labpretest.sh 10 # image and reboots, sets up for a monkey run and finally runs a random monkey
35 h) echo "options: [-d <device ID>, -i <loop count>, -m <monkey events> -x (skips monkey)]"; exit;;
531 #preping device for monkey run
565 #calls the monkey run if not skipped
568 log_print "running short monkey run..."
569 $ADB -s $device shell monkey -p com.android.alarmclock -p com.android.browser -p com.android.calculator2 -p com.android.calendar -p com.android.camera -p com.android.contacts -p com.google.android.gm -p com.android.im -p com.android.launcher -p com.google.android.apps.maps -p com.android.mms -p com.android.music -p com.android.phone -p com.android.settings -p com.google.android.street -p com.android.vending -p com.google.android.youtube -p com.android.email -p com.google.android.voicesearch -c android.intent.category.LAUNCHER --ignore-security-exceptions -s $seed $MEVENTS
570 log_print "finished running monkey, rinse, repeat..."
572 log_print "-x parameter used, skipping the monkey run
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 4065 RBBIWordMonkey monkey; local
4235 RBBILineMonkey monkey; local
    [all...]
ssearch.cpp 1870 int32_t monkey = m_rand() % monkeyCount; local
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 17 package com.android.commands.monkey;
32 * monkey event queue
MonkeySourceNetwork.java 16 package com.android.commands.monkey;
46 * An Event source for getting Monkey Network Script commands from
51 /* The version of the monkey network protocol */
263 * Command to put the Monkey to sleep.
386 * a command. The command can be any other Monkey command that can be issued over the network
554 // talk to the monkey locally, or though adb port forwarding.
MonkeySourceScript.java 17 package com.android.commands.monkey;
34 * monkey event queue. It takes a script to produce events sample script format:
499 //Add the wait event after the device sleep event so that the monkey
Monkey.java 17 package com.android.commands.monkey;
58 public class Monkey {
61 * Monkey Debugging/Dev Support
97 /** Monitor /data/tombstones and stop the monkey if new files appear. */
106 /** This is set when we would like to abort the running of the monkey. */
161 /** Generate hprof reports before/after monkey runs */
206 /** The delay between user actions. This is for the scripted monkey. **/
209 /** Device idle time. This is for the scripted monkey. **/
273 // around this region for the monkey to minimize
314 synchronized (Monkey.this)
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 618 <li><a href="<?cs var:toroot ?>guide/developing/tools/monkey.html">Monkey</a></li>
    [all...]

Completed in 435 milliseconds

12