HomeSort by relevance Sort by last modified time
    Searched defs:poll (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /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/
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/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
LwjglKeyInput.java 79 Keyboard.poll();
  /frameworks/native/services/sensorservice/
SensorDevice.cpp 111 ssize_t SensorDevice::poll(sensors_event_t* buffer, size_t count) { function in class:android::SensorDevice
115 c = mSensorDevice->poll(reinterpret_cast<struct sensors_poll_device_t *> (mSensorDevice),
  /libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java 46 public synchronized Reference<? extends T> poll() { method in class:ReferenceQueue
96 return poll();
104 return poll();
126 return poll();
  /libcore/luni/src/main/java/java/util/concurrent/
BlockingDeque.java 132 * <td>{@link #poll() poll()}</td>
140 * <td>{@link #poll(long, TimeUnit) poll(time, unit)}</td>
483 * This method differs from {@link #poll poll} only in that it
502 E poll(); method in interface:BlockingDeque
528 E poll(long timeout, TimeUnit unit) method in interface:BlockingDeque
DelayQueue.java 22 * past. If no delay has expired there is no head and {@code poll}
26 * removed using {@code take} or {@code poll}, they are otherwise
55 * poll(...), unless some other thread becomes leader in the
154 public E poll() { method in class:DelayQueue
162 return q.poll();
186 return q.poll();
219 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:DelayQueue
234 return q.poll();
263 * {@code poll}, if no expired elements are available in the queue,
318 q.poll();
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
ThrottleTest.java 206 mTasks.poll();
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
AltBitmapCache.java 23 * This subclass provides custom pool behavior. The pool can be set to block on {@link #poll()} if
41 * Declare that {@link #poll()} should now block until it can return something.
66 public ReusableBitmap poll() { method in class:AltBitmapCache
69 while ((bitmap = super.poll()) == null && mBlocking) {
AltPooledCache.java 29 * its cache, and instead {@link #poll()} is allowed to return unreferenced cache
106 public V poll() { method in class:AltPooledCache
107 final V pooled = mPool.poll();
  /bionic/libc/kernel/common/linux/
ipmi_smi.h 56 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /development/ndk/platforms/android-3/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
server_process_unittest.py 76 def poll(self): member in class:MockProc
103 self.assertEqual(proc.poll(), None)
  /external/kernel-headers/original/linux/
ipmi_smi.h 114 /* 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
  /libcore/luni/src/main/java/java/util/
Deque.java 96 * <td>{@link java.util.Queue#poll poll()}</td>
401 * This method differs from {@link #poll poll} only in that it throws an
421 E poll(); method in interface:Deque
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 113 @Override public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { method in class:BlockGuardOs
115 // but 0 means "poll and return immediately", which shouldn't be subject to BlockGuard.
119 return os.poll(fds, timeoutMs);
  /libcore/luni/src/test/java/libcore/java/util/
OldPriorityQueueTest.java 118 assertEquals(i, (int) q.poll());
120 assertNull(q.poll());
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DictionaryPool.java 82 public DictAndKeyboard poll(final long timeout, final TimeUnit unit) method in class:DictionaryPool
84 final DictAndKeyboard dict = poll();
90 final DictAndKeyboard result = super.poll(timeout, unit);
109 return poll(TIMEOUT, TimeUnit.SECONDS);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 26 #include <linux/poll.h>
36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait); member in struct:snd_hwdep_ops
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
hwdep.h 26 #include <linux/poll.h>
36 unsigned int (*poll) (struct snd_hwdep *hw, struct file * file, poll_table * wait); member in struct:snd_hwdep_ops
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
ipmi_smi.h 55 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers

Completed in 538 milliseconds

12 3 4 5 6 7 8 9