Home
last modified time | relevance | path

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

12

/external/rust/crates/arbitrary/src/
Dlib.rs175 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self>; in arbitrary() method
266 fn arbitrary(_: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
277 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
350 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
374 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
385 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
396 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
495 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
512 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
530 fn arbitrary(u: &mut Unstructured<'a>) -> Result<Self> { in arbitrary() method
[all …]
Dunstructured.rs167 pub fn arbitrary<A>(&mut self) -> Result<A> in arbitrary() method
/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/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/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/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/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/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
1118 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() method
Dtest_std.rs465 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() method
/external/rust/crates/derive_arbitrary/src/
Dlib.rs73 let arbitrary = construct(fields, |_, _| quote!(arbitrary::Arbitrary::arbitrary(u)?)); in gen_arbitrary_method() localVariable
/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.java401 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local
/external/guava/android/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java399 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local
/external/skia/tests/
DStreamTest.cpp571 const size_t arbitrary = middle / 2; in DEF_TEST() local
/external/rust/crates/byteorder/src/
Dlib.rs2424 fn arbitrary<G: Gen>(gen: &mut G) -> Wi128<u128> { in arbitrary() method
2433 fn arbitrary<G: Gen>(gen: &mut G) -> Wi128<i128> { in arbitrary() method
/external/icu/icu4c/source/i18n/
Dnumber_skeletons.cpp1508 void blueprint_helpers::generateScaleOption(int32_t magnitude, const DecNum* arbitrary, UnicodeStri… in generateScaleOption()
/external/rust/crates/num-bigint/src/
Dbiguint.rs29 mod arbitrary; module
Dbigint.rs34 mod arbitrary; module
/external/rust/crates/half/src/
Dbfloat.rs1180 fn arbitrary<G: quickcheck::Gen>(g: &mut G) -> Self { in arbitrary() method

12