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

  /external/chromium_org/chrome/tools/ipclist/
ipclist.cc 20 int out_count; member in struct:msginfo
108 msgtable[i].out_count << " OUT)";
  /external/chromium_org/third_party/skia/forth/
Forth.h 73 size_t out_count; member in struct:ForthCallBlock
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl.c 121 int out_count; local
127 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 134 milliseconds