Home
last modified time | relevance | path

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

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopyPaddedTest.java26 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 …]
DAllocationCopyToTest.java36 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 …]
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
DSendToClient.java28 private static Random random = new Random(); field in SendToClient
DGetElementAt.java65 Random random = new Random(0x12345678); in setupArrays() local
DDebugContext.java431 Random random = new Random(0x172d8ac1); in testDebugContextRsAllocationCopy2D_Short_WrongD() local
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerFlakyNetworkTest.java120 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
DEncoderTest.java211 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/
DPolicySerializationTestActivity.java122 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/
DMifareUltralightTagTester.java50 Random random = new Random(); in writeTag() local
DNdefTagTester.java66 Random random = new Random(); in writeTag() local
/cts/tests/tests/security/src/android/security/cts/
DAmbiguousBundlesTest.java515 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/
DAttestationTest.java60 SecureRandom random = new SecureRandom(); in attestationTest() local
/cts/tests/sample/src/android/sample/cts/
DSampleDeviceResultTest.java51 private static final Random random = new Random(12345); field in SampleDeviceResultTest
/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/tests/sensor/src/android/hardware/cts/helpers/sensorverification/
DInitialValueVerificationTest.java38 private static final Random random = new Random(123L); field in InitialValueVerificationTest
/cts/tests/filesystem/src/android/filesystem/cts/
DFileUtil.java278 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/
DUsbDeviceTestActivity.java498 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/
DBiometricTest.java278 final Random random = new Random(); in showInstructionDialogForStringsTest() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DBlockCipherTestBase.java1367 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()
DImportWrappedKeyTest.java85 SecureRandom random = new SecureRandom(); field in ImportWrappedKeyTest

12