Home
last modified time | relevance | path

Searched defs:randomInt (Results 1 – 6 of 6) sorted by relevance

/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
DAutoValueJava8Test.java140 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NullableProperties
142 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create()
191 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NullablePropertiesNotCopied
193 NullablePropertiesNotCopied create(String notNullableAfterAll, int randomInt) { in create()
271 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NestedNullableProperties
DAutoValueTest.java544 abstract int randomInt(); in randomInt() method in AutoValueTest.NullableProperties
546 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create()
581 abstract int randomInt(); in randomInt() method in AutoValueTest.AlternativeNullableProperties
583 static AlternativeNullableProperties create(@Nullable String nullableString, int randomInt) { in create()
604 abstract int randomInt(); in randomInt() method in AutoValueTest.NonNullableProperties
606 static NonNullableProperties create(String nonNullableString, int randomInt) { in create()
691 abstract int randomInt(); in randomInt() method in AutoValueTest.Nested.Doubly
693 static Doubly create(String nullableString, int randomInt) { in create()
1182 abstract int randomInt(); in randomInt() method in AutoValueTest.MaybeCachedHashCode
1184 static MaybeCachedHashCode create(HashCodeObserver hashCodeObserver, int randomInt) { in create()
/external/angle/util/
Drandom_utils.cpp42 int RNG::randomInt() in randomInt() function in angle::RNG
/external/eigen/unsupported/test/
Dmatrix_function.cpp59 Index randomInt = internal::random<Index>(-1, 1); in run() local
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java205 int randomInt = random.nextInt(); in testHeapIntact() local
215 int randomInt = random.nextInt(); in testHeapIntact() local
/external/guava/android/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java205 int randomInt = random.nextInt(); in testHeapIntact() local
215 int randomInt = random.nextInt(); in testHeapIntact() local