Lines Matching full:aout
171 protected void forEach(int slot, Allocation ain, Allocation aout,
173 forEach(slot, ain, aout, v, null);
180 protected void forEach(int slot, Allocation ain, Allocation aout,
185 mRS.validateObject(aout);
187 if (ain == null && aout == null && sc == null) {
199 if (aout != null) {
200 out_id = aout.getID(mRS);
226 protected void forEach(int slot, Allocation[] ains, Allocation aout,
230 forEach(slot, ains, aout, v, null);
236 protected void forEach(int slot, Allocation[] ains, Allocation aout,
246 mRS.validateObject(aout);
248 if (ains == null && aout == null) {
250 "At least one of ain or aout is required to be non-null.");
264 if (aout != null) {
265 out_id = aout.getID(mRS);
292 protected void reduce(int slot, Allocation[] ains, Allocation aout, LaunchOptions sc) {
298 if (aout == null) {
300 "aout is required to be non-null.");
310 long out_id = aout.getID(mRS);