Lines Matching refs:ains
226 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
230 forEach(slot, ains, aout, v, null); in forEach()
236 protected void forEach(int slot, Allocation[] ains, Allocation aout, in forEach() argument
241 if (ains != null) { in forEach()
242 for (Allocation ain : ains) { in forEach()
248 if (ains == null && aout == null) { in forEach()
254 if (ains != null) { in forEach()
255 in_ids = new long[ains.length]; in forEach()
256 for (int index = 0; index < ains.length; ++index) { in forEach()
257 in_ids[index] = ains[index].getID(mRS); in forEach()
292 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() argument
294 if (ains == null || ains.length < 1) { in reduce()
302 for (Allocation ain : ains) { in reduce()
306 long[] in_ids = new long[ains.length]; in reduce()
307 for (int index = 0; index < ains.length; ++index) { in reduce()
308 in_ids[index] = ains[index].getID(mRS); in reduce()