Home
last modified time | relevance | path

Searched defs:quickcheck (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/quickcheck/src/
Dlib.rs43 macro_rules! quickcheck { macro
Dtester.rs156 pub fn quickcheck<A>(&mut self, f: A) in quickcheck() method
182 pub fn quickcheck<A: Testable>(f: A) { in quickcheck() function
/external/rust/crates/quickcheck/
DREADME.md1 quickcheck chapter
/external/python/cpython2/Modules/
Dunicodedata.c762 unsigned char quickcheck = record->normalization_quick_check; in is_normalized() local
/external/rust/crates/itertools/tests/
Dquick.rs362 macro_rules! quickcheck { macro