HomeSort by relevance Sort by last modified time
    Searched refs:Monkey (Results 1 - 6 of 6) sorted by null

  /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...]
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...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1166 int32_t monkey = m_rand() % monkeyCount; local
    [all...]
  /external/v8/test/mjsunit/
error-constructors.js 75 // Monkey-patch prototype.
80 // String conversion should not invoke monkey-patched getters on prototype.
88 // Monkey-patching non-static errors should still be observable.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 142 /* Monkey patch Token static vars that depend on CommonToken. */
  /external/v8/test/mjsunit/es6/
math-fround.js 7 // Monkey-patch Float32Array.

Completed in 259 milliseconds