HomeSort by relevance Sort by last modified time
    Searched full:poll (Results 226 - 250 of 570) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 704 * poll(...), unless some other thread becomes leader in the
915 public ScheduledFutureTask poll() { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
962 public ScheduledFutureTask poll(long timeout, TimeUnit unit) method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
    [all...]
ArrayBlockingQueue.java 59 /** items index for next take, poll or remove */
297 public E poll() { method in class:ArrayBlockingQueue
328 public E poll(long timeout, TimeUnit unit) throws InterruptedException { method in class:ArrayBlockingQueue
  /dalvik/libcore/dalvik/src/main/native/
dalvik_system_TouchDex.cpp 199 /* waitpid doesn't take a timeout, so poll and sleep */
  /external/bluetooth/bluez/tools/
hciattach_tialt.c 39 #include <sys/poll.h>
  /external/dbus/
config.h 163 /* Define to 1 if you have the `poll' function. */
config.h.in 162 /* Define to 1 if you have the `poll' function. */
  /external/grub/netboot/
i82586.c 376 POLL - Wait for a frame
571 nic->poll = i82586_poll;
678 nic->poll = i82586_poll;
814 nic->poll = i82586_poll;
  /external/kernel-headers/original/linux/
kobject.h 60 wait_queue_head_t poll; member in struct:kobject
relay.h 18 #include <linux/poll.h>
  /external/libpcap/
pcap-septel.c 229 * "select()" and "poll()" don't work on Septel queues
  /external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
SDL_sysjoystick.c 219 /* Function to update the state of a joystick - called as a device poll.
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 120 regs.r[0] = pollMask; /* Poll Mask */
  /external/qemu/hw/
mmc.h 98 x : detected and set during command execution. the host must poll
  /external/strace/strace/linux/x86_64/
syscallent.h 8 { 3, 0, sys_poll, "poll" }, /* 7 */
  /external/tcpdump/
print-ntp.c 112 printf(", poll %us", bp->ppoll);
  /external/v8/tools/
presubmit.py 212 if out_line == '' and process.poll() != None:
  /ndk/build/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /ndk/build/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /ndk/build/platforms/android-5/arch-arm/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /ndk/build/platforms/android-5/arch-x86/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /ndk/build/platforms/android-8/arch-arm/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /ndk/build/platforms/android-8/arch-x86/usr/include/sys/
linux-unistd.h 197 int poll (struct pollfd *, unsigned int, long);
  /packages/apps/Gallery/src/com/android/camera/gallery/
ImageListUber.java 144 MergeSlot slot = mQueue.poll();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 193 // poll build listener to determine when build is done
  /system/bluetooth/tools/
sock_shutdown_test.c 32 #include <sys/poll.h>

Completed in 63 milliseconds

1 2 3 4 5 6 7 8 91011>>