Home
last modified time | relevance | path

Searched refs:monkey (Results 1 – 25 of 75) sorted by relevance

123

/external/python/setuptools/setuptools/
D__init__.py16 from . import monkey
134 _Command = monkey.get_unpatched(distutils.core.Command)
180 monkey.patch_all()
Dextension.py9 from .monkey import get_unpatched
/external/grpc-grpc/src/python/grpcio_tests/
Dcommands.py143 from gevent import monkey
144 monkey.patch_all()
/external/icu/icu4c/source/test/testdata/break_rules/
Dreadme.txt73 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
Dgrapheme.txt11 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword_POSIX.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
/external/tensorflow/tensorflow/lite/examples/ios/simple/data/
Dlabels.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
Dlabels_imagenet_slim.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
/external/tensorflow/tensorflow/lite/java/ovic/src/testdata/
Dlabels.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/assets/
Dlabels_mobilenet_quant_v1_224.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
/external/tensorflow/tensorflow/lite/examples/ios/camera/data/
Dlabels.txt378 proboscis monkey
381 howler monkey
383 spider monkey
384 squirrel monkey
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dgrapheme.txt11 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword_POSIX.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
Dgrapheme.txt11 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
Dword_POSIX.txt10 # Note: Rule syntax and the monkey test itself are still a work in progress.
/external/google-benchmark/test/
DCMakeLists.txt73 add_filter_test(filter_regex_none "monkey" 0)
74 add_filter_test(filter_regex_none_negative "-monkey" 5)
/external/libcxx/utils/google-benchmark/test/
DCMakeLists.txt73 add_filter_test(filter_regex_none "monkey" 0)
74 add_filter_test(filter_regex_none_negative "-monkey" 5)
/external/icu/icu4c/source/test/intltest/
Drbbitst.cpp3439 RBBIWordMonkey monkey; in TestWordBreaks() local
3444 monkey.setText(ustr); in TestWordBreaks()
3446 for (i = 0; i != BreakIterator::DONE; i = monkey.next(i)) { in TestWordBreaks()
3608 RBBILineMonkey monkey; in TestLineBreaks() local
3609 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() local
3673 if (U_FAILURE(monkey.deferredStatus)) { in TestSentBreaks()
3681 monkey.setText(ustr); in TestSentBreaks()
[all …]
/external/libevent/
DNOTICE37 Copyright (c) 2000 Dug Song <dugsong@monkey.org>
DLICENSE37 Copyright (c) 2000 Dug Song <dugsong@monkey.org>
/external/honggfuzz/
DREADME.md110 * [__Monkey__: a HTTP server](https://github.com/monkey/monkey/blob/master/FUZZ.md)

123