Lines Matching refs:ains
225 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
229 forEach(slot, ains, aout, v, null); in forEach()
235 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
240 if (ains != null) { in forEach()
241 for (Allocation ain : ains) { in forEach()
247 if (ains == null && aout == null) { in forEach()
253 if (ains != null) { in forEach()
254 in_ids = new long[ains.length]; in forEach()
255 for (int index = 0; index < ains.length; ++index) { in forEach()
256 in_ids[index] = ains[index].getID(mRS); in forEach()
291 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() argument
293 if (ains == null || ains.length < 1) { in reduce()
301 for (Allocation ain : ains) { in reduce()
305 long[] in_ids = new long[ains.length]; in reduce()
306 for (int index = 0; index < ains.length; ++index) { in reduce()
307 in_ids[index] = ains[index].getID(mRS); in reduce()