Home
last modified time | relevance | path

Searched refs:tempArray (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DGetAllocationTest.java28 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/
DHDRDecoderTest.java421 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/
DMediaCasTest.java837 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/
DCodecTestBase.java1113 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()