Home
last modified time | relevance | path

Searched refs:tempArray (Results 1 – 3 of 3) 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/src/android/media/cts/
DMediaCasTest.java610 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString()
613 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString()
615 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
DDecoderTest.java1014 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString()
1017 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString()
1019 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()