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 | HDRDecoderTestBase.java | 153 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 156 tempArray[i++] = (byte) Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 158 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|
| /cts/tests/tests/media/misc/src/android/media/misc/cts/ |
| D | MediaCasTest.java | 1011 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 1014 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 1016 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|
| /cts/tests/media/common/src/android/mediav2/common/cts/ |
| D | CodecTestBase.java | 1277 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString() 1280 tempArray[i++] = (byte) Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString() 1282 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()
|