Searched refs:tempArray (Results 1 – 2 of 2) sorted by relevance
28 int[] tempArray = new int[INPUTSIZE]; in testGetAllocation() local30 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()
795 byte[] tempArray = new byte[str.length() / 2]; in loadByteArrayFromString()798 tempArray[i++] = (byte)Integer.parseInt(matcher.group(), 16); in loadByteArrayFromString()800 return Arrays.copyOfRange(tempArray, 0, i); in loadByteArrayFromString()