Searched refs:poll (Results 1 - 25 of 335) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/linux/
H A Dpoll.h1 #include <asm/poll.h>
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dpoll.h1 #include <asm-generic/poll.h>
/external/kernel-headers/original/uapi/asm-arm64/asm/
H A Dpoll.h1 #include <asm-generic/poll.h>
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dpoll.h1 #include <asm-generic/poll.h>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/
H A Dpoll.h8 #include <sys/poll.h>
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dpoll.h7 #include <asm-generic/poll.h>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
H A Dpoll.c10 int poll(struct pollfd *fds, nfds_t nfds, int timeout) { function
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dpoll_posix.h7 #define usbi_poll poll
/external/fio/os/windows/posix/include/sys/
H A Dpoll.h13 int poll(struct pollfd fds[], nfds_t nfds, int timeout);
/external/valgrind/main/memcheck/tests/
H A Dbadpoll.c3 #include <sys/poll.h>
5 // At one point, poll()'s checking was not done accurately. This test
22 poll(ufds, 2, 200);
H A Dbadpoll.stderr.exp1 Syscall param poll(ufds.fd) points to uninitialised byte(s)
8 Syscall param poll(ufds.revents) points to unaddressable byte(s)
/external/smack/src/org/jivesoftware/smackx/muc/
H A DConnectionDetachedPacketCollector.java72 return resultQueue.poll();
100 return resultQueue.poll(timeout, TimeUnit.MILLISECONDS);
119 // Since we know the queue is full, this poll should never actually block.
120 resultQueue.poll();
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dossocket.h15 #include <poll.h>
/external/chromium_org/third_party/skia/tests/
H A DMessageBusTest.cpp29 inbox1.poll(&messages);
37 inbox1.poll(&messages);
42 inbox1.poll(&messages);
46 inbox2.poll(&messages);
/external/skia/tests/
H A DMessageBusTest.cpp29 inbox1.poll(&messages);
37 inbox1.poll(&messages);
42 inbox1.poll(&messages);
46 inbox2.poll(&messages);
/external/guava/guava/src/com/google/common/collect/
H A DForwardingQueue.java60 public E poll() { method in class:ForwardingQueue
61 return delegate().poll();
110 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you
111 * override {@link #remove}, you may wish to override {@link #poll} to forward
/external/netcat/
H A Datomicio.c32 #include <poll.h>
57 (void)poll(&pfd, 1, -1);
/external/strace/test/
H A Dprocpollable.c6 #include <poll.h>
33 if (poll(&pfd, 1, 0) < 0)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dpoll.h11 /* This header adds definitions of flags and structures for use with poll on
12 * toolchains with 'C' libraries which do not normally supply poll. */
15 #define POLLIN 0x0001 /* Will not block READ select/poll. */
17 #define POLLOUT 0x0004 /* Will not block WRITE select/poll. */
18 #define POLLERR 0x0008 /* Will not block EXECPT select/poll. */
33 int poll(struct pollfd* __fds, nfds_t __nfds, int __timeout);
/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Dstat_tracker.js62 function poll() {
65 setTimeout(poll, pollInterval);
75 setTimeout(poll, pollInterval);
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DQueuePollTester.java29 * A generic JUnit test which tests {@code poll()} operations on a queue.
42 assertNull("emptyQueue.poll() should return null", getQueue().poll());
49 assertEquals("size1Queue.poll() should return first element",
50 samples.e0, getQueue().poll());
57 assertEquals("sizeManyQueue.poll() should return first element",
58 samples.e0, getQueue().poll());
/external/smack/src/org/jivesoftware/smack/
H A DPacketCollector.java107 return resultQueue.poll();
135 return resultQueue.poll(timeout, TimeUnit.MILLISECONDS);
155 // Since we know the queue is full, this poll should never actually block.
156 resultQueue.poll();
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DGeolocationTest.java95 poll(new Callable<Boolean>() {
115 poll(new Callable<Boolean>() {
123 poll(new Callable<Boolean>() {
142 poll(new Callable<Boolean>() {
159 poll(new Callable<Boolean>() {
193 poll(new Callable<Boolean>() {
230 poll(new Callable<Boolean>() {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
H A Dpipe_event_emitter.h8 #include <poll.h>
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/stream/
H A Dstream_event_emitter.cc7 #include <poll.h>

Completed in 451 milliseconds

1234567891011>>