Searched refs:monkey (Results 1 – 25 of 75) sorted by relevance
123
16 from . import monkey134 _Command = monkey.get_unpatched(distutils.core.Command)180 monkey.patch_all()
9 from .monkey import get_unpatched
143 from gevent import monkey144 monkey.patch_all()
73 The monkey test does not test dictionary based breaking. The set named 'dictionary' is special,74 as it is in the main ICU rules. For the monkey test, no characters from the dictionary set are
11 # Note: Rule syntax and the monkey test itself are still a work in progress.
10 # Note: Rule syntax and the monkey test itself are still a work in progress.
378 proboscis monkey381 howler monkey383 spider monkey384 squirrel monkey
73 add_filter_test(filter_regex_none "monkey" 0)74 add_filter_test(filter_regex_none_negative "-monkey" 5)
3439 RBBIWordMonkey monkey; in TestWordBreaks() local3444 monkey.setText(ustr); in TestWordBreaks()3446 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) { in TestWordBreaks()3608 RBBILineMonkey monkey; in TestLineBreaks() local3609 if (U_FAILURE(monkey.deferredStatus)) { in TestLineBreaks()3617 monkey.setText(ustr); in TestLineBreaks()3619 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) { in TestLineBreaks()3672 RBBISentMonkey monkey; in TestSentBreaks() local3673 if (U_FAILURE(monkey.deferredStatus)) { in TestSentBreaks()3681 monkey.setText(ustr); in TestSentBreaks()[all …]
37 Copyright (c) 2000 Dug Song <dugsong@monkey.org>
110 * [__Monkey__: a HTTP server](https://github.com/monkey/monkey/blob/master/FUZZ.md)