Home | History | Annotate | Download | only in adb

Lines Matching refs:out_count

137     int           out_count;            /* to send to the JDWP process      */
200 for (n = 0; n < proc->out_count; n++) {
203 proc->out_count = 0;
240 proc->out_count = 0;
338 proc->pid, proc->out_count, proc->out_fds[0]);
339 if (proc->out_count > 0) {
385 for (n = 1; n < proc->out_count; n++)
393 if (--proc->out_count == 0)
418 if (proc->out_count >= MAX_OUT_FDS) {
431 proc->out_fds[ proc->out_count ] = fds[1];
432 if (++proc->out_count == 1)