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

1 23

  /development/cmds/monkey/src/com/android/commands/monkey/
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 */
267 * Command to put the Monkey to sleep.
390 * a command. The command can be any other Monkey command that can be issued over the network
440 pm.wakeUp(SystemClock.uptimeMillis(), "Monkey", null);
558 // talk to the monkey locally, or though adb port forwarding.
Monkey.java 17 package com.android.commands.monkey;
57 public class Monkey {
60 * Monkey Debugging/Dev Support
96 /** Monitor /data/tombstones and stop the monkey if new files appear. */
105 /** This is set when we would like to abort the running of the monkey. */
172 /** Generate hprof reports before/after monkey runs */
213 /** The delay between user actions. This is for the scripted monkey. **/
216 /** Device idle time. This is for the scripted monkey. **/
264 // around this region for the monkey to minimize
306 synchronized (Monkey.this)
    [all...]
MonkeySourceScript.java 17 package com.android.commands.monkey;
34 * monkey event queue. It takes a script to produce events sample script format:
637 //Add the wait event after the device sleep event so that the monkey
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1166 int32_t monkey = m_rand() % monkeyCount; local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_inspect.py 302 def monkey(filename, module_globals=None): function in function:TestRetrievingSourceCode.test_proceed_with_fake_filename
307 linecache.getlines = monkey
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_inspect.py 302 def monkey(filename, module_globals=None): function in function:TestRetrievingSourceCode.test_proceed_with_fake_filename
307 linecache.getlines = monkey
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_inspect.py 302 def monkey(filename, module_globals=None): function in function:TestRetrievingSourceCode.test_proceed_with_fake_filename
307 linecache.getlines = monkey
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_inspect.py 302 def monkey(filename, module_globals=None): function in function:TestRetrievingSourceCode.test_proceed_with_fake_filename
307 linecache.getlines = monkey
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
control.py 27 from coverage.monkey import patch_multiprocessing
    [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 414 public void setUserIsMonkey(boolean monkey) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /external/v8/src/js/
regexp.js 208 // itself, but ES2015 allows monkey-patching this property to differ from
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 2647 milliseconds

1 23