Lines Matching refs:aout
170 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() argument
172 forEach(slot, ain, aout, v, null); in forEach()
179 protected void forEach(int slot, Allocation ain, Allocation aout, in forEach() argument
184 mRS.validateObject(aout); in forEach()
186 if (ain == null && aout == null && sc == null) { in forEach()
198 if (aout != null) { in forEach()
199 out_id = aout.getID(mRS); in forEach()
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
245 mRS.validateObject(aout); in forEach()
247 if (ains == null && aout == null) { in forEach()
263 if (aout != null) { in forEach()
264 out_id = aout.getID(mRS); in forEach()
291 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) { in reduce() argument
297 if (aout == null) { in reduce()
309 long out_id = aout.getID(mRS); in reduce()