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

/macosx-10.10.1/ruby-106/ruby/test/rubygems/
H A Dtest_gem_specification.rb648 awesome.add_development_dependency "monkey"
651 monkey = gem.dependencies.detect { |d| d.name == "monkey" }
652 assert_equal(:development, monkey.type)
724 assert_equal [@bonobo, @monkey], @gem.dependencies
742 assert_equal [@monkey], @gem.development_dependencies
1985 awesome.add_development_dependency "monkey", []
1989 @monkey = Gem::Dependency.new("monkey", [], :development)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp2096 // Leave CJK dictionary characters out from the monkey tests!
2420 // set and made into character classes of their own. For the monkey impl,
3555 // RBBICharMonkey monkey;
3556 RBBIWordMonkey monkey; local
3561 monkey.setText(ustr);
3563 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) {
3726 RBBILineMonkey monkey; local
3727 if (U_FAILURE(monkey.deferredStatus)) {
3735 monkey.setText(ustr);
3737 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);

Completed in 124 milliseconds