Home
last modified time | relevance | path

Searched defs:random (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java26 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_1D() local
53 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_2D() local
81 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_3D() local
110 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_1D() local
140 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_2D() local
171 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_3D() local
203 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_1D() local
233 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_2D() local
264 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_3D() local
296 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Float3_1D() local
[all …]
DAllocationCopyToTest.java28 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Byte() local
62 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Short() local
99 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Int() local
136 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Float() local
173 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Long() local
210 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Byte() local
241 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Short() local
275 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Int() local
309 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Float() local
343 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Long() local
[all …]
DrsAllocationCopyTest.java28 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy1D_Byte() local
73 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy1D_Short() local
120 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy1D_Int() local
167 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy1D_Float() local
215 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy1D_Long() local
263 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy2D_Byte() local
317 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy2D_Short() local
373 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy2D_Int() local
429 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy2D_Float() local
485 Random random = new Random(0x172d8ab9); in test_rsAllocationCopy2D_Long() local
DGetAllocationTest.java27 Random random = new Random(0x827492ab); in testGetAllocation() local
DAllocationResize.java46 Random random = new Random(0x12345678); in testResize() local
DSendToClientBlockingTest.java28 private Random random; field in SendToClientBlockingTest
DAllocationCopy2DRangeTest.java31 Random random = new Random(0x172d8ab9); in testAllocationCopy2DRange() local
DGetElementAt.java48 Random random = new Random(0x12345678); in setupArrays() local
DSendToClient.java28 private static Random random = new Random(); field in SendToClient
DVLoadTest.java29 private static java.util.Random random = new java.util.Random(); field in VLoadTest
DGetSetTest.java33 private static java.util.Random random = new java.util.Random(); field in GetSetTest
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java124 Random random = new Random(seed); in doPlayStreams() local
136 private String getRandomTestVideo(Random random, String[] videos) { in getRandomTestVideo()
157 Random random = new Random(1); in doAsyncPrepareAndRelease() local
167 Random random = new Random(1); in doRandomOperations() local
238 final Random random = new Random(seed); in createHttpServer() local
286 public FlakyHttpServerConnection(Random random, float probability) { in FlakyHttpServerConnection()
338 float random = mRandom.nextFloat(); in createSessionOutputBuffer() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
DBackupTestActivity.java184 Random random = new Random(); in doInBackground() local
196 private void generatePreferenceGroup1(Random random) { in generatePreferenceGroup1()
204 private void generatePreferenceGroup2(Random random) { in generatePreferenceGroup2()
213 private void generateTestFile(String fileName, Random random) in generateTestFile()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/tech/
DMifareUltralightTagTester.java50 Random random = new Random(); in writeTag() local
DNdefTagTester.java66 Random random = new Random(); in writeTag() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
DPolicySerializationTestActivity.java119 Random random = new Random(); in generateRandomPolicy() local
243 void setRandomExpectedValue(Random random); in setRandomExpectedValue()
278 public final void setRandomExpectedValue(Random random) { in setRandomExpectedValue()
282 protected abstract T getRandomExpectedValue(Random random); in getRandomExpectedValue()
394 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue()
441 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue()
465 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue()
488 protected Long getRandomExpectedValue(Random random) { in getRandomExpectedValue()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java263 Random random = new Random(System.currentTimeMillis()); in testLargeField() local
351 Random random = new Random(System.currentTimeMillis()); in testManyRowsTxt() local
383 Random random = new Random(System.currentTimeMillis()); in testManyRowsTxtLong() local
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DVpnTest.java274 Random random = new Random(); in checkPing() local
416 Random random = new Random(); in checkUdpEcho() local
/cts/tests/tests/tv/src/android/media/tv/cts/
DBundledTvInputServiceTest.java161 Random random = new Random(); in testTuneStress() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dbase.js91 Math.random = (function() { function
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DFileUtil.java276 Random random = new Random(0); in doRandomReadTest() local
330 Random random = new Random(0); in doRandomWriteTest() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1343 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init()
1355 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init()
1366 protected void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in init()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java411 Random random = new Random(1972941337); in testEchoMultipleMessages() local