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

1 2 3 4 5 67 8 9

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 32 __u8 poll; member in struct:kvm_pic_state
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 32 __u8 poll; member in struct:kvm_pic_state
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
kvm.h 32 __u8 poll; member in struct:kvm_pic_state
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java     [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/qemu/android/config/linux-x86/asm/
kvm.h 43 __u8 poll; member in struct:kvm_pic_state
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 43 __u8 poll; member in struct:kvm_pic_state
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 144 * pop, and poll (aka steal), under the further constraints that
146 * extended here, under a lock), while poll may be called from
160 * arbitrating pop vs poll (steal) from being on the indices
162 * successful pop and poll mainly entail a CAS of a slot from
169 * appear nonempty when a push, pop, or poll have not fully
170 * committed. Note that this means that the poll operation,
177 * progress, it suffices for any in-progress poll or new push on
181 * method poll.)
185 * poll rather than pop. This can be useful in message-passing
579 * queue slot, which is always the next position to steal (poll)
799 final ForkJoinTask<?> poll() { method in class:ForkJoinPool.WorkQueue
    [all...]
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 100 public int poll(StructPollfd[] fds, int timeoutMs) throws ErrnoException { return os.poll(fds, timeoutMs); } method in class:ForwardingOs
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaWindowAdapter.java 789 info = mAdapterInfos.poll();
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 586 fadeAway(mOnTable.poll(), false);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prio.h 403 PRPollFN poll; /* Test the fd to see if it is ready */ member in struct:PRIOMethods
    [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 1022 public Object poll() {
3679 public ReferenceEntry<K, V> poll() { method in class:LocalCache.WriteQueue
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 932 public Object poll() {
3205 public ReferenceEntry<K, V> poll() { method in class:MapMakerInternalMap.EvictionQueue
    [all...]
  /external/kernel-headers/original/linux/
netdevice.h 394 /* Link to poll list */
396 int (*poll) (struct net_device *dev, int *quota); member in struct:net_device
843 /* Add interface to tail of rx poll list. This assumes that _prep has
849 /* Try to reschedule poll. Called by irq handler. */
857 /* Try to reschedule poll. Called by dev->poll() after netif_rx_complete().
876 /* Remove interface from poll list: it must be in the poll list
877 * on current cpu. This primitive is called by dev->poll(), when
878 * it completes the work. The device cannot be out of poll list at thi
    [all...]
perf_event.h 597 atomic_t poll; /* POLL_ for wakeups */ member in struct:perf_mmap_data
714 /* poll related */
fs.h 1617 unsigned int (*poll) (struct file *, struct poll_table_struct *); member in struct:file_operations
    [all...]
  /external/linux-tools-perf/util/include/linux/added/
perf_event.h 704 atomic_t poll; /* POLL_ for wakeups */ member in struct:perf_buffer
847 /* poll related */
  /external/wpa_supplicant_8/src/drivers/
driver_ndis.c 1459 int poll; local
    [all...]
driver.h 1409 void (*poll)(void *priv); member in struct:wpa_driver_ops
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 993 milliseconds

1 2 3 4 5 67 8 9