Searched refs:poll (Results 101 - 125 of 335) sorted by relevance

1234567891011>>

/external/fio/engines/
H A Dsplice.c13 #include <sys/poll.h>
180 if (poll(&pfd, 1, -1) < 0)
/external/guava/guava/src/com/google/common/util/concurrent/
H A DAbstractListeningExecutorService.java89 Future<T> f = ecs.poll();
98 f = ecs.poll(nanos, TimeUnit.NANOSECONDS);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMinMaxPriorityQueueTest.java214 removeMinFromReplica(replica, mmHeap.poll());
257 assertEquals(1, (int) mmHeap.poll());
260 assertEquals(2, (int) mmHeap.poll());
263 assertEquals(3, (int) mmHeap.poll());
266 assertNull(mmHeap.poll());
671 assertEquals("Using seed " + seed, control.poll(), q.pollFirst());
675 assertEquals("Using seed " + seed, control.poll(), q.pollFirst());
704 assertEquals(next, q.poll());
/external/ipsec-tools/
H A Dmain.c21 #include <poll.h>
195 if (poll(pollfds, monitors, timeout) > 0) {
/external/libpcap/tests/
H A Dselpolltest.c37 #include <poll.h>
108 fprintf(stderr, "selpolltest: choose select (-s) or poll (-p), but not both\n");
112 fprintf(stderr, "selpolltest: timeout (-t) requires select (-s) or poll (-p)\n");
200 status = poll(&fd, 1, polltimeout);
231 printf("%d packets seen, %d packets counted after poll returns\n",
/external/libselinux/src/
H A Davc_internal.c18 #include <poll.h>
109 rc = poll(&pfd, 1, (blocking ? -1 : 0));
117 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n",
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-messaging.c29 #include <sys/poll.h>
83 if (poll(&pollfd, 1, -1) != 1)
84 barf("poll");
/external/openssl/crypto/rand/
H A Drand_unix.c129 # include <poll.h>
304 /* use poll() */
311 if (poll(&pset, 1, usec / 1000) < 0)
/external/qemu/distrib/libselinux/src/
H A Davc_internal.c18 #include <poll.h>
109 rc = poll(&pfd, 1, (blocking ? -1 : 0));
117 avc_log(SELINUX_ERROR, "%s: netlink poll: error %d\n",
/external/strace/
H A Dpathtrace.c32 # include <poll.h>
34 # include <sys/poll.h>
H A Dstream.c31 # include <poll.h>
33 # include <sys/poll.h>
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.c32 #include <poll.h>
154 if (poll(&pfd, 1, timeo) < 0)
156 perror("poll");
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DCookieManagerTest.java203 poll(new Callable<Boolean>() {
241 poll(new Callable<Boolean>() {
294 poll(new Callable<Boolean>() {
325 poll(new Callable<Boolean>() {
673 poll(new Callable<Boolean>() {
H A DMediaAccessPermissionRequestTest.java119 poll(new Callable<Boolean>() {
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialposix.py656 """poll based read implementation. not all systems support poll properly.
666 poll = select.poll()
667 poll.register(self.fd, select.POLLIN|select.POLLERR|select.POLLHUP|select.POLLNVAL)
672 for fd, event in poll.poll(self._timeout*1000):
674 raise SerialException('device reports error (poll)')
/external/chromium_org/build/android/pylib/
H A Dcmd_helper.py157 if process.poll() is not None:
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Devent_listener.cc6 #include <poll.h>
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_dgux.h214 #include <poll.h>
H A D_hpux.h247 #include <poll.h>
H A D_openbsd.h228 #include <poll.h>
H A D_osf1.h230 /* The following defines unwrapped versions of select() and poll(). */
235 #include <sys/poll.h>
H A D_sony.h180 /* The following defines unwrapped versions of select() and poll(). */
184 #include <sys/poll.h>
/external/chromium_org/tools/usb_gadget/
H A Dserver.py96 child.poll()
/external/deqp/execserver/
H A DxsTestDriver.cpp84 bool TestDriver::poll (ByteBuffer& messageBuffer) function in class:xs::TestDriver
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1341 milliseconds

1234567891011>>