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

  /external/dbus/dbus/
sd-daemon.c 187 int accepting = 0; local
188 socklen_t l = sizeof(accepting);
190 if (getsockopt(fd, SOL_SOCKET, SO_ACCEPTCONN, &accepting, &l) < 0)
193 if (l != sizeof(accepting))
196 if (!accepting != !listening)
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 361 // the dot for accepting the touch events.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 447 // the dot for accepting the touch events.

Completed in 528 milliseconds