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

1 23

  /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...]
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
MonkeyBase.java 17 package com.android.monkey;
72 * Runner for stress tests which use the monkey command.
80 * Allow a 15 second buffer between the monkey run time and the delta uptime.
96 * Helper to run a monkey command with an absolute timeout.
153 @Option(name = "option", description = "Option to pass to monkey command. May be repeated.")
168 @Option(name = "random-seed", description = "Random seed to use for the monkey.")
175 @Option(name = "ignore-crashes", description = "Monkey should keep going after encountering " +
179 @Option(name = "ignore-timeout", description = "Monkey should keep going after encountering " +
183 @Option(name = "reboot-device", description = "Reboot device before running monkey. Defaults " +
187 @Option(name = "idle-time", description = "How long to sleep before running monkey, in secs"
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 17 package com.android.commands.monkey;
61 public class Monkey {
64 * Monkey Debugging/Dev Support
100 /** Monitor /data/tombstones and stop the monkey if new files appear. */
109 /** This is set when we would like to abort the running of the monkey. */
176 /** Generate hprof reports before/after monkey runs */
220 /** The delay between user actions. This is for the scripted monkey. **/
223 /** Device idle time. This is for the scripted monkey. **/
274 // 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() % monkeyCount; local
    [all...]
rbbitst.cpp 3890 RBBIWordMonkey monkey; local
4059 RBBILineMonkey monkey; local
    [all...]
  /external/python/cpython3/Lib/test/
test_inspect.py 455 def monkey(filename, module_globals=None): function in function:TestRetrievingSourceCode.test_proceed_with_fake_filename
460 linecache.getlines = monkey
    [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 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar 

Completed in 260 milliseconds

1 23