/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopyPaddedTest.java | 26 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_1D() local 54 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_2D() local 83 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Byte3_3D() local 113 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_1D_Helper() local 149 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_2D_Helper() local 186 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Short3_3D_Helper() local 224 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_1D() local 255 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_2D() local 287 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Int3_3D() local 320 Random random = new Random(0x172d8ab9); in test_AllocationPadded_Float3_1D() local [all …]
|
D | AllocationCopyToTest.java | 36 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Byte() local 70 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Short_Helper() local 118 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Int() local 155 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Float() local 192 Random random = new Random(0x172d8ab9); in test_Allocationcopy1DRangeTo_Long() local 229 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Byte() local 260 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Short_Helper() local 305 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Int() local 339 Random random = new Random(0x172d8ab9); in test_Allocationcopy2DRangeTo_Float() local 373 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 | SendToClient.java | 28 private static Random random = new Random(); field in SendToClient
|
D | GetElementAt.java | 65 Random random = new Random(0x12345678); in setupArrays() local
|
D | DebugContext.java | 431 Random random = new Random(0x172d8ac1); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 120 Random random = new Random(seed); in doPlayStreams() local 132 private String getRandomTestVideo(Random random, String[] videos) { in getRandomTestVideo() 153 Random random = new Random(1); in doAsyncPrepareAndRelease() local 163 Random random = new Random(1); in doRandomOperations() local 234 final Random random = new Random(seed); in createHttpServer() local 282 public FlakyHttpServerConnection(Random random, float probability) { in FlakyHttpServerConnection() 334 float random = mRandom.nextFloat(); in createSessionOutputBuffer() local
|
D | EncoderTest.java | 211 InputStream istream, int mode, long timeUs, Random random) { in queueInputBuffer() 331 Random random = new Random(startSeed); in testEncoder() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
D | PolicySerializationTestActivity.java | 122 Random random = new Random(); in generateRandomPolicy() local 246 void setRandomExpectedValue(Random random); in setRandomExpectedValue() 281 public final void setRandomExpectedValue(Random random) { in setRandomExpectedValue() 285 protected abstract T getRandomExpectedValue(Random random); in getRandomExpectedValue() 397 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 444 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 468 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 491 protected Long getRandomExpectedValue(Random random) { in getRandomExpectedValue()
|
/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/tests/tests/security/src/android/security/cts/ |
D | AmbiguousBundlesTest.java | 515 protected String makeStringToInject(Bundle stuffToInject, Random random) { in makeStringToInject() 561 protected static String randomString(Random random) { in randomString() 569 protected static void padBundle(Bundle bundle, int size, int minHash, Random random) { in padBundle()
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | AttestationTest.java | 60 SecureRandom random = new SecureRandom(); in attestationTest() local
|
/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/sensor/src/android/hardware/cts/helpers/sensorverification/ |
D | InitialValueVerificationTest.java | 38 private static final Random random = new Random(123L); field in InitialValueVerificationTest
|
/cts/tests/filesystem/src/android/filesystem/cts/ |
D | FileUtil.java | 278 Random random = new Random(0); in doRandomReadTest() local 331 Random random = new Random(0); in doRandomWriteTest() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 498 Random random = new Random(); in echoUsbRequestLegacy() local 634 Random random = new Random(); in echoUsbRequest() local 759 Random random = new Random(); in echoLargeUsbRequestLegacy() local 1360 Random random = new Random(); in run() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/biometrics/ |
D | BiometricTest.java | 278 final Random random = new Random(); in showInstructionDialogForStringsTest() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 1367 protected void init(int opmode, Key key, AlgorithmParameters spec, SecureRandom random) in init() 1379 protected void init(int opmode, Key key, AlgorithmParameterSpec spec, SecureRandom random) in init() 1390 protected void init(int opmode, Key key, SecureRandom random) throws InvalidKeyException { in init()
|
D | ImportWrappedKeyTest.java | 85 SecureRandom random = new SecureRandom(); field in ImportWrappedKeyTest
|