Home
last modified time | relevance | path

Searched defs:QuickCheck (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/quickcheck/src/
Dtester.rs12 pub struct QuickCheck { struct
13 tests: u64,
14 max_tests: u64,
15 min_tests_passed: u64,
16 gen: Gen,
51 impl QuickCheck { implementation
71 pub fn gen(self, gen: Gen) -> QuickCheck { in gen() method
81 pub fn tests(mut self, tests: u64) -> QuickCheck { in tests() method
91 pub fn max_tests(mut self, max_tests: u64) -> QuickCheck { in max_tests() method
100 pub fn min_tests_passed(mut self, min_tests_passed: u64) -> QuickCheck { in min_tests_passed() method
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/
H A DQuickCheck.java50 public class QuickCheck { class
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1368 T Context, bool QuickCheck = true) { in getOprIdx()