/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyPaddedTest.java | 26 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_Helper() local 145 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_2D_Helper() local 181 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_3D_Helper() local 218 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_1D() local 248 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_2D() local 279 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_3D() local 311 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Float3_1D() local [all …]
|
D | AllocationCopyToTest.java | 28 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Byte() local 62 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Short_Helper() local 110 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Int() local 147 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Float() local 184 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Long() local 221 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Byte() local 252 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Short_Helper() local 297 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Int() local 331 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Float() local 365 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Long() local [all …]
|
D | rsAllocationCopyTest.java | 28 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
|
D | GetAllocationTest.java | 27 Random random = new Random(0x827492ab); in testGetAllocation() local
|
D | AllocationResize.java | 46 Random random = new Random(0x12345678); in testResize() local
|
D | SendToClientBlockingTest.java | 28 private Random random; field in SendToClientBlockingTest
|
D | AllocationCopy2DRangeTest.java | 31 Random random = new Random(0x172d8ab9); in testAllocationCopy2DRange() local
|
D | GetElementAt.java | 48 Random random = new Random(0x12345678); in setupArrays() local
|
D | SendToClient.java | 28 private static Random random = new Random(); field in SendToClient
|
D | VLoadTest.java | 29 private static java.util.Random random = new java.util.Random(); field in VLoadTest
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 115 Random random = new Random(seed); in doPlayStreams() local 127 private String getRandomTestVideo(Random random, String[] videos) { in getRandomTestVideo() 148 Random random = new Random(1); in doAsyncPrepareAndRelease() local 158 Random random = new Random(1); in doRandomOperations() local 229 final Random random = new Random(seed); in createHttpServer() local 277 public FlakyHttpServerConnection(Random random, float probability) { in FlakyHttpServerConnection() 329 float random = mRandom.nextFloat(); in createSessionOutputBuffer() local
|
D | EncoderTest.java | 180 InputStream istream, int mode, long timeUs, Random random) { in queueInputBuffer() 300 Random random = new Random(startSeed); in testEncoder() local
|
D | AudioTrackSurroundTest.java | 421 Random random = new Random(); in SamplePlayerShorts() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/ |
D | BackupTestActivity.java | 184 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/ |
D | MifareUltralightTagTester.java | 50 Random random = new Random(); in writeTag() local
|
D | NdefTagTester.java | 66 Random random = new Random(); in writeTag() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
D | PolicySerializationTestActivity.java | 120 Random random = new Random(); in generateRandomPolicy() local 244 void setRandomExpectedValue(Random random); in setRandomExpectedValue() 279 public final void setRandomExpectedValue(Random random) { in setRandomExpectedValue() 283 protected abstract T getRandomExpectedValue(Random random); in getRandomExpectedValue() 395 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 442 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 466 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 489 protected Long getRandomExpectedValue(Random random) { in getRandomExpectedValue()
|
/cts/tests/sample/src/android/sample/cts/ |
D | SampleDeviceResultTest.java | 51 private static final Random random = new Random(12345); field in SampleDeviceResultTest
|
/cts/tests/tests/database/src/android/database/cts/ |
D | DatabaseCursorTest.java | 263 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/tests/tests/tv/src/android/media/tv/cts/ |
D | BundledTvInputServiceTest.java | 164 Random random = new Random(); in testTuneStress() local
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 291 Random random = new Random(); in checkPing() local 433 Random random = new Random(); in checkUdpEcho() local
|
/cts/tests/filesystem/src/android/filesystem/cts/ |
D | FileUtil.java | 277 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/ |
D | BlockCipherTestBase.java | 1346 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init() 1358 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init() 1369 protected void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in init()
|
/cts/hostsidetests/compilation/app/src/android/cts/compilation/ |
D | CompilationTargetActivity.java | 80 Random random = new Random(); in makeValues() local
|
/cts/tests/tests/midi/src/android/midi/cts/ |
D | MidiEchoTest.java | 428 Random random = new Random(1972941337); in testEchoMultipleMessages() local
|