/external/rust/crates/arbitrary/src/ |
D | lib.rs | 175 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 …]
|
D | unstructured.rs | 167 pub fn arbitrary<A>(&mut self) -> Result<A> in arbitrary() method
|
/external/rust/crates/quickcheck/src/ |
D | arbitrary.rs | 113 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 …]
|
D | lib.rs | 89 mod arbitrary; module
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/ |
D | Scale.java | 31 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/ |
D | Scale.java | 31 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/ |
D | arbitrary.rs | 10 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/ |
D | arbitrary.rs | 9 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/ |
D | arbitrary.rs | 8 fn arbitrary(u: &mut Unstructured<'a>) -> arbitrary::Result<Self> { in arbitrary() function
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-new.cpp | 5 struct arbitrary_t {} arbitrary; variable
|
/external/rust/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 140 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method 155 fn arbitrary(g: &mut Gen) -> Self { in arbitrary() method
|
/external/clang/test/SemaCXX/ |
D | microsoft-new-delete.cpp | 5 struct arbitrary_t {} arbitrary; variable
|
/external/rust/crates/itertools/tests/ |
D | quick.rs | 51 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
|
D | test_std.rs | 465 fn arbitrary<G: qc::Gen>(g: &mut G) -> Self { in arbitrary() method
|
/external/rust/crates/derive_arbitrary/src/ |
D | lib.rs | 73 let arbitrary = construct(fields, |_, _| quote!(arbitrary::Arbitrary::arbitrary(u)?)); in gen_arbitrary_method() localVariable
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | Ordering.java | 316 public static Ordering<@Nullable Object> arbitrary() { in arbitrary() method in Ordering
|
/external/guava/guava/src/com/google/common/collect/ |
D | Ordering.java | 316 public static Ordering<@Nullable Object> arbitrary() { in arbitrary() method in Ordering
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | NullPointerTester.java | 401 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | NullPointerTester.java | 399 T arbitrary = (T) ArbitraryInstances.get(type.getRawType()); in getDefaultValue() local
|
/external/skia/tests/ |
D | StreamTest.cpp | 571 const size_t arbitrary = middle / 2; in DEF_TEST() local
|
/external/rust/crates/byteorder/src/ |
D | lib.rs | 2424 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/ |
D | number_skeletons.cpp | 1508 void blueprint_helpers::generateScaleOption(int32_t magnitude, const DecNum* arbitrary, UnicodeStri… in generateScaleOption()
|
/external/rust/crates/num-bigint/src/ |
D | biguint.rs | 29 mod arbitrary; module
|
D | bigint.rs | 34 mod arbitrary; module
|
/external/rust/crates/half/src/ |
D | bfloat.rs | 1180 fn arbitrary<G: quickcheck::Gen>(g: &mut G) -> Self { in arbitrary() method
|