OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Monkey
(Results
1 - 7
of
7
) 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
;
60
public class
Monkey
{
63
*
Monkey
Debugging/Dev Support
99
/** Monitor /data/tombstones and stop the
monkey
if new files appear. */
108
/** This is set when we would like to abort the running of the
monkey
. */
175
/** Generate hprof reports before/after
monkey
runs */
222
/** The delay between user actions. This is for the scripted
monkey
. **/
225
/** Device idle time. This is for the scripted
monkey
. **/
289
// around this region for the
monkey
to minimize
330
synchronized (
Monkey
.this)
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
ssearch.cpp
1169
int32_t
monkey
= m_rand() %
monkey
Count;
local
[
all
...]
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
1166
int32_t
monkey
= m_rand() %
monkey
Count;
local
[
all
...]
/external/chromium_org/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/chromium_org/v8/test/mjsunit/es6/
math-fround.js
7
//
Monkey
-patch Float32Array.
Completed in 370 milliseconds