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

  /libcore/ojluni/src/main/java/sun/net/spi/
DefaultProxySelector.java 180 final NonProxyInfo nprop = pinfo; local
222 if (nprop != null) {
223 nphosts = NetProperties.get(nprop.property);
224 synchronized (nprop) {
226 if (nprop.defaultVal != null) {
227 nphosts = nprop.defaultVal;
229 nprop.hostsSource = null;
230 nprop.hostsPool = null;
240 if (!nphosts.equals(nprop.hostsSource)) {
249 nprop.hostsPool = pool
    [all...]
  /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 1389 int notrans, nprop; local
    [all...]

Completed in 222 milliseconds