Lines Matching refs:ains
224 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
228 forEach(slot, ains, aout, v, null); in forEach()
234 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
239 if (ains != null) { in forEach()
240 for (Allocation ain : ains) { in forEach()
246 if (ains == null && aout == null) { in forEach()
252 if (ains != null) { in forEach()
253 in_ids = new long[ains.length]; in forEach()
254 for (int index = 0; index < ains.length; ++index) { in forEach()
255 in_ids[index] = ains[index].getID(mRS); in forEach()
290 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() argument
292 if (ains == null || ains.length < 1) { in reduce()
300 for (Allocation ain : ains) { in reduce()
304 long[] in_ids = new long[ains.length]; in reduce()
305 for (int index = 0; index < ains.length; ++index) { in reduce()
306 in_ids[index] = ains[index].getID(mRS); in reduce()