Home
last modified time | relevance | path

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

/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueJava8Test.java150 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NullableProperties
152 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create()
212 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NullablePropertiesNotCopied
214 NullablePropertiesNotCopied create(String notNullableAfterAll, int randomInt) { in create()
293 abstract int randomInt(); in randomInt() method in AutoValueJava8Test.NestedNullableProperties
H A DAutoValueTest.java553 abstract int randomInt(); in randomInt() method in AutoValueTest.NullableProperties
555 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create()
590 abstract int randomInt(); in randomInt() method in AutoValueTest.AlternativeNullableProperties
592 static AlternativeNullableProperties create(@Nullable String nullableString, int randomInt) { in create()
613 abstract int randomInt(); in randomInt() method in AutoValueTest.NonNullableProperties
615 static NonNullableProperties create(String nonNullableString, int randomInt) { in create()
700 abstract int randomInt(); in randomInt() method in AutoValueTest.Nested.Doubly
702 static Doubly create(String nullableString, int randomInt) { in create()
1193 abstract int randomInt(); in randomInt() method in AutoValueTest.MaybeCachedHashCode
1195 static MaybeCachedHashCode create(HashCodeObserver hashCodeObserver, int randomInt) { in create()
/aosp_15_r20/external/angle/util/
H A Drandom_utils.cpp42 int RNG::randomInt() in randomInt() function in angle::RNG
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java216 int randomInt = random.nextInt(); in testHeapIntact() local
226 int randomInt = random.nextInt(); in testHeapIntact() local
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java216 int randomInt = random.nextInt(); in testHeapIntact() local
226 int randomInt = random.nextInt(); in testHeapIntact() local
/aosp_15_r20/external/eigen/unsupported/test/
H A Dmatrix_function.cpp57 Index randomInt = internal::random<Index>(-1, 1); in run() local