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

  /external/chromium_org/ui/display/chromeos/x11/
native_display_delegate_x11.cc 601 int nprop = 0; local
602 Atom* props = XRRListOutputProperties(display_, id, &nprop);
603 for (int j = 0; j < nprop && !ret; j++) {
  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 101 int i, nprop, actual_format; local
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop);
115 for (i = 0; i < nprop; i++) {
    [all...]
  /external/ipsec-tools/src/racoon/
ipsec_doi.c 1385 int notrans, nprop; local
1396 notrans = nprop = 0;
    [all...]

Completed in 58 milliseconds