Home
last modified time | relevance | path

Searched defs:arbitrary (Results 1 – 25 of 137) sorted by relevance

123456

/external/rust/android-crates-io/crates/quickcheck/src/
Darbitrary.rs113 fn arbitrary(g: &mut Gen) -> Self; in arbitrary() method
134 fn arbitrary(_: &mut Gen) -> () { in arbitrary() method
140 fn arbitrary(g: &mut Gen) -> bool { in arbitrary() method
154 fn arbitrary(g: &mut Gen) -> Option<A> { in arbitrary() method
174 fn arbitrary(g: &mut Gen) -> Result<A, B> { in arbitrary() method
252 fn arbitrary(g: &mut Gen) -> Vec<A> { in arbitrary() method
366 fn arbitrary(g: &mut Gen) -> BTreeMap<K, V> { in arbitrary() method
385 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method
397 fn arbitrary(g: &mut Gen) -> BTreeSet<T> { in arbitrary() method
409 fn arbitrary(g: &mut Gen) -> BinaryHeap<T> { in arbitrary() method
[all …]
/external/rust/android-crates-io/crates/arbitrary/src/foreign/std/
Dnet.rs7 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
18 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
46 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
57 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
79 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
Dpath.rs7 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/indexmap/src/
Darbitrary.rs13 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
27 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
51 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() function
66 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() function
/external/rust/android-crates-io/crates/arbitrary/src/foreign/core/sync/
Datomic.rs7 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
18 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/arbitrary/src/foreign/alloc/
Dboxed.rs10 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
44 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
Dsync.rs10 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
44 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
Drc.rs10 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
44 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/arbitrary/src/foreign/core/
Dcell.rs10 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
29 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
48 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
Dnum.rs50 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
61 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
128 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
Dmarker.rs10 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
21 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
Dunit.rs4 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
Diter.rs10 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() function
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/number/
DScale.java31 final BigDecimal arbitrary; field in Scale
35 private Scale(int magnitude, BigDecimal arbitrary) { in Scale()
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
/external/icu/android_icu4j/src/main/java/android/icu/number/
DScale.java31 final BigDecimal arbitrary; field in Scale
35 private Scale(int magnitude, BigDecimal arbitrary) { in Scale()
39 private Scale(int magnitude, BigDecimal arbitrary, MathContext mc) { in Scale()
/external/flatbuffers/tests/rust_usage_test/tests/flexbuffers_tests/
Dqc_serious.rs38 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() method
118 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() method
123 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() method
128 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() method
/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Darbitrary.rs13 fn arbitrary(g: &mut quickcheck::Gen) -> Self { in arbitrary() method
27 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/petgraph/src/
Dquickcheck.rs38 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() function
106 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() function
185 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() function
/external/rust/android-crates-io/crates/petgraph/tests/utils/
Dqc.rs20 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() function
43 fn arbitrary<G: Gen>(g: &mut G) -> Self { in arbitrary() function
/external/rust/android-crates-io/crates/num-bigint/src/bigint/
Darbitrary.rs12 fn arbitrary(g: &mut quickcheck::Gen) -> Self { in arbitrary() method
28 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dfuzz.rs6 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
50 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
72 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/qr_code-2.0.0/src/
Dfuzz.rs6 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
50 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
72 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/uuid/src/external/
Darbitrary_support.rs10 fn arbitrary(u: &mut Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
24 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/android-crates-io/crates/dashmap/src/
Darbitrary.rs10 fn arbitrary(u: &mut Unstructured<'a>) -> arbitrary::Result<Self> { in arbitrary() function
/external/rust/android-crates-io/crates/arbitrary/src/foreign/alloc/ffi/
Dc_str.rs7 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method

123456