HomeSort by relevance Sort by last modified time
    Searched full:monkey (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /cts/hostsidetests/monkey/src/com/android/cts/monkey/
SeedTest.java 17 package com.android.cts.monkey;
VerbosityTest.java 17 package com.android.cts.monkey;
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionEvent.java 17 package com.android.commands.monkey;
MonkeyPermissionUtil.java 17 package com.android.commands.monkey;
37 * Utility class that encapsulates runtime permission related methods for monkey
85 * Decide if a package should be targeted by permission monkey
MonkeyUtils.java 17 package com.android.commands.monkey;
MonkeyMotionEvent.java 17 package com.android.commands.monkey;
28 * monkey motion event
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.
MonkeyPowerEvent.java 17 package com.android.commands.monkey;
  /external/autotest/client/cros/cellular/
labconfig_test.py 37 # Monkey-patch in our test cell
  /external/dagger2/compiler/src/it/producers-functional-tests/src/main/java/producerstest/
MultibindingProducerModule.java 74 throw new RuntimeException("monkey");
  /external/v8/test/mjsunit/regress/
string-split-monkey-patching.js 29 // monkey-patchable Array.prototype.push or PutValue.
  /external/v8/test/mjsunit/
error-constructors.js 84 // Monkey-patch prototype.
88 // String conversion should not invoke monkey-patched getters on prototype.
92 // Monkey-patching non-internal errors should still be observable.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
RBBITestMonkey.java 11 // Monkey testing of RuleBasedBreakIterator
29 * Monkey tests for RBBI. These tests have independent implementations of
48 // Monkey Test for Break Iteration
52 // The Monkey Test itself uses doesn't know which type of break iterator it is
76 * Monkey test subclass for testing Character (Grapheme Cluster) boundaries.
257 * Word Monkey Test Class
632 // The monkey test reference implementation of line break does not replicate the dictionary behavior,
633 // so dictionary characters are omitted from the monkey test data.
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
RBBITestMonkey.java 10 // Monkey testing of RuleBasedBreakIterator
26 * Monkey tests for RBBI. These tests have independent implementations of
44 // Monkey Test for Break Iteration
48 // The Monkey Test itself uses doesn't know which type of break iterator it is
72 * Monkey test subclass for testing Character (Grapheme Cluster) boundaries.
253 * Word Monkey Test Class
628 // The monkey test reference implementation of line break does not replicate the dictionary behavior,
629 // so dictionary characters are omitted from the monkey test data.
    [all...]
  /cts/development/ide/eclipse/
.classpath 8 <classpathentry kind="src" path="cts/hostsidetests/monkey/src"/>
9 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp/src"/>
10 <classpathentry kind="src" path="cts/hostsidetests/monkey/test-apps/CtsMonkeyApp2/src"/>
  /build/target/product/
base.mk 107 monkey \
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
throttling.py 32 One tool is `trickle<http://monkey.org/~marius/pages/?page=trickle>`_
  /external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/
MultibindingTest.java 71 assertThat(Iterables.getOnlyElement(failures).getCause()).hasMessage("monkey");
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 1166 int32_t monkey = m_rand() % monkeyCount; local
    [all...]
  /external/autotest/client/
setup_modules.py 75 """Method to monkey patch into logging.Handler to replace handleError."""
99 # Monkey patch our own handleError into the logging module's StreamHandler.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
ResetActivity.java 136 Log.v(TAG, "Monkey tried to erase the device. Bad monkey, bad!");
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 142 /* Monkey patch Token static vars that depend on CommonToken. */
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
CommonTree.js 133 /* Monkey patch Tree static property with CommonToken value. */
  /external/autotest/tko/parsers/test/
unittest_hotfix.py 0 """Monkey patch lame-o vanilla unittest with test skip feature.
  /external/dagger2/producers/src/test/java/dagger/producers/internal/
AbstractProducerTest.java 112 Throwable t = new RuntimeException("monkey");

Completed in 423 milliseconds

1 23 4 5 6 7 8 910