Searched defs:genRandomInts (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
D | RSUtils.java | 150 public static void genRandomInts(long seed, int min, int max, int array[]) { in genRandomInts() method in RSUtils 187 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) { in genRandomInts() method in RSUtils
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | RSUtils.java | 255 public static void genRandomInts(long seed, int min, int max, int array[]) { in genRandomInts() method in RSUtils 292 public static void genRandomInts(long seed, int array[], boolean signed, int numberOfBits) { in genRandomInts() method in RSUtils
|