/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
|
/cts/tests/tests/media/player/src/android/media/player/cts/ |
D | MediaPlayerFlakyNetworkTest.java | 145 Random random = new Random(seed); in doPlayStreams() local 157 private String getRandomTestVideo(Random random, String[] videos) { in getRandomTestVideo() 178 Random random = new Random(1); in doAsyncPrepareAndRelease() local 188 Random random = new Random(1); in doRandomOperations() local 259 final Random random = new Random(seed); in createHttpServer() local 300 public FlakyHttpServerConnection(Random random, float probability) { in FlakyHttpServerConnection() 352 float random = mRandom.nextFloat(); in createSessionOutputBuffer() local
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0685/src/android/security/cts/CVE_2021_0685/ |
D | PocAmbiguator.java | 38 Random random = new Random(1234); in make() local 117 private static String randomString(Random random) { in randomString() 125 private static boolean padBundle(Bundle bundle, int size, int minHash, Random random) { in padBundle()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | AmbiguousBundlesTest.java | 753 protected String makeStringToInject(Bundle stuffToInject, Random random) { in makeStringToInject() 799 protected static String randomString(Random random) { in randomString() 803 protected static String randomString(Random random, int len) { in randomString() 811 protected static void padBundle(Bundle bundle, int size, int minHash, Random random) { in padBundle()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
D | PolicySerializationTestActivity.java | 126 Random random = new Random(); in generateRandomPolicy() local 258 void setRandomExpectedValue(Random random); in setRandomExpectedValue() 293 public final void setRandomExpectedValue(Random random) { in setRandomExpectedValue() 297 protected abstract T getRandomExpectedValue(Random random); in getRandomExpectedValue() 417 protected Integer getRandomExpectedValue(Random random) { in getRandomExpectedValue() 440 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/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricPromptContentViewTest.java | 123 final Random random = new Random(); in testMoreOptionsButton_simpleBiometricAuth_nonConvenience() local 294 final Random random = new Random(); in testMoreOptionsButton_onlyCredential_clickButton() local 379 final Random random = new Random(); in testVerticalList_simpleBiometricAuth_nonConvenience() local 442 final Random random = new Random(); in testVerticalList_onlyCredential_showsTwoStep() local 507 final Random random = new Random(); in addVerticalListItems() local
|
D | BiometricSimpleTests.java | 507 final Random random = new Random(); in testSimpleBiometricAuth_nonConvenience() local 560 final Random random = new Random(); in testSimpleCredentialAuth() local
|
/cts/tests/sample/src/android/sample/cts/ |
D | SampleDeviceResultTest.java | 60 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/nfc/src/android/nfc/tech/cts/interactive/ |
D | NdefTagTester.java | 66 Random random = new Random(); in writeTag() local
|
/cts/tests/tests/identity/src/android/security/identity/cts/ |
D | AttestationTest.java | 63 SecureRandom random = new SecureRandom(); in attestationTest() local
|
/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
D | SeekTestPlayerListener.java | 61 Random random = new Random(mSeed); in seek() local
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
D | LocationUtils.java | 45 public static Location createLocation(String provider, Random random) { in createLocation()
|
/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/tests/media/encoder/src/android/media/encoder/cts/ |
D | EncoderTest.java | 221 InputStream istream, int mode, long timeUs, Random random) { in queueInputBuffer() 331 Random random = new Random(startSeed); in testEncoder() local
|