HomeSort by relevance Sort by last modified time
    Searched refs:poll (Results 101 - 125 of 511) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/samsung/tuna/libsensors/
LightSensor.cpp 20 #include <poll.h>
PressureSensor.cpp 20 #include <poll.h>
ProximitySensor.cpp 20 #include <poll.h>
  /external/chromium/third_party/libevent/
Android.mk 14 third_party/libevent/poll.c \
  /frameworks/base/core/java/android/app/
QueuedWork.java 87 while ((toFinish = sPendingWorkFinishers.poll()) != null) {
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingQueue.java 50 * <td>{@link #poll poll()}</td>
52 * <td>{@link #poll(long, TimeUnit) poll(time, unit)}</td>
67 * <tt>poll</tt> operations.
248 E poll(long timeout, TimeUnit unit) method in interface:BlockingQueue
BlockingDeque.java 132 * <td>{@link #poll() poll()}</td>
140 * <td>{@link #poll(long, TimeUnit) poll(time, unit)}</td>
479 * This method differs from {@link #poll poll} only in that it
498 E poll(); method in interface:BlockingDeque
524 E poll(long timeout, TimeUnit unit) method in interface:BlockingDeque
DelayQueue.java 21 * past. If no delay has expired there is no head and <tt>poll</tt>
25 * removed using <tt>take</tt> or <tt>poll</tt>, they are otherwise
53 * poll(...), unless some other thread becomes leader in the
152 public E poll() { method in class:DelayQueue
160 return q.poll();
184 return q.poll();
216 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:DelayQueue
231 return q.poll();
259 * <tt>poll</tt>, if no expired elements are available in the queue,
305 c.add(q.poll());
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
ReferenceQueueTest.java 57 * @tests java.lang.ref.ReferenceQueue#poll()
65 assertTrue("Remove failed.", ((Boolean) rq.poll().get())
86 assertNull("Queue is empty.", rq.poll());
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
ReferenceTest.java 116 assertTrue("Not properly enqueued.", rq.poll().get() == obj);
120 && (rq.poll() == null));
128 assertTrue("Not properly enqueued2.", rq.poll().get() == obj);
132 && (rq.poll() == null));
137 assertNull("Not properly enqueued3.", rq.poll().get());
141 && (rq.poll() == null));
164 ref = queue.poll();
275 rq.poll();
  /bionic/libc/kernel/common/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /bionic/libc/private/
syscommon.h 13 #include <poll.h>
  /development/ndk/platforms/android-3/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /development/tools/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 21 #include <poll.h>
  /development/tools/emulator/opengl/tests/event_injector/
EventInjector.cpp 48 void EventInjector::poll(void) function in class:EventInjector
  /external/qemu/hw/
goldfish_pipe.h 87 /* Called when guest wants to poll the read/write status for the pipe.
90 unsigned (*poll)( void* pipe ); member in struct:__anon10085
139 #define PIPE_CMD_POLL 3 /* poll read/write status */
  /frameworks/base/services/sensorservice/
SensorDevice.h 55 ssize_t poll(sensors_event_t* buffer, size_t count);
  /frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
AwaitableCompletionListener.java 49 if (mQueue.poll(timeout, unit) == null) {
AwaitableErrorListener.java 57 if (mQueue.poll(timeout, unit) == null) {
  /libcore/luni/src/main/java/java/util/
Deque.java 97 * <td>{@link java.util.Queue#poll poll()}</td>
402 * This method differs from {@link #poll poll} only in that it throws an
422 E poll(); method in interface:Deque
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictionaryPool.java 45 final DictAndProximity dict = poll();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
asoundlib.h 38 #include <sys/poll.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_wanpipe.h 51 unsigned poll; member in struct:__anon21038
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers

Completed in 380 milliseconds

1 2 3 45 6 7 8 91011>>