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

12 3 4 5 6 7 8 91011>>

  /prebuilts/go/darwin-x86/src/internal/poll/
strconv.go 9 package poll package
fd_posix.go 7 package poll package
export_test.go 6 // Since testing imports os and os imports internal/poll,
7 // the internal/poll tests can not be in package poll.
9 package poll package
fd_io_plan9.go 5 package poll package
  /prebuilts/go/linux-x86/src/internal/poll/
export_windows_test.go 6 // Since testing imports os and os imports internal/poll,
7 // the internal/poll tests can not be in package poll.
9 package poll package
hook_unix.go 7 package poll package
hook_windows.go 5 package poll package
sendfile_bsd.go 7 package poll package
sendfile_linux.go 5 package poll package
sendfile_solaris.go 5 package poll package
sockopt.go 7 package poll package
sockopt_windows.go 5 package poll package
sockoptip.go 7 package poll package
strconv.go 9 package poll package
fd_posix.go 7 package poll package
export_test.go 6 // Since testing imports os and os imports internal/poll,
7 // the internal/poll tests can not be in package poll.
9 package poll package
fd_io_plan9.go 5 package poll package
  /libcore/ojluni/src/main/java/java/nio/file/
WatchService.java 43 * {@link #poll() poll} or {@link #take() take} methods to retrieve keys
93 * may not be detected by primitive implementations that periodically poll the
114 * #poll(long,TimeUnit) poll} methods waiting for a key to be queued then
139 WatchKey poll(); method in interface:WatchService
159 WatchKey poll(long timeout, TimeUnit unit) method in interface:WatchService
  /libcore/ojluni/src/main/java/java/util/concurrent/
CompletionService.java 107 Future<V> poll(); method in interface:CompletionService
123 Future<V> poll(long timeout, TimeUnit unit) throws InterruptedException; method in interface:CompletionService
  /external/compiler-rt/test/asan/TestCases/Posix/
init-order-pthread-create.cc 24 void *poll(void *arg) { function
38 pthread_create(&p, 0, poll, &glob);
  /external/python/cpython3/Lib/multiprocessing/
popen_fork.py 25 def poll(self, flag=os.WNOHANG): member in class:Popen
51 return self.poll(os.WNOHANG if timeout == 0.0 else 0)
popen_forkserver.py 57 def poll(self, flag=os.WNOHANG): member in class:Popen
  /external/webrtc/webrtc/tools/loopback_test/
stat_tracker.js 62 function poll() { function in function:StatTracker
65 setTimeout(poll, pollInterval);
75 setTimeout(poll, pollInterval);
  /frameworks/opt/bitmap/src/com/android/bitmap/
PooledCache.java 24 V poll(); method in interface:PooledCache
  /libcore/ojluni/src/main/java/java/util/
Queue.java 69 * <td>{@link Queue#poll poll()}</td>
85 * {@link #poll()}. In a FIFO queue, all new elements are inserted at
98 * <p>The {@link #remove()} and {@link #poll()} methods remove and
103 * {@code poll()} methods differ only in their behavior when the
105 * while the {@code poll()} method returns {@code null}.
121 * used as a special return value by the {@code poll} method to
176 * from {@link #poll poll} only in that it throws an exception if this
190 E poll(); method in interface:Queue
    [all...]

Completed in 488 milliseconds

12 3 4 5 6 7 8 91011>>