Searched refs:monkey (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/build/android/pylib/monkey/
H A Dsetup.py5 """Generates test runner factory and tests for monkey tests."""
7 from pylib.monkey import test_runner
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js192 var monkey = Object.create(null, {
199 constructor.prototype = monkey;
/external/chromium_org/build/android/
H A Dtest_runner.py33 from pylib.monkey import setup as monkey_setup
34 from pylib.monkey import test_options as monkey_test_options
415 """Adds monkey test options to |option_parser|."""
417 option_parser.usage = '%prog monkey [options]'
420 '%prog monkey --package=chrome_shell')
448 """Processes all monkey test options.
456 monkey tests.
680 """Subcommand of RunTestsCommands which runs monkey tests."""
804 elif command == 'monkey':
866 'monkey'
[all...]
/external/chromium_org/extensions/common/
H A Durl_pattern_unittest.cc75 { "http://foo:80:80/monkey", URLPattern::PARSE_ERROR_INVALID_PORT, "*" },
142 GURL("http://monkey.images.google.com/foooobar")));
306 {"data:*", "data:monkey"},
447 { "data:monkey" },
535 URLPatternList monkey(URLPattern(
538 "http://google.com/monkey").ConvertToExplicitSchemes());
542 ASSERT_EQ(1u, monkey.size());
553 EXPECT_EQ("http://google.com/monkey", monkey[0].GetAsString());
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2094 // Leave CJK dictionary characters out from the monkey tests!
2418 // set and made into character classes of their own. For the monkey impl,
3553 // RBBICharMonkey monkey;
3554 RBBIWordMonkey monkey; local
3559 monkey.setText(ustr);
3561 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
3724 RBBILineMonkey monkey; local
3725 if (U_FAILURE(monkey.deferredStatus)) {
3733 monkey.setText(ustr);
3735 for (i = 0; i != BreakIterator::DONE; i = monkey
[all...]
H A Dssearch.cpp1169 int32_t monkey = m_rand() % monkeyCount; local
1171 monkeys[monkey]->append(testCase, alternate);
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2094 // Leave CJK dictionary characters out from the monkey tests!
2418 // set and made into character classes of their own. For the monkey impl,
3553 // RBBICharMonkey monkey;
3554 RBBIWordMonkey monkey; local
3559 monkey.setText(ustr);
3561 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
3724 RBBILineMonkey monkey; local
3725 if (U_FAILURE(monkey.deferredStatus)) {
3733 monkey.setText(ustr);
3735 for (i = 0; i != BreakIterator::DONE; i = monkey
[all...]
H A Dssearch.cpp1166 int32_t monkey = m_rand() % monkeyCount; local
1168 monkeys[monkey]->append(testCase, alternate);
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 373 milliseconds