Searched defs:poll (Results 1 - 25 of 49) sorted by relevance

12

/external/grub/netboot/
H A Dnic.h19 int (*poll)P((struct nic *)); member in struct:nic
/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
H A DMinMaxPriorityQueue.java49 * #poll()} and {@link #remove()} -- is defined as the <i>least</i> element in
75 * all the forms of {@link #poll} and {@link #remove()}) run in {@code
283 @Override public E poll() { method in class:MinMaxPriorityQueue
317 return poll();
771 lastFromForgetMeNot = forgetMeNot.poll();
/external/openssh/openbsd-compat/
H A Dbsd-poll.c1 /* $Id: bsd-poll.c,v 1.4 2008/08/29 21:32:38 dtucker Exp $ */
28 #include "bsd-poll.h"
31 * A minimal implementation of poll(2), built on top of select(2).
40 poll(struct pollfd *fds, nfds_t nfds, int timeout) function
81 /* poll timeout is msec, select is timeval (sec + usec) */
91 /* scan through select results and set poll() flags */
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dserver_process_unittest.py56 def poll(self): member in class:MockProc
H A Ddryrun.py116 def poll(self): member in class:DryrunDriver
H A Dserver_process.py104 def poll(self): member in class:ServerProcess
106 if it still is (wrapper around subprocess.poll)."""
108 # poll() is not threadsafe and can throw OSError due to:
110 return self._proc.poll()
170 # poll() is not threadsafe and can throw OSError due to:
172 if self._proc.poll() != None:
218 # poll() is not threadsafe and can throw OSError due to:
220 while self._proc.poll() is None and time.time() < timeout:
222 # poll() is not threadsafe and can throw OSError due to:
224 if self._proc.poll() i
[all...]
H A Dchromium.py397 def poll(self): member in class:ChromiumDriver
398 # poll() is not threadsafe and can throw OSError due to:
400 return self._proc.poll()
474 if line == '' and self.poll() is not None:
533 while self._proc.poll() is None and time.time() < timeout:
535 if self._proc.poll() is None:
539 # FIXME: This is sometime none. What is wrong? assert self._proc.poll() is not None
540 if self._proc.poll() is not None:
H A Dtest.py427 def poll(self): member in class:TestDriver
H A Dwebkit.py389 def poll(self): member in class:WebKitDriver
390 return self._server_process.poll()
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingBlockingQueue.java58 @Override public E poll(long timeout, TimeUnit unit) method in class:ForwardingBlockingQueue
60 return delegate().poll(timeout, unit);
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.cc112 void SocketMonitor::PollSocket(bool poll) { argument
147 // Signal the monitoring thread, start another poll timer
150 if (poll)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractQueueTest.java85 public E poll() { method in class:AbstractQueueTest.MockAbstractQueue
/external/kernel-headers/original/linux/
H A Dipmi_smi.h114 /* Called to poll for work to do. This is so upper layers can
115 poll for operations during things like crash dumps. */
116 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
H A Dkobject.h60 wait_queue_head_t poll; member in struct:kobject
H A Dnet.h142 unsigned int (*poll) (struct file *file, struct socket *sock, member in struct:proto_ops
252 SOCKCALL_UWRAP(name, poll, (struct file *file, struct socket *sock, struct poll_table_struct *wait), \
280 .poll = __lock_##name##_poll, \
/external/guava/guava-tests/test/com/google/common/collect/
H A DForwardingQueueTest.java101 @Override public T poll() { method in class:ForwardingQueueTest.StandardImplForwardingQueue
196 forward.poll();
197 assertEquals("[poll]", getCalls());
/external/qemu/android/
H A Dlooper.h218 unsigned (*poll)(void* impl); member in struct:LoopIoClass
262 return io->clazz->poll(io->impl);
/external/qemu/hw/
H A Dgoldfish_pipe.h87 /* Called when guest wants to poll the read/write status for the pipe.
90 unsigned (*poll)( void* pipe ); member in struct:__anon10973
165 #define PIPE_CMD_POLL 3 /* poll read/write status */
H A Di8259.c44 uint8_t poll; member in struct:PicState
275 s->poll = 0;
308 s->poll = 1;
408 if (s->poll) {
410 s->poll = 0;
465 qemu_put_8s(f, &s->poll);
490 qemu_get_8s(f, &s->poll);
/external/libpcap/
H A Dpcap-dag.c508 struct timeval poll; local
571 /* Set up default poll parameters for stream
575 &mindata, &maxwait, &poll) < 0) {
593 mindata, &maxwait, &poll) < 0) {
685 * "select()" and "poll()" don't work on DAG device descriptors.
853 struct timeval poll; local
856 &mindata, &maxwait, &poll) < 0) {
871 mindata, &maxwait, &poll) < 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... UpdateCheckThread extends java.lang.Thread { boolean done long poll long delay org.eclipse.equinox.internal. ...
/external/tcpdump/
H A Dprint-pgm.c283 struct pgm_poll *poll; local
285 poll = (struct pgm_poll *)(pgm + 1);
286 TCHECK(*poll);
288 EXTRACT_32BITS(&poll->pgmp_seq),
289 EXTRACT_16BITS(&poll->pgmp_round));
290 bp = (u_char *) (poll + 1);
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py147 def poll(self): member in class:get_tests_run.RecordingTestDriver
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread.cc93 // will drop out of *all* forward progress sync loops (it won't poll and it
160 AdjustPolling(NULL); // Will kick start poll timer if needed.
660 // For all other purposes(nudge and poll) we schedule a retry nudge.
672 TimeDelta poll = (!session_context_->notifications_enabled()) ? local
676 poll != poll_timer_.GetCurrentDelay();
684 // Adjust poll rate.
686 poll_timer_.Start(poll, this, &SyncerThread::PollTimerCallback);

Completed in 585 milliseconds

12