/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
LinkedListTest.java | 765 method = "poll", 770 assertEquals("should remove the head", objArray[i], ll.poll()); 773 assertNull("should return 'null' if list is empty", ll.poll());
|
/external/bluetooth/glib/ |
config.h.win32.in | 8 /* poll doesn't work on devices */ 330 /* Define to 1 if you have the `poll' function. */ 500 /* Define to 1 if you have the <sys/poll.h> header file. */
|
configure.in | 855 AC_CHECK_HEADERS([dirent.h float.h limits.h pwd.h grp.h sys/param.h sys/poll.h sys/resource.h]) 945 AC_CHECK_FUNCS(lstat strerror strsignal memmove vsnprintf stpcpy strcasecmp strncasecmp poll getcwd vasprintf setenv unsetenv getc_unlocked readlink symlink fdwalk) [all...] |
/external/bluetooth/glib/glib/ |
config.h | 10 /* poll doesn't work on devices */ 304 /* Define to 1 if you have the `poll' function. */ 434 /* Define to 1 if you have the <sys/poll.h> header file. */
|
/external/grub/netboot/ |
lance.c | 300 POLL - Wait for a frame 360 /* Trigger an immediate send poll */ 556 nic->poll = lance_poll;
|
/external/wpa_supplicant/ |
driver.h | 571 * poll - Poll driver for association information 582 void (*poll)(void *priv); member in struct:wpa_driver_ops
|
/frameworks/base/core/tests/hosttests/src/android/content/pm/ |
PackageManagerHostTestUtils.java | 276 // poll the package manager until it returns something for android 319 // poll ADB until we see the device is online 344 // poll the package manager until it returns something for the package we're looking for
|
/frameworks/base/libs/ui/ |
EventHub.cpp | 47 #include <sys/poll.h> 355 pollres = poll(mFDs, mFDCount, -1); 367 //printf("poll %d, returned %d\n", mFDCount, pollres);
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
CdmaDataConnectionTracker.java | 464 Log.d(LOG_TAG, "[DataConnection] Start poll NetStat"); 474 Log.d(LOG_TAG, "[DataConnection] Stop poll NetStat"); 542 // Slow down the poll interval to let things happen [all...] |
/hardware/ti/wlan/wl1271/utils/ |
802_11Defs.h | 362 /* | Channel | | Short | Privacy | CF Poll | CF | | | RESERVED | */ 372 /* | | Channel | | Short | Privacy | CF Poll | CF | | |*/ 414 /* CF Poll request */ [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
AgendaWindowAdapter.java | 523 info = mAdapterInfos.poll(); 725 QuerySpec x = mQueryQueue.poll(); 782 mQueryQueue.poll();
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/ |
802_11Defs.h | 321 /* | Channel | | Short | Privacy | CF Poll | CF | | | RESERVED | */ 331 /* | | Channel | | Short | Privacy | CF Poll | CF | | |*/ 369 /* CF Poll request */ [all...] |
/system/wlan/ti/wilink_6_1/utils/ |
802_11Defs.h | 362 /* | Channel | | Short | Privacy | CF Poll | CF | | | RESERVED | */ 372 /* | | Channel | | Short | Privacy | CF Poll | CF | | |*/ 414 /* CF Poll request */ [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/PowerMgr/ |
PowerMgr.c | [all...] |
/external/blktrace/ |
blktrace.c | 35 #include <poll.h> 160 * poll() data. The volatile's provide flags to/from the main executing 223 * The network server requires some poll structures to be maintained - [all...] |
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/ |
tx.c | [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ThreadPoolExecutor.java | 398 * threads. We do not require that workQueue.poll() returning 403 * queues such as DelayQueues for which poll() is allowed to 799 * queue for which poll or drainTo may fail to remove some [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-unix.c | 62 #include <sys/poll.h> [all...] |
dbus-spawn.c | 275 * babysitter to wake up from poll with 521 /* returns whether there were any poll events handled */ 962 /* I thought SIGCHLD would just wake up the poll, but [all...] |
/external/dhcpcd/ |
client.c | 38 #include <poll.h> 808 * to POSIX. So we loop on poll if needed as it's limitation of 823 r = poll(fds, nfds, msecs); 829 logger(LOG_ERR, "poll: %s", strerror(errno)); 842 syslog(LOG_ERR, "poll: POLLERR on fd %d", fds[i].fd); 847 syslog(LOG_ERR, "poll: POLLNVAL on fd %d", fds[i].fd); [all...] |
/external/bluetooth/bluez/test/ |
l2test.c | 40 #include <sys/poll.h> 622 if (poll(&p, 1, -1) <= 0) 792 if (poll(&p, 1, 500))
|
/external/bluetooth/hcidump/src/ |
hcidump.c | 36 #include <sys/poll.h> 255 int i, n = poll(fds, nfds, -1); 819 int i, n = poll(fds, nfds, -1);
|
/external/tcpdump/ |
print-802_11.c | 620 printf("Power Save-Poll"); 697 printf("Ack/Poll"); 702 printf("Poll");
|
/bionic/libc/arch-arm/ |
syscalls.mk | 171 syscall_src += arch-arm/syscalls/poll.S
|
/bionic/libc/arch-sh/ |
syscalls.mk | 160 syscall_src += arch-sh/syscalls/poll.S
|