Searched refs:tempArray (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | GetAllocationTest.java | 28 int[] tempArray = new int[INPUTSIZE]; in testGetAllocation() local 30 tempArray[i] = random.nextInt(); in testGetAllocation() 36 mTemp.copyFrom(tempArray); in testGetAllocation() 45 for (int i = 0; i < tempArray.length; i++) { in testGetAllocation() 47 tempArray[i], in testGetAllocation()
|
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/ |
D | HDRDecoderTest.java | 421 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 424 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 426 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|
/cts/tests/tests/media/misc/src/android/media/misc/cts/ |
D | MediaCasTest.java | 837 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 840 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 842 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | CodecTestBase.java | 1113 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 1116 tempArray[i++] = (byte) Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 1118 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|