Searched refs:tempArray (Results 1 – 3 of 3) 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()
610 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()
1014 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()