Searched refs:poll (Results 201 - 225 of 335) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libevent/
H A Dlibevent.target.linux-x86_64.mk34 third_party/libevent/poll.c \
H A Devport.c61 #include <poll.h>
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java216 // copies frame to texture and then removes it from a queue using poll().
430 frameToRenderQueue.poll();
504 frameToRenderQueue.poll();
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_solaris.h442 /* The following defines the unwrapped versions of select() and poll(). */
447 #include <poll.h>
791 /* The following defines the unwrapped versions of select() and poll(). */
797 #include <poll.h>
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h403 PRPollFN poll; /* Test the fd to see if it is ready */ member in struct:PRIOMethods
1295 * the out_flags field of the poll descriptor returned by
1302 * progress and has not completed yet. The caller should poll
1898 /************** The following definitions are for poll ******************/
1909 ** these together to produce the desired poll request.
1914 #include <poll.h>
1983 ** is to poll it with the PR_POLL_READ flag. You can't
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJSR166TestCase.java1189 assertNull(q.poll());
1190 assertNull(q.poll(0, MILLISECONDS));
/external/iproute2/misc/
H A Difstat.c24 #include <sys/poll.h>
510 if (poll(&p, 1, tdiff + scan_interval) > 0
H A Dnstat.c24 #include <sys/poll.h>
395 if (poll(&p, 1, tdiff + scan_interval) > 0
/external/iputils/
H A Drarpd.c22 #include <sys/poll.h>
711 i = poll(pset, psize, -1);
714 syslog(LOG_ERR, "poll returned some crap: %m\n");
/external/chromium-trace/
H A Dsystrace-legacy.py194 result = adb.poll()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DLoadDataWithBaseUrlTest.java287 poll(new Callable<Boolean>() {
H A DAwContentsClientShouldOverrideUrlLoadingTest.java571 poll(new Callable<Boolean>() {
611 poll(new Callable<Boolean>() {
646 poll(new Callable<Boolean>() {
/external/chromium_org/build/android/pylib/symbols/
H A Delf_symbolizer.py266 # poll() returns !None if the process exited. a2l should never exit.
267 if self._proc.poll():
/external/chromium_org/third_party/libxml/src/
H A Dnanohttp.c62 #include <poll.h>
501 (void) poll(&p, 1, timeout * 1000);
598 if ((poll(&p, 1, timeout * 1000) < 1)
967 switch (poll(&p, 1, timeout * 1000))
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngine.java223 ResourceWeakReference ref = (ResourceWeakReference) queue.poll();
/external/guava/guava-tests/test/com/google/common/collect/
H A DQueuesTest.java125 assertNotNull(q.poll());
/external/libunwind/tests/
H A Dtest-coredump-unwind.c43 #include <sys/poll.h>
/external/libusb/libusb/
H A Dlibusbi.h26 #include <poll.h>
148 * something needs to modify poll fds. */
166 /* list of poll fds */
171 * to modify the poll fd set. and a lock to protect it. */
741 * as a result of the poll() system call. The num_ready parameter
743 * (i.e. the poll() return value). This should be enough information
/external/libxml2/
H A Dnanohttp.c62 #include <poll.h>
506 (void) poll(&p, 1, timeout * 1000);
603 if ((poll(&p, 1, timeout * 1000) < 1)
972 switch (poll(&p, 1, timeout * 1000))
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c317 poll(NULL, 0, autocorrect * 100);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DSyncSampleIntersectFinderImpl.java283 TimeToSampleBox.Entry entry = timeQueue.poll();
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dkernel_wrap_test.cc699 TEST_F(KernelWrapTest, poll) {
701 EXPECT_CALL(mock, poll(&fds, kDummyInt, kDummyInt2))
703 EXPECT_EQ(kDummyInt3, poll(&fds, kDummyInt, kDummyInt2));
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc227 AdjustPolling(UPDATE_INTERVAL); // Will kick start poll timer if needed.
473 // Don't run poll job till the next time poll timer fires.
516 // Don't run poll job till the next time poll timer fires.
606 TimeDelta poll = GetPollInterval(); local
608 poll != poll_timer_.GetCurrentDelay();
619 // Adjust poll rate.
621 poll_timer_.Start(FROM_HERE, poll, this,
696 // already expired and poll jo
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dheap-checker_unittest.cc62 #include <poll.h>
262 poll(NULL, 0, 77); // time for thread activity in HeapBusyThreadBody
928 poll(NULL, 0, random() % 100);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dheap-checker_unittest.cc62 #include <poll.h>
262 poll(NULL, 0, 77); // time for thread activity in HeapBusyThreadBody
928 poll(NULL, 0, random() % 100);

Completed in 3928 milliseconds

1234567891011>>