HomeSort by relevance Sort by last modified time
    Searched defs:poll (Results 1 - 25 of 417) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/nio/file/
WatchService.java 43 * {@link #poll() poll} or {@link #take() take} methods to retrieve keys
93 * may not be detected by primitive implementations that periodically poll the
114 * #poll(long,TimeUnit) poll} methods waiting for a key to be queued then
139 WatchKey poll(); method in interface:WatchService
159 WatchKey poll(long timeout, TimeUnit unit) method in interface:WatchService
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionService.java 107 Future<V> poll(); method in interface:CompletionService
123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; method in interface:CompletionService
BlockingQueue.java 80 * <td>{@link #poll poll()}</td>
82 * <td>{@link #poll(long, TimeUnit) poll(time, unit)}</td>
97 * {@code poll} operations.
277 E poll(long timeout, TimeUnit unit) method in interface:BlockingQueue
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-pthread-create.cc 24 void *poll(void *arg) { function
38 pthread_create(&p, 0, poll, &glob);
  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 62 function poll() { function in function:StatTracker
65 setTimeout(poll, pollInterval);
75 setTimeout(poll, pollInterval);
  /frameworks/opt/bitmap/src/com/android/bitmap/
PooledCache.java 24 V poll(); method in interface:PooledCache
  /libcore/ojluni/src/main/java/java/util/
Queue.java 69 * <td>{@link Queue#poll poll()}</td>
85 * {@link #poll()}. In a FIFO queue, all new elements are inserted at
98 * <p>The {@link #remove()} and {@link #poll()} methods remove and
103 * {@code poll()} methods differ only in their behavior when the
105 * while the {@code poll()} method returns {@code null}.
121 * used as a special return value by the {@code poll} method to
176 * from {@link #poll poll} only in that it throws an exception if this
190 E poll(); method in interface:Queue
    [all...]
  /cts/tests/openglperf2/
cob_exporter.py 58 def poll(cls, context): member in class:COBExporter
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
popen2.py 26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
  /external/autotest/server/
subcommand.py 224 def poll(self): member in class:subcommand
  /external/guava/guava/src/com/google/common/collect/
ForwardingQueue.java 59 public E poll() { method in class:ForwardingQueue
60 return delegate().poll();
109 * A sensible definition of {@link #poll} in terms of {@link #remove}. If you
110 * override {@link #remove}, you may wish to override {@link #poll} to forward
  /external/guava/guava/src/com/google/common/util/concurrent/
ForwardingBlockingQueue.java 58 @Override public E poll(long timeout, TimeUnit unit) method in class:ForwardingBlockingQueue
60 return delegate().poll(timeout, unit);
  /external/openssh/openbsd-compat/
bsd-poll.c 1 /* $Id: bsd-poll.c,v 1.6 2014/02/05 23:44:13 dtucker Exp $ */
31 #include "bsd-poll.h"
34 * A minimal implementation of poll(2), built on top of select(2).
43 poll(struct pollfd *fds, nfds_t nfds, int timeout) function
84 /* poll timeout is msec, select is timeval (sec + usec) */
94 /* scan through select results and set poll() flags */
  /external/skia/include/private/
SkMessageBus.h 29 void poll(SkTArray<Message>* out);
89 void SkMessageBus<Message>::Inbox::poll(SkTArray<Message>* messages) { function in class:SkMessageBus::Inbox
  /frameworks/av/services/audioflinger/
StateQueue.cpp 60 template<typename T> const T* StateQueue<T>::poll() function in class:android::StateQueue
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/dummy/
connection.py 76 def poll(self, timeout=0.0): member in class:Connection
  /prebuilts/gdb/darwin-x86/lib/python2.7/
popen2.py 26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/dummy/
connection.py 76 def poll(self, timeout=0.0): member in class:Connection
  /prebuilts/gdb/linux-x86/lib/python2.7/
popen2.py 26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 76 def poll(self, timeout=0.0): member in class:Connection
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py 26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/dummy/
connection.py 76 def poll(self, timeout=0.0): member in class:Connection
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py 26 if inst.poll(_deadstate=sys.maxint) >= 0:
76 self.poll(_deadstate=sys.maxint)
91 def poll(self, _deadstate=None): member in class:Popen3
  /tools/tradefederation/core/tests/src/com/android/tradefed/invoker/shard/
TestsPoolPollerTest.java 57 * Tests that {@link TestsPoolPoller#poll()} returns a {@link IRemoteTest} from the pool or null
72 assertNotNull(poller1.poll());
74 assertNotNull(poller2.poll());
76 assertNotNull(poller1.poll());
77 assertNotNull(poller1.poll());
78 assertNotNull(poller2.poll());
81 assertNull(poller1.poll());
82 assertNull(poller2.poll());
  /external/deqp/execserver/
xsTestDriver.cpp 84 bool TestDriver::poll (ByteBuffer& messageBuffer) function in class:xs::TestDriver
117 // Poll log file and info buffer.
142 // Poll log file and info buffer.

Completed in 576 milliseconds

1 2 3 4 5 6 7 8 91011>>