Home
last modified time | relevance | path

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

12

/external/rust/crates/arbitrary/src/
Dlib.rs180 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self>; in arbitrary() method
284 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
295 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
368 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
392 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
403 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
414 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
513 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
530 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
548 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
[all …]
/external/rust/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 …]
Dlib.rs89 mod arbitrary; module
/external/rust/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
Dlib.rs88 mod arbitrary; module
/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/icu/icu4j/main/classes/core/src/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/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
Drwyw.rs28 fn arbitrary<G: quickcheck::Gen>(g: &mut G) -> Self { in arbitrary() method
/external/rust/crates/num-bigint/src/biguint/
Darbitrary.rs10 fn arbitrary(g: &mut quickcheck::Gen) -> Self { in arbitrary() method
23 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/crates/num-bigint/src/bigint/
Darbitrary.rs9 fn arbitrary(g: &mut quickcheck::Gen) -> Self { in arbitrary() method
24 fn arbitrary(u: &mut arbitrary::Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/crates/smallvec/src/
Darbitrary.rs8 fn arbitrary(u: &mut Unstructured<'a>) -> arbitrary::Result<Self> { in arbitrary() function
/external/clang/test/CodeGenCXX/
Dmicrosoft-new.cpp5 struct arbitrary_t {} arbitrary; variable
/external/rust/crates/uuid/src/external/
Darbitrary_support.rs6 fn arbitrary(u: &mut Unstructured<'_>) -> arbitrary::Result<Self> { in arbitrary() method
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs140 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method
155 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method
/external/clang/test/SemaCXX/
Dmicrosoft-new-delete.cpp5 struct arbitrary_t {} arbitrary; variable
/external/flatbuffers/tests/rust_usage_test/tests/
Darrays_test.rs248 fn arbitrary<G: Gen>(g: &mut G) -> FakeArray<T, N> { in arbitrary() method
308 fn arbitrary<G: Gen>(g: &mut G) -> NestedStructWrapper { in arbitrary() method
/external/rust/crates/derive_arbitrary/src/
Dlib.rs186 let arbitrary = construct(fields, |_idx, field| gen_constructor_for_field(field))?; in gen_arbitrary_method() localVariable
240 let arbitrary = with_recursive_count_guard( in gen_arbitrary_method() localVariable
/external/rust/crates/indexmap/tests/
Dquick.rs282 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() function
535 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method
565 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() function
/external/rust/crates/itertools/tests/
Dquick.rs51 fn arbitrary<G: qc::Gen>(_: &mut G) -> Self { in arbitrary() method
75 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() method
173 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self in arbitrary() function
227 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() function
1113 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() method
/external/rust/crates/const-oid/src/
Dlib.rs264 fn arbitrary(u: &mut arbitrary::Unstructured<'a>) -> arbitrary::Result<Self> { in arbitrary() method
/external/guava/android/guava/src/com/google/common/collect/
DOrdering.java316 public static Ordering<@Nullable Object> arbitrary() { in arbitrary() method in Ordering
/external/guava/guava/src/com/google/common/collect/
DOrdering.java316 public static Ordering<@Nullable Object> arbitrary() { in arbitrary() method in Ordering
/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java399 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local
/external/guava/android/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java397 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local

12