HomeSort by relevance Sort by last modified time
    Searched defs:out_count (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl.c 109 int out_count; local
115 VisualScreenMask|VisualIDMask, &vi_in, &out_count);
  /system/core/adb/
jdwp_service.c 116 int out_count; /* to send to the JDWP process */ member in struct:JdwpProcess
179 for (n = 0; n < proc->out_count; n++) {
182 proc->out_count = 0;
218 proc->out_count = 0;
315 proc->pid, proc->out_count, proc->out_fds[0]);
316 if (proc->out_count > 0) {
373 for (n = 1; n < proc->out_count; n++)
382 if (--proc->out_count == 0)
407 if (proc->out_count >= MAX_OUT_FDS) {
419 proc->out_fds[ proc->out_count ] = fds[1]
    [all...]
  /external/opencv/cxcore/src/
cxmatrix.cpp 1596 int i, len, in_count, count, out_count; local
    [all...]

Completed in 179 milliseconds