/frameworks/av/include/media/stagefright/ |
MediaBufferGroup.h | 37 // If nonBlocking is false, it blocks until a buffer is available and 40 // If nonBlocking is true and a buffer is not immediately available, 46 MediaBuffer **buffer, bool nonBlocking = false, size_t requestedSize = 0);
|
/prebuilts/go/darwin-x86/src/net/ |
sys_cloexec.go | 18 // descriptor as nonblocking and close-on-exec. 38 // descriptor as nonblocking and close-on-exec.
|
sock_cloexec.go | 18 // descriptor as nonblocking and close-on-exec. 52 // descriptor as nonblocking and close-on-exec.
|
/prebuilts/go/linux-x86/src/net/ |
sys_cloexec.go | 18 // descriptor as nonblocking and close-on-exec. 38 // descriptor as nonblocking and close-on-exec.
|
sock_cloexec.go | 18 // descriptor as nonblocking and close-on-exec. 52 // descriptor as nonblocking and close-on-exec.
|
/frameworks/av/media/libstagefright/foundation/ |
MediaBufferGroup.cpp | 59 MediaBuffer **out, bool nonBlocking, size_t requestedSize) { 114 if (nonBlocking) {
|
/external/webrtc/webrtc/base/ |
socketfactory.h | 30 // Returns a new socket for nonblocking communication. The type can be
|
/external/bison/lib/ |
pipe2.c | 29 # include "nonblocking.h" 88 functions defined by the gnulib module 'nonblocking'. */
|
/system/core/adb/ |
adb_io.cpp | 153 // nonblocking socket and it would have blocked (which would be bad 154 // because we'd probably block the main thread where nonblocking IO is 155 // done). Don't do that. If you have a nonblocking socket, use the
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
WorkerMain.java | 41 // nonblocking connect so we can interleave the system call with injector creation.
|
/external/libevent/include/event2/ |
listener.h | 58 /** Flag: Indicates that we should not make incoming sockets nonblocking 86 @param fd The file descriptor to listen on. It must be a nonblocking
|
/external/skia/experimental/Networking/ |
SkSockets.h | 66 * nonblocking sockets, read will return 0 if there's nothing to read. For 119 * Set the socket specified by the socket file descriptor as nonblocking
|
/external/webrtc/webrtc/test/channel_transport/ |
udp_socket_posix.cc | 55 // Set socket to nonblocking mode. 60 "Failed to make socket nonblocking");
|
/cts/suite/audio_quality/lib/src/ |
ClientSocket.cpp | 124 LOGE("zero read, peer closed or what?, nonblocking: %d", useTimeout);
|
/external/tinycompress/ |
compress.c | 91 int nonblocking; member in struct:compress 377 if (compress->nonblocking) 437 if (compress->nonblocking) 607 compress->nonblocking = !!nonblock;
|
/prebuilts/go/darwin-x86/src/runtime/ |
parfor_test.go | 35 // Test that nonblocking parallelfor does not block.
|
/prebuilts/go/linux-x86/src/runtime/ |
parfor_test.go | 35 // Test that nonblocking parallelfor does not block.
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/ |
AbstractSelectableChannelTest.java | 144 // in nonblocking mode 158 // in nonblocking mode, if selector closed
|
/prebuilts/go/darwin-x86/src/syscall/ |
exec_unix.go | 98 func SetNonblock(fd int, nonblocking bool) (err error) { 103 if nonblocking {
|
/prebuilts/go/linux-x86/src/syscall/ |
exec_unix.go | 98 func SetNonblock(fd int, nonblocking bool) (err error) { 103 if nonblocking {
|
/external/curl/lib/vtls/ |
gskit.c | 751 bool nonblocking) 763 timeout_ms = nonblocking? 0: Curl_timeleft(data, NULL, TRUE); 773 if(nonblocking) 785 if(nonblocking) 890 bool nonblocking, bool *done) 927 result = gskit_connect_step2(conn, sockindex, nonblocking);
|
cyassl.c | 623 bool nonblocking, 676 what = Curl_socket_ready(readfd, writefd, nonblocking?0:timeout_ms); 683 if(nonblocking) { 704 if(result || (nonblocking &&
|
polarssl.c | 604 bool nonblocking, 657 what = Curl_socket_ready(readfd, writefd, nonblocking?0:timeout_ms); 664 if(nonblocking) { 685 if(result || (nonblocking &&
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
ByteArrayEndPoint.java | 70 * @return the nonBlocking 79 * @param nonBlocking the nonBlocking to set 81 public void setNonBlocking(boolean nonBlocking) 83 _nonBlocking=nonBlocking;
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImplTest.java | 125 assertTrue(server.nonBlocking);
|